Latest working copy. Some genDocs refactors

This commit is contained in:
Hash Borgir 2022-03-27 03:59:16 -06:00
parent d52b371b59
commit d8a30fcb83
781 changed files with 305252 additions and 52022 deletions

BIN
docs/Zy/Zy.7z Normal file

Binary file not shown.

View File

@ -1,6 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -10,41 +11,34 @@
<link rel="stylesheet" href="res/bootstrap.min.css">
<link rel="stylesheet" href="res/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://bootswatch.com/4/sketchy/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.24/css/jquery.dataTables.css">
<link rel="stylesheet" href="res/style.css">
<style>
body{
background: white;
font-family: ExocetHeavy;
font-family: ExocetLight;
}
table, table th, table td, table tr {
background: #111;
color: #ccc;
}
.item {
.item {
text-align: center;
position:relative;
right:0px;
margin: 0 auto;
}
.item_desc {
}
.item_desc {
height: 600px;
width: 620px;
position: relative;
left: 0px;
top: 0px;
text-align: center;
padding: 10px;
text-transform: uppercase;
}
}
.item_stats{
width: auto;
height: auto;
@ -58,92 +52,93 @@
text-transform: uppercase;
}
.green {
color: #00FF00; /*Set items*/
color: #00FF00;
/*Set items*/
}
.gold{
color: #A59263; /*Set items*/
color: #A59263;
/*Set items*/
}
.orange{
color: #FFA500; /*Set items*/
color: #FFA500;
/*Set items*/
}
.yellow {
color: #FFFF00; /*Set items*/
color: #FFFF00;
/*Set items*/
}
.blue {
color: #4169E1;
}
td {
height: 240px;
text-align: center;
vertical-align: middle;
padding: 10px;
}
.uname {
background: #222;
}
.ulvl {
}
.ulvlreq {
}
.utype {
background: #111;
}
.ucode {
}
.uitem {
}
</style>
<script src="res/jquery-3.5.1.min.js"></script>
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.24/js/jquery.dataTables.js"></script>
<script src="res/bootstrap.bundle.min.js"></script>
<script>
$(document).ready(function() {
$('.cubetable').dataTable();
$('.utable').dataTable();
$('.gemtable').dataTable();
} );
</script>
<title>D2Modder</title>
</head>
<body>
<div class="">
<h1>Zy </h1>
<p>Auto generated with D2Modder by Hash Casper</p>
<style>
body{
background: white;
color: black;
font-family: ExocetHeavy;
text-transform: uppercase;
.rprops {
background: #222 !important;
border: 1px solid #ccc;
padding: 30px 5px;
}
.rw {
text-align: center;
border: 1px solid #ccc;
margin: 10px;
padding: 10px;
background: #111;
}
.rw-name {
font-size: 28px;
text-align: center;
}
.rw-type {
font-family: ExocetLight;
}
.rw-rune {
color: #ccc;
}
.rw-count {
background: #222;
border: 1px solid #ccc;
border-radius: 50;
display: block;
height: 60px;
width: 60px;
line-height: 60px;
-moz-border-radius: 30px;
/* or 50% */
border-radius: 30px;
/* or 50% */
margin: 0 auto;
color: white;
text-align: center;
font-size: 2em;
}
.rune-img {
padding: 1px;
margin:1px;
height: 48px;
width: 48px;
}
table, table th, table td, table tr {
background: #111;
color: #ccc;
}
.item_stats{
width: auto;
height: auto;
@ -154,34 +149,13 @@ $(document).ready(function() {
padding: 10px;
text-transform: uppercase;
}
.green {
color: #00FF00; /*Set items*/
}
.gold{
color: #A59263; /*Set items*/
}
.orange{
color: #FFA500; /*Set items*/
}
.yellow {
color: #FFFF00; /*Set items*/
}
.blue {
color: #4169E1;
}
table {
}
.desc {
width: 200px;
font-family: ExocetHeavy;
font-size: 1.25em;
text-transform: uppercase;
background: #111;
min-width: 320px;
font-family: Tahoma,Arial,Sans;
background: #222;
}
.input1,.input3,.input5,.input7{
background: #444;
}
@ -197,23 +171,38 @@ $(document).ready(function() {
.output3 {
background: #222;
}
td {
height: 240px;
text-align: center;
vertical-align: middle;
padding: 10px;
white-space: nowrap;
}
img {
height: 56px;
width: auto;
}
</style>
</style> <table border=1 class="gemtable">
<script src="res/jquery-3.5.1.min.js"></script>
<script src="res/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" type="text/css" href="res/datatables.min.css"/>
<script type="text/javascript" src="res/datatables.min.js"></script>
<script>
$(document).ready(function () {
$('.cubetable').dataTable();
$('.utable').dataTable();
$('.gemtable').dataTable();
$('.rtable').dataTable();
});
</script>
<title>D2Modder</title>
</head>
<body>
<div class="">
<h1>Zy</h1>
<p>Auto generated with D2Modder by Hash Casper</p><table border=1 class="gemtable">
<thead>
<tr>
<th>Name</th>
@ -226,7 +215,7 @@ $(document).ready(function() {
</tr>
</thead>
<tbody><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsva.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsva.png'><br>
Chipped Amethyst
</td>
<td class='code'>
@ -257,7 +246,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsvb.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsvb.png'><br>
Flawed Amethyst
</td>
<td class='code'>
@ -288,7 +277,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsvc.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsvc.png'><br>
Amethyst
</td>
<td class='code'>
@ -319,7 +308,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsvd.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsvd.png'><br>
Flawless Amethyst
</td>
<td class='code'>
@ -350,7 +339,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsve.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsve.png'><br>
Perfect Amethyst
</td>
<td class='code'>
@ -381,7 +370,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsvf.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsvf.png'><br>
Royal Amethyst
</td>
<td class='code'>
@ -412,7 +401,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsvg.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsvg.png'><br>
Imperial Amethyst
</td>
<td class='code'>
@ -443,7 +432,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsba.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsba.png'><br>
Chipped Sapphire
</td>
<td class='code'>
@ -474,7 +463,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsbb.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsbb.png'><br>
Flawed Sapphire
</td>
<td class='code'>
@ -505,7 +494,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsbc.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsbc.png'><br>
Sapphire
</td>
<td class='code'>
@ -536,7 +525,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsbd.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsbd.png'><br>
Flawless Sapphire
</td>
<td class='code'>
@ -567,7 +556,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsbe.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsbe.png'><br>
Perfect Sapphire
</td>
<td class='code'>
@ -598,7 +587,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsbf.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsbf.png'><br>
Royal Sapphire
</td>
<td class='code'>
@ -629,7 +618,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsbg.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsbg.png'><br>
Imperial Sapphire
</td>
<td class='code'>
@ -660,7 +649,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsga.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsga.png'><br>
Chipped Emerald
</td>
<td class='code'>
@ -691,7 +680,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsgb.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsgb.png'><br>
Flawed Emerald
</td>
<td class='code'>
@ -722,7 +711,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsgc.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsgc.png'><br>
Emerald
</td>
<td class='code'>
@ -753,7 +742,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsgd.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsgd.png'><br>
Flawless Emerald
</td>
<td class='code'>
@ -784,7 +773,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsge.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsge.png'><br>
Perfect Emerald
</td>
<td class='code'>
@ -815,7 +804,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsgf.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsgf.png'><br>
Royal Emerald
</td>
<td class='code'>
@ -846,7 +835,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsgg.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsgg.png'><br>
Imperial Emerald
</td>
<td class='code'>
@ -877,7 +866,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsra.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsra.png'><br>
Chipped Ruby
</td>
<td class='code'>
@ -908,7 +897,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsrb.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsrb.png'><br>
Flawed Ruby
</td>
<td class='code'>
@ -939,7 +928,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsrc.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsrc.png'><br>
Ruby
</td>
<td class='code'>
@ -970,7 +959,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsrd.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsrd.png'><br>
Flawless Ruby
</td>
<td class='code'>
@ -1001,7 +990,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsre.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsre.png'><br>
Perfect Ruby
</td>
<td class='code'>
@ -1032,7 +1021,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsrf.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsrf.png'><br>
Royal Ruby
</td>
<td class='code'>
@ -1063,7 +1052,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsrg.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsrg.png'><br>
Imperial Ruby
</td>
<td class='code'>
@ -1094,7 +1083,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgswa.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgswa.png'><br>
Chipped Diamond
</td>
<td class='code'>
@ -1125,7 +1114,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgswb.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgswb.png'><br>
Flawed Diamond
</td>
<td class='code'>
@ -1156,7 +1145,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgswc.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgswc.png'><br>
Diamond
</td>
<td class='code'>
@ -1187,7 +1176,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgswd.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgswd.png'><br>
Flawless Diamond
</td>
<td class='code'>
@ -1218,7 +1207,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgswe.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgswe.png'><br>
Perfect Diamond
</td>
<td class='code'>
@ -1249,7 +1238,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgswf.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgswf.png'><br>
Royal Diamond
</td>
<td class='code'>
@ -1280,7 +1269,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgswg.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgswg.png'><br>
Imperial Diamond
</td>
<td class='code'>
@ -1311,7 +1300,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsya.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsya.png'><br>
Chipped Topaz
</td>
<td class='code'>
@ -1342,7 +1331,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsyb.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsyb.png'><br>
Flawed Topaz
</td>
<td class='code'>
@ -1373,7 +1362,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsyc.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsyc.png'><br>
Topaz
</td>
<td class='code'>
@ -1404,7 +1393,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsyd.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsyd.png'><br>
Flawless Topaz
</td>
<td class='code'>
@ -1435,7 +1424,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsye.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsye.png'><br>
Perfect Topaz
</td>
<td class='code'>
@ -1466,7 +1455,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsyf.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsyf.png'><br>
Royal Topaz
</td>
<td class='code'>
@ -1497,7 +1486,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgsyg.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgsyg.png'><br>
Imperial Topaz
</td>
<td class='code'>
@ -1528,7 +1517,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invskc.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invskc.png'><br>
Chipped Skull
</td>
<td class='code'>
@ -1559,7 +1548,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invskf.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invskf.png'><br>
Flawed Skull
</td>
<td class='code'>
@ -1590,7 +1579,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invsku.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invsku.png'><br>
Skull
</td>
<td class='code'>
@ -1621,7 +1610,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invskl.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invskl.png'><br>
Flawless Skull
</td>
<td class='code'>
@ -1652,7 +1641,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invskz.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invskz.png'><br>
Perfect Skull
</td>
<td class='code'>
@ -1683,7 +1672,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invskuf.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invskuf.png'><br>
Royal Skull
</td>
<td class='code'>
@ -1714,7 +1703,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invskug.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invskug.png'><br>
Imperial Skull
</td>
<td class='code'>
@ -1745,7 +1734,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrEl.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrEl.png'><br>
El Rune
</td>
<td class='code'>
@ -1776,7 +1765,7 @@ $(document).ready(function() {
Requirements -10%<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrEld.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrEld.png'><br>
Eld Rune
</td>
<td class='code'>
@ -1807,7 +1796,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrTir.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrTir.png'><br>
Tir Rune
</td>
<td class='code'>
@ -1838,7 +1827,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrNef.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrNef.png'><br>
Nef Rune
</td>
<td class='code'>
@ -1869,7 +1858,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrEth.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrEth.png'><br>
Eth Rune
</td>
<td class='code'>
@ -1900,7 +1889,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrIth.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrIth.png'><br>
Ith Rune
</td>
<td class='code'>
@ -1931,7 +1920,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrTal.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrTal.png'><br>
Tal Rune
</td>
<td class='code'>
@ -1962,7 +1951,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrRal.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrRal.png'><br>
Ral Rune
</td>
<td class='code'>
@ -1993,7 +1982,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrOrt.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrOrt.png'><br>
Ort Rune
</td>
<td class='code'>
@ -2024,7 +2013,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrThul.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrThul.png'><br>
Thul Rune
</td>
<td class='code'>
@ -2055,7 +2044,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrAmn.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrAmn.png'><br>
Amn Rune
</td>
<td class='code'>
@ -2086,7 +2075,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrSol.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrSol.png'><br>
Sol Rune
</td>
<td class='code'>
@ -2117,7 +2106,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrShae.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrShae.png'><br>
Shae Rune
</td>
<td class='code'>
@ -2148,7 +2137,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrDol.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrDol.png'><br>
Dol Rune
</td>
<td class='code'>
@ -2179,7 +2168,7 @@ $(document).ready(function() {
Attacker Takes Lightning Damage of 15<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrHel.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrHel.png'><br>
Hel Rune
</td>
<td class='code'>
@ -2210,7 +2199,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrIo.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrIo.png'><br>
Po Rune
</td>
<td class='code'>
@ -2241,7 +2230,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrLum.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrLum.png'><br>
Lum Rune
</td>
<td class='code'>
@ -2272,7 +2261,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrKo.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrKo.png'><br>
Ko Rune
</td>
<td class='code'>
@ -2303,7 +2292,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrFal.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrFal.png'><br>
Fal Rune
</td>
<td class='code'>
@ -2334,7 +2323,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrLem.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrLem.png'><br>
Lem Rune
</td>
<td class='code'>
@ -2365,7 +2354,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrPul.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrPul.png'><br>
Pul Rune
</td>
<td class='code'>
@ -2396,7 +2385,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrUm.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrUm.png'><br>
Um Rune
</td>
<td class='code'>
@ -2427,7 +2416,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrMal.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrMal.png'><br>
Mal Rune
</td>
<td class='code'>
@ -2458,7 +2447,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrIst.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrIst.png'><br>
Ist Rune
</td>
<td class='code'>
@ -2489,7 +2478,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrGul.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrGul.png'><br>
Gul Rune
</td>
<td class='code'>
@ -2520,7 +2509,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrVex.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrVex.png'><br>
Vex Rune
</td>
<td class='code'>
@ -2551,7 +2540,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrOhm.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrOhm.png'><br>
Ohm Rune
</td>
<td class='code'>
@ -2582,7 +2571,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrLo.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrLo.png'><br>
Lo Rune
</td>
<td class='code'>
@ -2613,7 +2602,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrSur.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrSur.png'><br>
Sur Rune
</td>
<td class='code'>
@ -2644,7 +2633,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrBer.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrBer.png'><br>
Ber Rune
</td>
<td class='code'>
@ -2675,7 +2664,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrJo.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrJo.png'><br>
Jo Rune
</td>
<td class='code'>
@ -2706,7 +2695,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrCham.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrCham.png'><br>
Cham Rune
</td>
<td class='code'>
@ -2737,7 +2726,7 @@ $(document).ready(function() {
<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invrZod.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invrZod.png'><br>
Zy Rune
</td>
<td class='code'>
@ -2768,7 +2757,7 @@ $(document).ready(function() {
+1 to Light Radius<br>
</td>
</tr><tr><td class='name'>
<img style='height: 28px;width:28px;' src='img/items/invgswe.png'><br>
<img style='height: 64px;width:64px;' src='img/items/invgswe.png'><br>
Jewel
</td>
<td class='code'>
@ -2798,7 +2787,4 @@ $(document).ready(function() {
<br>
<br>
</td>
</tr> </div>
</body>
</html>
</tr></div></body></html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More