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,3 +1,4 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head> <head>
@ -10,17 +11,14 @@
<link rel="stylesheet" href="res/bootstrap.min.css"> <link rel="stylesheet" href="res/bootstrap.min.css">
<link rel="stylesheet" href="res/font-awesome.min.css"> <link rel="stylesheet" href="res/font-awesome.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com"> <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" 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"> <link rel="stylesheet" href="res/style.css">
<style> <style>
body{ body{
background: white; background: white;
font-family: ExocetHeavy; font-family: ExocetLight;
} }
table, table th, table td, table tr { table, table th, table td, table tr {
background: #111; background: #111;
color: #ccc; color: #ccc;
@ -31,20 +29,16 @@
right:0px; right:0px;
margin: 0 auto; margin: 0 auto;
} }
.item_desc { .item_desc {
height: 600px; height: 600px;
width: 620px; width: 620px;
position: relative; position: relative;
left: 0px; left: 0px;
top: 0px; top: 0px;
text-align: center; text-align: center;
padding: 10px; padding: 10px;
text-transform: uppercase; text-transform: uppercase;
} }
.item_stats{ .item_stats{
width: auto; width: auto;
height: auto; height: auto;
@ -58,92 +52,93 @@
text-transform: uppercase; text-transform: uppercase;
} }
.green { .green {
color: #00FF00; /*Set items*/ color: #00FF00;
/*Set items*/
} }
.gold{ .gold{
color: #A59263; /*Set items*/ color: #A59263;
/*Set items*/
} }
.orange{ .orange{
color: #FFA500; /*Set items*/ color: #FFA500;
/*Set items*/
} }
.yellow { .yellow {
color: #FFFF00; /*Set items*/ color: #FFFF00;
/*Set items*/
} }
.blue { .blue {
color: #4169E1; color: #4169E1;
} }
td { td {
height: 240px; height: 240px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
padding: 10px; padding: 10px;
} }
.uname { .uname {
background: #222; background: #222;
} }
.ulvl { .ulvl {
} }
.ulvlreq { .ulvlreq {
} }
.utype { .utype {
background: #111; background: #111;
} }
.ucode { .ucode {
} }
.uitem { .uitem {
} }
.rprops {
</style> background: #222 !important;
border: 1px solid #ccc;
<script src="res/jquery-3.5.1.min.js"></script> padding: 30px 5px;
<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> .rw {
text-align: center;
<script> border: 1px solid #ccc;
margin: 10px;
padding: 10px;
$(document).ready(function() { background: #111;
$('.cubetable').dataTable(); }
$('.utable').dataTable(); .rw-name {
$('.gemtable').dataTable(); font-size: 28px;
} ); text-align: center;
}
.rw-type {
font-family: ExocetLight;
</script> }
.rw-rune {
<title>D2Modder</title> color: #ccc;
</head> }
.rw-count {
<body> background: #222;
<div class=""> border: 1px solid #ccc;
<h1>Zy </h1> border-radius: 50;
<p>Auto generated with D2Modder by Hash Casper</p> display: block;
<style> height: 60px;
width: 60px;
body{ line-height: 60px;
background: white; -moz-border-radius: 30px;
color: black; /* or 50% */
font-family: ExocetHeavy; border-radius: 30px;
text-transform: uppercase; /* 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 { table, table th, table td, table tr {
background: #111; background: #111;
color: #ccc; color: #ccc;
} }
.item_stats{ .item_stats{
width: auto; width: auto;
height: auto; height: auto;
@ -154,34 +149,13 @@ $(document).ready(function() {
padding: 10px; padding: 10px;
text-transform: uppercase; 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 { table {
} }
.desc { .desc {
width: 200px; min-width: 320px;
font-family: ExocetHeavy; font-family: Tahoma,Arial,Sans;
font-size: 1.25em; background: #222;
text-transform: uppercase;
background: #111;
} }
.input1,.input3,.input5,.input7{ .input1,.input3,.input5,.input7{
background: #444; background: #444;
} }
@ -197,23 +171,38 @@ $(document).ready(function() {
.output3 { .output3 {
background: #222; background: #222;
} }
td { td {
height: 240px; height: 240px;
text-align: center; text-align: center;
vertical-align: middle; vertical-align: middle;
padding: 10px; padding: 10px;
white-space: nowrap;
} }
img { </style>
height: 56px;
width: auto;
}
</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> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
@ -226,7 +215,7 @@ $(document).ready(function() {
</tr> </tr>
</thead> </thead>
<tbody><tr><td class='name'> <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 Chipped Amethyst
</td> </td>
<td class='code'> <td class='code'>
@ -257,7 +246,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawed Amethyst
</td> </td>
<td class='code'> <td class='code'>
@ -288,7 +277,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Amethyst
</td> </td>
<td class='code'> <td class='code'>
@ -319,7 +308,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawless Amethyst
</td> </td>
<td class='code'> <td class='code'>
@ -350,7 +339,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Perfect Amethyst
</td> </td>
<td class='code'> <td class='code'>
@ -381,7 +370,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Royal Amethyst
</td> </td>
<td class='code'> <td class='code'>
@ -412,7 +401,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Imperial Amethyst
</td> </td>
<td class='code'> <td class='code'>
@ -443,7 +432,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Chipped Sapphire
</td> </td>
<td class='code'> <td class='code'>
@ -474,7 +463,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawed Sapphire
</td> </td>
<td class='code'> <td class='code'>
@ -505,7 +494,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Sapphire
</td> </td>
<td class='code'> <td class='code'>
@ -536,7 +525,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawless Sapphire
</td> </td>
<td class='code'> <td class='code'>
@ -567,7 +556,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Perfect Sapphire
</td> </td>
<td class='code'> <td class='code'>
@ -598,7 +587,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Royal Sapphire
</td> </td>
<td class='code'> <td class='code'>
@ -629,7 +618,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Imperial Sapphire
</td> </td>
<td class='code'> <td class='code'>
@ -660,7 +649,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Chipped Emerald
</td> </td>
<td class='code'> <td class='code'>
@ -691,7 +680,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawed Emerald
</td> </td>
<td class='code'> <td class='code'>
@ -722,7 +711,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Emerald
</td> </td>
<td class='code'> <td class='code'>
@ -753,7 +742,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawless Emerald
</td> </td>
<td class='code'> <td class='code'>
@ -784,7 +773,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Perfect Emerald
</td> </td>
<td class='code'> <td class='code'>
@ -815,7 +804,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Royal Emerald
</td> </td>
<td class='code'> <td class='code'>
@ -846,7 +835,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Imperial Emerald
</td> </td>
<td class='code'> <td class='code'>
@ -877,7 +866,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Chipped Ruby
</td> </td>
<td class='code'> <td class='code'>
@ -908,7 +897,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawed Ruby
</td> </td>
<td class='code'> <td class='code'>
@ -939,7 +928,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Ruby
</td> </td>
<td class='code'> <td class='code'>
@ -970,7 +959,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawless Ruby
</td> </td>
<td class='code'> <td class='code'>
@ -1001,7 +990,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Perfect Ruby
</td> </td>
<td class='code'> <td class='code'>
@ -1032,7 +1021,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Royal Ruby
</td> </td>
<td class='code'> <td class='code'>
@ -1063,7 +1052,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Imperial Ruby
</td> </td>
<td class='code'> <td class='code'>
@ -1094,7 +1083,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Chipped Diamond
</td> </td>
<td class='code'> <td class='code'>
@ -1125,7 +1114,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawed Diamond
</td> </td>
<td class='code'> <td class='code'>
@ -1156,7 +1145,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Diamond
</td> </td>
<td class='code'> <td class='code'>
@ -1187,7 +1176,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawless Diamond
</td> </td>
<td class='code'> <td class='code'>
@ -1218,7 +1207,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Perfect Diamond
</td> </td>
<td class='code'> <td class='code'>
@ -1249,7 +1238,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Royal Diamond
</td> </td>
<td class='code'> <td class='code'>
@ -1280,7 +1269,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Imperial Diamond
</td> </td>
<td class='code'> <td class='code'>
@ -1311,7 +1300,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Chipped Topaz
</td> </td>
<td class='code'> <td class='code'>
@ -1342,7 +1331,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawed Topaz
</td> </td>
<td class='code'> <td class='code'>
@ -1373,7 +1362,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Topaz
</td> </td>
<td class='code'> <td class='code'>
@ -1404,7 +1393,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawless Topaz
</td> </td>
<td class='code'> <td class='code'>
@ -1435,7 +1424,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Perfect Topaz
</td> </td>
<td class='code'> <td class='code'>
@ -1466,7 +1455,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Royal Topaz
</td> </td>
<td class='code'> <td class='code'>
@ -1497,7 +1486,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Imperial Topaz
</td> </td>
<td class='code'> <td class='code'>
@ -1528,7 +1517,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Chipped Skull
</td> </td>
<td class='code'> <td class='code'>
@ -1559,7 +1548,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawed Skull
</td> </td>
<td class='code'> <td class='code'>
@ -1590,7 +1579,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Skull
</td> </td>
<td class='code'> <td class='code'>
@ -1621,7 +1610,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Flawless Skull
</td> </td>
<td class='code'> <td class='code'>
@ -1652,7 +1641,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Perfect Skull
</td> </td>
<td class='code'> <td class='code'>
@ -1683,7 +1672,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Royal Skull
</td> </td>
<td class='code'> <td class='code'>
@ -1714,7 +1703,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Imperial Skull
</td> </td>
<td class='code'> <td class='code'>
@ -1745,7 +1734,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 El Rune
</td> </td>
<td class='code'> <td class='code'>
@ -1776,7 +1765,7 @@ $(document).ready(function() {
Requirements -10%<br> Requirements -10%<br>
</td> </td>
</tr><tr><td class='name'> </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 Eld Rune
</td> </td>
<td class='code'> <td class='code'>
@ -1807,7 +1796,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Tir Rune
</td> </td>
<td class='code'> <td class='code'>
@ -1838,7 +1827,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Nef Rune
</td> </td>
<td class='code'> <td class='code'>
@ -1869,7 +1858,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Eth Rune
</td> </td>
<td class='code'> <td class='code'>
@ -1900,7 +1889,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Ith Rune
</td> </td>
<td class='code'> <td class='code'>
@ -1931,7 +1920,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Tal Rune
</td> </td>
<td class='code'> <td class='code'>
@ -1962,7 +1951,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Ral Rune
</td> </td>
<td class='code'> <td class='code'>
@ -1993,7 +1982,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Ort Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2024,7 +2013,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Thul Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2055,7 +2044,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Amn Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2086,7 +2075,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Sol Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2117,7 +2106,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Shae Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2148,7 +2137,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Dol Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2179,7 +2168,7 @@ $(document).ready(function() {
Attacker Takes Lightning Damage of 15<br> Attacker Takes Lightning Damage of 15<br>
</td> </td>
</tr><tr><td class='name'> </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 Hel Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2210,7 +2199,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Po Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2241,7 +2230,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Lum Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2272,7 +2261,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Ko Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2303,7 +2292,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Fal Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2334,7 +2323,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Lem Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2365,7 +2354,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Pul Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2396,7 +2385,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Um Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2427,7 +2416,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Mal Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2458,7 +2447,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Ist Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2489,7 +2478,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Gul Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2520,7 +2509,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Vex Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2551,7 +2540,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Ohm Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2582,7 +2571,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Lo Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2613,7 +2602,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Sur Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2644,7 +2633,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Ber Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2675,7 +2664,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Jo Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2706,7 +2695,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Cham Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2737,7 +2726,7 @@ $(document).ready(function() {
<br> <br>
</td> </td>
</tr><tr><td class='name'> </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 Zy Rune
</td> </td>
<td class='code'> <td class='code'>
@ -2768,7 +2757,7 @@ $(document).ready(function() {
+1 to Light Radius<br> +1 to Light Radius<br>
</td> </td>
</tr><tr><td class='name'> </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 Jewel
</td> </td>
<td class='code'> <td class='code'>
@ -2798,7 +2787,4 @@ $(document).ready(function() {
<br> <br>
<br> <br>
</td> </td>
</tr> </div> </tr></div></body></html>
</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