|
|
(19 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| <html> | | <html> |
− | <p>Welcome to our items database. Here you can find information about the various items in GrinderScape, including the sources of the items, their uses, minimum and maximum prices, combat statistics, skill requirements and other useful information. There are currently <span id="db_length"></span> items in the database.</p> | + | <p>Welcome to our bestiary database. Here you can find information about the various monsters in Etherum, including the locations of the monsters, their combat levels, life points, slayer information, drop tables and other useful information. There are currently <span id="db_length"></span> items in the database.</p> |
| <div style="width: 260px;"> | | <div style="width: 260px;"> |
− | <input id="database_input" type="text" list="item_datalist" placeholder="Search item..." style="width: 100%; box-sizing: border-box;"> | + | <input id="database_input" type="text" list="monster_datalist" placeholder="Search monster..." style="width: 100%; box-sizing: border-box;"> |
| <button id="database_button" style="display: block; width: 100%; margin-top: 10px;">Search</button> | | <button id="database_button" style="display: block; width: 100%; margin-top: 10px;">Search</button> |
| </div> | | </div> |
| <div id="search_results" hidden> | | <div id="search_results" hidden> |
− | <h1 id="item_name"></h1> | + | <h1 id="monster_name"></h1> |
| <table style="width: 425px; table-layout: fixed; text-align: center;"> | | <table style="width: 425px; table-layout: fixed; text-align: center;"> |
| <tr> | | <tr> |
− | <td id="picture" rowspan="2" colspan="2"></th> | + | <td id="picture" rowspan="3" colspan="2"></th> |
− | <th style="text-align: center!important;">Min price</th> | + | <th style="text-align: center!important;"><img title="Combat level" src="https://i.imgur.com/lFeARW8.png" style="height: 25px;"></th> |
− | <td id="min_price" colspan="2"></td> | + | <td id="combat_level" colspan="2"></td> |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <th style="text-align: center!important;">Max price</th> | + | <th style="text-align: center!important;"><img title="Life points" src="https://i.imgur.com/SwPB2vN.png" style="height: 25px;"></th> |
− | <td id="max_price" colspan="2"></td> | + | <td id="lifepoints" colspan="2"></td> |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <th style="text-align: center!important;">Uses</th> | + | <th style="text-align: center!important;"><img title="Attack type(s)" src="https://i.imgur.com/XYJQnyi.png" style="height: 25px;"></th> |
− | <td id="uses" colspan="4" style="text-align: left;"></td> | + | <td id="attack_type" colspan="2"></td> |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <th style="text-align: center!important;">Notes</th> | + | <th style="text-align: center!important;" colspan="2">Aggressive</th> |
− | <td id="notes" colspan="4" style="text-align: left;"></td> | + | <th style="text-align: center!important;" colspan="3">Always drops</th> |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <th style="text-align: center!important;">Sources</th> | + | <td id="aggressive" colspan="2"></td> |
− | <td id="sources" colspan="4" style="text-align: left;"></td> | + | <td id="always_drops" colspan="3"></td> |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <th style="text-align: center!important;">Donator</th> | + | <th style="text-align: center!important;" colspan="5">Location(s)</th> |
− | <th style="text-align: center!important;">Tradeable</th>
| |
− | <th style="text-align: center!important;">Noteable</th>
| |
− | <th style="text-align: center!important;">Stackable</th>
| |
− | <th style="text-align: center!important;">Equipable</th>
| |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <td id="donator"></td> | + | <td id="locations" colspan="5"></td> |
− | <td id="tradeable"></td>
| + | </tr> |
− | <td id="noteable"></td> | + | <tr> |
− | <td id="stackable"></td>
| + | <th style="text-align: center!important;" colspan="5">Note(s)</th> |
− | <td id="equipable"></td> | + | </tr> |
| + | <tr> |
| + | <td id="notes" colspan="5">No data avaiable.</td> |
| </tr> | | </tr> |
| </table> | | </table> |
Line 52: |
Line 50: |
| | | |
| | | |
− | | + | <table id="slayer_info" style="width: 255px; table-layout: fixed; text-align: center;"> |
− | <table style="width: 425px; table-layout: fixed; text-align: center;"> | |
− | <tr>
| |
− | <th style="text-align: center!important;">Type</th>
| |
− | <th style="text-align: center!important;">Att bonus</th>
| |
− | <th style="text-align: center!important;">Def bonus</th>
| |
− | <th style="text-align: center!important;" colspan="2">Skill requirements</th>
| |
− | </tr>
| |
− | <tr>
| |
− | <th style="text-align: center!important;"><img title="Stab" src="https://i.imgur.com/XveJinC.png" style="height: 25px;"></th>
| |
− | <td id="ab_stab"></td>
| |
− | <td id="db_stab"></td>
| |
− | <th style="text-align: center!important;"><img title="Defence" src="https://i.imgur.com/5ZxA3wR.png" style="height: 25px;"></th>
| |
− | <td id="sr_defence"></td>
| |
− | </tr>
| |
− | <tr>
| |
− | <th style="text-align: center!important;"><img title="Slash" src="https://i.imgur.com/aTbTRxt.png" style="height: 25px;"></th>
| |
− | <td id="ab_slash"></td>
| |
− | <td id="db_slash"></td>
| |
− | <th style="text-align: center!important;"><img title="Attack" src="https://i.imgur.com/lFeARW8.png" style="height: 25px;"></th>
| |
− | <td id="sr_attack"></td>
| |
− | </tr>
| |
− | <tr>
| |
− | <th style="text-align: center!important;"><img title="Crush" src="https://i.imgur.com/tI6aZWK.png" style="height: 25px;"></th>
| |
− | <td id="ab_crush"></td>
| |
− | <td id="db_crush"></td>
| |
− | <th style="text-align: center!important;"><img title="Strenght" src="https://i.imgur.com/v7CM3yV.png" style="height: 25px;"></th>
| |
− | <td id="sr_strenght"></td>
| |
− | </tr>
| |
− | <tr>
| |
− | <th style="text-align: center!important;"><img title="Magic" src="https://i.imgur.com/80TPEPp.png" style="height: 25px;"></th>
| |
− | <td id="ab_magic"></td>
| |
− | <td id="db_magic"></td>
| |
− | <th style="text-align: center!important;"><img title="Ranged" src="https://i.imgur.com/Yh28JyT.png" style="height: 25px;"></th>
| |
− | <td id="sr_ranged"></td>
| |
− | </tr>
| |
− | <tr>
| |
− | <th style="text-align: center!important;"><img title="Ranged" src="https://i.imgur.com/xACgS5I.png" style="height: 25px;"></th>
| |
− | <td id="ab_range"></td>
| |
− | <td id="db_range"></td>
| |
− | <th style="text-align: center!important;"><img title="Magic" src="https://i.imgur.com/54JcLkG.png" style="height: 25px;"></th>
| |
− | <td id="sr_magic"></td>
| |
− | </tr>
| |
| <tr> | | <tr> |
− | <th style="text-align: center!important;" colspan="3">Other bonuses</th> | + | <th style="text-align: center!important;" colspan="3">Slayer information</th> |
− | <th style="text-align: center!important;"><img title="Hitpoints" src="https://i.imgur.com/SwPB2vN.png" style="height: 25px;"></th>
| |
− | <td id="sr_hitpoints"></td>
| |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <th style="text-align: center!important;"><img title="Strenght" src="https://i.imgur.com/v7CM3yV.png" style="height: 25px;"></th> | + | <th style="text-align: center!important;"><img title="Required slayer level" src="https://i.imgur.com/jgAlsxq.png" style="height: 25px;"></th> |
− | <td id="ob_strenght" colspan="2"></td> | + | <td id="req_slayer_level" colspan="2"></td> |
− | <th style="text-align: center!important;"><img title="Prayer" src="https://i.imgur.com/CpPlErx.png" style="height: 25px;"></th>
| |
− | <td id="sr_prayer"></td>
| |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <th style="text-align: center!important;"><img title="Prayer" src="https://i.imgur.com/CpPlErx.png" style="height: 25px;"></th> | + | <th style="text-align: center!important;"><img title="Slayer experience" src="https://i.imgur.com/KXp4eyU.png" style="height: 25px;"></th> |
− | <td id="ob_prayer" colspan="2"></td> | + | <td id="slayer_xp" colspan="2"></td> |
− | <th style="text-align: center!important;"><img title="Slayer" src="https://i.imgur.com/jgAlsxq.png" style="height: 25px;"></th>
| |
− | <td id="sr_slayer"></td>
| |
| </tr> | | </tr> |
| <tr> | | <tr> |
− | <th style="text-align: center!important;">Class</th> | + | <th style="text-align: center!important;"><img title="Required equipment" src="https://i.imgur.com/6k3vVXF.png" style="height: 25px;"></th> |
− | <th style="text-align: center!important;" colspan="2">Degradable</th>
| + | <td id="req_equipment" colspan="2"></td> |
− | <th style="text-align: center!important;" colspan="2">Slot</th>
| |
− | </tr>
| |
− | <tr>
| |
− | <td id="class"></td>
| |
− | <td id="degradable" colspan="2"></td>
| |
− | <td id="slot" colspan="2"></td> | |
| </tr> | | </tr> |
| </table> | | </table> |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| </div> | | </div> |
| + | |
| + | |
| <div id="no_results" hidden> | | <div id="no_results" hidden> |
− | <h1>Item not found</h1> | + | <h1>Monster not found</h1> |
| <p>Your search didn't match any listings. This may be due to one of the following reasons:</p> | | <p>Your search didn't match any listings. This may be due to one of the following reasons:</p> |
| <ul> | | <ul> |
| <li>Your input contains spelling errors.</li> | | <li>Your input contains spelling errors.</li> |
− | <li>The item you're looking for is not in the database.</li> | + | <li>The monster you're looking for is not in the database.</li> |
| </ul> | | </ul> |
− | <p>If you have information about an item we are missing, please contact a member of the <a href="https://newwiki.grinderscape.org/Main_Page/Wiki_team">wiki team</a>!</p> | + | <p>If you have information about a monster we are missing, please contact a member of the [https://wiki.etherumps.com/Main_page/Teams/Wiki_team Wiki team]</p> |
| </div> | | </div> |
− | <script>
| |
− | function search_term() {
| |
| | | |
− | var input = $( "input#database_input" ).val().toLowerCase();
| |
| | | |
− | if ( $( 'div#item_database > div[item="' + input + '"]' ).length > 0 ) {
| |
| | | |
− | var data = $( 'div#item_database > div[item="' + input + '"]' ).html().split( ";" );
| |
| | | |
− | // Item
| |
| | | |
− | var item_name = data[0];
| + | <!------------------------ COPY THE DATABASE CODE HERE ------------------------> |
− | var id = data[1];
| |
| | | |
− | // Item statistics
| + | <div id='monster_database' hidden><div monster="aberrant spectre">Aberrant spectre;https://i.imgur.com/mvDGJ8e.png;96;90;Melee;No;Bones;Yes;60;Nose peg;Slayer tower, Pollnivneach slayer dungeon;</div> |
| + | <div monster="abyssal demon">Abyssal demon;X;124;150;Melee;No;Infernal ashes;Yes;85;None;Premium training, Slayer tower;</div> |
| + | <div monster="adolescent white wolf">Adolescent white wolf;X;3;34;Melee;No;Bones;Yes;1;None;White wolf mountain;</div> |
| + | <div monster="al kharid warrior">Al kharid warrior;X;9;19;Melee;No;Bones;Yes;1;None;Al kharid;</div> |
| + | <div monster="aquanite">Aquanite;X;114;103;Melee;No;Bones;Yes;78;None;Slayer cave;</div> |
| + | <div monster="aviansie">Aviansie;X;83;80;Ranged;No;Bones;Yes;1;None;God wars dungeon;</div> |
| + | <div monster="baby black dragon">Baby black dragon;X;83;80;Melee;No;Bones;No;N/A;None;Chaos tunnels;</div> |
| + | <div monster="baby blue dragon">Baby blue dragon;X;48;120;Melee;No;Babydragon bones;No;N/A;None;Chaos tunnels, Taverley dungeon;</div> |
| + | <div monster="bandit">Bandit;X;74;100;Melee;Yes;Bones, Green charm;No;N/A;None;Bandit camp (Combat training teleport) ;</div> |
| + | <div monster="banshee">Banshee;X;23;22;Melee;No;Ashes;Yes;15;Earmuffs;Slayer tower;</div> |
| + | <div monster="basilisk">Basilisk;X;61;75;Melee;No;Bones;Yes;39;Mirror shield;Slayer cave, Pollnivneach slayer dungeon;</div> |
| + | <div monster="basilisk boss">Basilisk boss;X;240;;;No;Bones;Yes;39;Face mask;Pollnivneach slayer dungeon,;</div> |
| + | <div monster="bird">Bird;X;5;5;Melee;No;Bones;Yes;1;None;Ape atoll;</div> |
| + | <div monster="black bear">Black bear;X;19;25;Melee;No;Bones;No;;;South-west of varrock;</div> |
| + | <div monster="black demon">Black demon;X;172;157;Melee;No;Infernal ashes;Yes;1;None;Brimhaven dungeon, Taverley dungeon, Chaos tunnels;</div> |
| + | <div monster="black dragon">Black dragon;X;227;220;Melee, Magic;No;Dragon Bones, Crimson charm;Yes;1;None;Chaos tunnels, Taverley dungeon;</div> |
| + | <div monster="black knight">Black knight;X;33;42;Melee;No;Bones;No;N/A;None;Taverly dungeon, North-east of varrock;</div> |
| + | <div monster="bloodveld">Bloodveld;X;76;120;Melee;No;Bones;Yes;50;None;Slayer tower;</div> |
| + | <div monster="blue dragon">Blue dragon;X;111;120;Melee, Magic;No;Dragon bones, Crimson charm;Yes;1;None;Taverley dungeon;</div> |
| + | <div monster="brine rat">Brine rat;X;70;50;Melee;No;Bones;Yes;47;None;Chaos tunnels;</div> |
| + | <div monster="bronze dragon">Bronze dragon;X;131;125;Melee, Magic;No;Dragon bones;No;1;None;Brimhaven dungeon, Chaos tunnels;</div> |
| + | <div monster="cave bug">Cave bug;X;6;20;Melee;No;Bones, Green charms;Yes;5;None;Chaos tunnels;</div> |
| + | <div monster="cave crawler">Cave crawler;X;23;22;Melee;No;Bones;Yes;10;None;Slayer cave;</div> |
| + | <div monster="cave crawler (stronger)">Cave crawler (Stronger);X;138;50;Melee;No;Bones;Yes;10;None;Pollninveach Slayer Dungeon;</div> |
| + | <div monster="cave slime">Cave slime;X;23;25;Melee;No;Bones;Yes;17;None;Chaos tunnels;</div> |
| + | <div monster="chaos druid">Chaos druid;X;13;20;Melee;No;Bones;No;N/A;None;Taverly dungeon, Edgeville dungeon;</div> |
| + | <div monster="chaos dwarf">Chaos dwarf;X;48;62;Melee;No;Bones;Yes;1;None;Taverley dungeon;</div> |
| + | <div monster="chicken">Chicken;X;1;3;Melee;No;Bones;No;;;Falador castle;</div> |
| + | <div monster="cockatrice">Cockatrice;X;37;37;Melee;No;Bones;Yes;1;Mirror shield;Slayer cave;</div> |
| + | <div monster="cow">Cow;X;2;8;Melee;No;Bones;Yes;1;None;Lumbridge;</div> |
| + | <div monster="crawling hand">Crawling hand;X;8;16;Melee;No;Bones;Yes;5;None;Slayer tower;</div> |
| + | <div monster="crocodile">Crocodile;X;63;63;Melee;No;Bones;Yes;1;None;South of Pollnivneach;</div> |
| + | <div monster="cyclops">Cyclops;X;81;65;Melee;No;Bones;Yes;1;None;God wars dungeon;</div> |
| + | <div monster="dad">Dad;X;101;150;Melee;No;Bones;No;;;West of yanille;</div> |
| + | <div monster="dagannoth">Dagannoth;X;74;71;Melee;No;Bones;Yes;1;None;Chaos Tunnels;</div> |
| + | <div monster="dagannoth (stronger)">Dagannoth (Stronger);X;92;85;Melee;No;Bones;Yes;1;None;Dagannoth Dungeon;</div> |
| + | <div monster="dark beast">Dark beast;X;182;220;Melee;No;Bones, Crimson charm;Yes;90;None;Premium training, Slayer tower;</div> |
| + | <div monster="dark wizard">Dark wizard;X;7;12;Magic;No;Bones;;;;Draynor;</div> |
| + | <div monster="deadly red spider">Deadly red spider;X;34;36;Melee;No;Bones;No;N/A;None;Chaos tunnels, Edgeville dungeon;</div> |
| + | <div monster="desert lizard">Desert lizard;X;24;14;Melee;No;Bones;Yes;22;None;South of bandit camp;</div> |
| + | <div monster="dire wolf">Dire wolf;X;88;86;Melee;No;Bones;Yes;1;None;Chaos tunnels;</div> |
| + | <div monster="dog">Dog;X;63;66;Melee;Yes;Bones;Yes;1;None;Brimhaven dungeon, Ardougne;</div> |
| + | <div monster="dust devil">Dust devil;X;93;105;Melee;No;Bones, Green charm;Yes;65;None;Chaos tunnels, Pollnivneach slayer dungeon;</div> |
| + | <div monster="dwarf">Dwarf;X;10;16;Melee;No;Bones;Yes;1;None;Dwarven Mine;</div> |
| + | <div monster="dwarf (stronger)">Dwarf (Stronger);X;11;16;Melee;No;Bones;Yes;1;None;Dwarven Mine;</div> |
| + | <div monster="earth warrior">Earth warrior;X;51;60;Melee;No;Bones;Yes;1;None;Chaos tunnels;</div> |
| + | <div monster="fire elemental">Fire elemental;X;35;30;Melee;Yes;Bones;Yes;1;None;Chaos tunnels, Smoke dungeon, Ancient guthix temple;</div> |
| + | <div monster="fire giant">Fire giant;X;86;111;Melee;No;Big bones;Yes;1;None;Chaos tunnels, Smoke dungeon, Edgeville dungeon, Brimhaven dungeon;</div> |
| + | <div monster="gargoyle">Gargoyle;X;111;105;Melee;No;Bones;Yes;75;None;Slayer tower, Chaos tunnels;</div> |
| + | <div monster="ghost">Ghost;X;19;25;Melee;No;Nothing;Yes;1;None;Chaos tunnels, Taverly dungeon, Wilderness (Level 23) ;</div> |
| + | <div monster="giant bat">Giant bat;X;27;32;Melee;No;Bones;Yes;1;None;Chaos tunnels, Taverly dungeon, Asgarnian dungeon, Wilderness (Level 60);</div> |
| + | <div monster="giant rat">Giant rat;X;2;5;Melee;No;Bones;No;;;Edgeville dungeon;</div> |
| + | <div monster="giant rock crab">Giant rock crab;X;137;90;Melee;No;Bones;Yes;1;None;Chaos tunnels;</div> |
| + | <div monster="giant spider">Giant spider;X;2;2;Melee;No;Bones;Yes;1;None;Edgeville dungeon, Lumbridge;</div> |
| + | <div monster="goblin">Goblin;X;5;12;Melee;No;Bones;Yes;1;None;Lumbridge;</div> |
| + | <div monster="goblin (stronger)">Goblin (Stronger);X;15;10;Melee;No;Bones;Yes;1;None;God wars dungeon (General graardor) ;</div> |
| + | <div monster="gorak">Gorak;X;145;114;Melee;No;Bones;Yes;1;None;Chaos tunnels;</div> |
| + | <div monster="greater demon">Greater demon;X;92;187;Melee;No;Ashes, Crimson charm;Yes;1;None;Chaos tunnels, Edgeville dungeon, Brimhaven dungeon, Karamja dungeon;</div> |
| + | <div monster="green dragon">Green dragon;X;79;75;Melee, Magic;No;Dragon bones, Crimson charm;Yes;1;None;Chaos tunnels, North neitiznot, Wilderness (Level 18 and 26);</div> |
| + | <div monster="grizzy bear">Grizzy bear;X;21;26;Melee;No;Bones;Yes;1;None;East of ardougne, South of seers village (Camelot bank);</div> |
| + | <div monster="guard">Guard;X;21;22;Melee;No;Bones;No;;;Varrock, Falador, Yanille, Edgeville;</div> |
| + | <div monster="harpie bug swarm">Harpie bug swarm;X;46;25;Melee;No;Bones;Yes;1;None;South of karamja;</div> |
| + | <div monster="hellhound">Hellhound;X;122;116;Melee;No;Bones;Yes;1;None;Chaos tunnels, Taverly dungeon, Tarn & ice queen teleport;</div> |
| + | <div monster="hero">Hero;X;69;83;Melee;No;Bones;No;;;Ardougne;</div> |
| + | <div monster="hill giant">Hill giant;X;28;35;Melee;No;Big bones;Yes;1;None;Taverly dungeon, Edgeville dungeon;</div> |
| + | <div monster="hobgoblin">Hobgoblin;X;28;32;Melee;No;Bones;Yes;1;None;Edgeville dungeon, Tarn & ice queen teleport;</div> |
| + | <div monster="hobgoblin (stronger)">Hobgoblin (Stronger);X;47;50;Melee;No;Bones;Yes;1;None;God wars dungeon (General graardor) ;</div> |
| + | <div monster="ice giant">Ice giant;X;53;70;Melee;No;Big bones;Yes;1;None;Chaos tunnels, Asgarnian dungeon;</div> |
| + | <div monster="ice troll">Ice troll;X;62;70;Melee;No;Bones;Yes;1;None;Chaos tunnels;</div> |
| + | <div monster="ice warrior">Ice warrior;X;57;60;Melee;No;Bones;Yes;1;None;Chaos tunnels, Wilderness (Level 52);</div> |
| + | <div monster="icefiend">Icefiend;X;18;15;Melee;No;Bones;Yes;1;None;Ice mountain;</div> |
| + | <div monster="imp">Imp;X;2;8;Melee;No;Bones;No;;;Varrock, Falador, Yanille, Edgeville;</div> |
| + | <div monster="infernal mage">Infernal mage;X;66;60;Magic;No;Ashes, Green charm;Yes;45;None;Slayer tower, Chaos tunnels;</div> |
| + | <div monster="iron dragon">Iron dragon;X;189;173;Melee, Magic;No;Dragon bones;Yes;1;None;Brimhaven dungeon;</div> |
| + | <div monster="jail guard">Jail guard;X;26;30;Melee;No;Bones;No;N/A;None;Taverly dungeon;</div> |
| + | <div monster="jelly">Jelly;X;78;75;Melee;No;Bones, Green charm;Yes;52;None;Chaos tunnels, Slayer cave;</div> |
| + | <div monster="jogre">Jogre;X;53;60;Melee;No;Bones;Yes;1;None;Asgarnian dungeon;</div> |
| + | <div monster="jungle strykewyrm">Jungle strykewyrm;X;110;176;Melee;No;Bones;Yes;73;None;South of castle wars;</div> |
| + | <div monster="kalphite soldier">Kalphite soldier;X;85;90;Melee;Yes;Bones;Yes;1;None;Kalphite Hive;</div> |
| + | <div monster="kalphite worker">Kalphite worker;X;28;40;Melee;No;Bones;Yes;1;None;Kalphite Hive;</div> |
| + | <div monster="khazard trooper">Khazard Trooper;X;19;22;Melee;No;Bones;No;;;North-east of yanille;</div> |
| + | <div monster="knight of ardougne">Knight of ardougne;X;46;44;Melee;No;Bones;No;;;Ardougne;</div> |
| + | <div monster="kurask">Kurask;X;106;97;Melee;No;Bones;Yes;70;None;Pollnivneach slayer dungeon, Slayer cave;</div> |
| + | <div monster="leser demon">Leser demon;X;82;79;Melee;No;Bones;Yes;1;None;Chaos tunnels, Taverly dungeon, Edgeille dungeon, Karamja dungeon, Wilderness (Level 46);</div> |
| + | <div monster="magic axe">Magic axe;X;42;41;Melee;Yes;Bones;No;N/A;None;Taverly dungeon;</div> |
| + | <div monster="man">Man;X;2;7;Melee;No;Bones;No;N/A;None;Edgeville;</div> |
| + | <div monster="mighty banshee">Mighty banshee;X;90;89;Melee;No;Bones;Yes;15;Earmuffs;Pollnivneach slayer dungeon;</div> |
| + | <div monster="mightiest turoth">Mightiest turoth;X;180;;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Pollnivneach slayer dungeon;</div> |
| + | <div monster="mithril dragon">Mithril dragon;X;304;173;Melee, Magic;No;Dragon bones;Yes;1;None;Premium training, Wilderness (Level 55);</div> |
| + | <div monster="mogre">Mogre;X;60;60;Melee;No;Big bones, Gold charm;Yes;32;None;South of port sarim;</div> |
| + | <div monster="monkey">Monkey;X;3;6;Melee;No;Bones;Yes;1;None;Musa point (Karamja);</div> |
| + | <div monster="monkey guard">Monkey guard;X;167;172;Melee;No;Bones;No;;None;Ape atoll;These monsters can heal. So lifepoints may increase as you kill.</div> |
| + | <div monster="mountain troll">Mountain troll;X;69;91;Melee;No;Bones;Yes;1;None;North of burthorpe;</div> |
| + | <div monster="moss giant">Moss giant;X;42;60;Melee;No;Big bones;Yes;1;None;Chaos tunnels, Edgeville dungeon, Brimhaven dungeon;</div> |
| + | <div monster="mugger">Mugger;X;6;8;Melee;No;Bones;No;;;Varrock;</div> |
| + | <div monster="nechryael">Nechryael;X;115;105;Melee;No;Infernal ashes;Yes;80;None;Slayer tower;</div> |
| + | <div monster="ogre">Ogre;X;53;60;Melee;No;Big bones, Gold charm;Yes;1;None;Outside yanille (West);</div> |
| + | <div monster="paladin">Paladin;X;62;57;Melee;No;Bones;No;;;Ardougne;</div> |
| + | <div monster="poison spider">Poison spider;X;64;65;Melee;No;Bones;Yes;1;None;Chaos tunnels, King black dragon's lair;</div> |
| + | <div monster="pyrefiend">Pyrefiend;X;43;45;Melee;No;Bones;Yes;1;None;Slayer cave, Smoke dungeon, God wars dungeon (K'ril tsutsaroth);</div> |
| + | <div monster="red dragon">Red dragon;X;152;140;Melee, Magic;No;Dragon bones, Crimson charm;Yes;1;None;Chaos tunnels, Brimhaven dungeon;</div> |
| + | <div monster="rock crab">Rock crab;X;13;30;Melee;No;Bones;Yes;1;None;Rock crabs area, Edgeville dungeon;</div> |
| + | <div monster="rockslug">Rockslug;X;29;81;Melee;No;Bones;Yes;1;None;Slayer cave;</div> |
| + | <div monster="scorpion">Scorpion;X;14;17;Melee;No;Bones;Yes;1;None;Chaos tunnels, Kharidian dungeon, Musa point (Karamja);</div> |
| + | <div monster="shade">Shade;X;;;Melee;No;Bones;Yes;1;None;West of barrows;</div> |
| + | <div monster="shadow warrior">Shadow warrior;X;48;67;Melee;No;Bones;Yes;1;None;Chaos tunnels;</div> |
| + | <div monster="skeletal wyvern">Skeletal wyvern;X;198;200;Melee, Magic;No;Wyvern bones;Yes;72;None;Asgarnian dungeon;To access the skeletal wyverns you will need a frozen key</div> |
| + | <div monster="skeleton">Skeleton;X;22;29;Melee;No;Bones;Yes;1;None;Chaos tunnels, Wilderness (level 8);</div> |
| + | <div monster="skeleton (stronger)">Skeleton (Stronger);X;25;29;Melee;No;Bones;Yes;1;None;Chaos tunnels, Edgeville dungeon;</div> |
| + | <div monster="skeleton (strongest)">Skeleton (Strongest);X;68;75;Melee;No;Bones;Yes;1;None;Barrows minigame;</div> |
| + | <div monster="spider">Spider;X;1;2;Melee;No;Bones;Yes;1;None;Ape atoll;</div> |
| + | <div monster="spiritual mage (saradomin)">Spiritual mage (Saradomin);X;120;70;Magic;No;Bones;Yes;83;None;God wars dungeon (Commander zilyana);</div> |
| + | <div monster="spiritual mage (zamorak)">Spiritual mage (Zamorak);X;121;100;Magic;No;Bones;Yes;83;None;God wars dungeon (K'ril tsutsaroth);</div> |
| + | <div monster="spiritual warrior">Spiritual warrior;X;125;70;Melee;No;Bones;Yes;1;None;God wars dungeon (Commander zilyana);</div> |
| + | <div monster="steel dragon">Steel dragon;X;246;220;Melee, Magic;No;Dragon bones;Yes;1;None;Brimhaven dungeon;</div> |
| + | <div monster="suqah">Suqah;X;111;80;Melee;No;Bones;Yes;1;None;Lunar isle;</div> |
| + | <div monster="thief">Thief;X;16;17;Melee;No;Bones;No;;;North-east of varrock;</div> |
| + | <div monster="tormented demon">Tormented Demon;X;450;1000;Melee, Magic, Range;Yes;Bones;Yes;1;None;Ancient guthix temple;To access the tormented demons you need a flame fragment </div> |
| + | <div monster="troll">Troll;X;69;91;Melee;No;Bones;Yes;1;None;Burthorpe;</div> |
| + | <div monster="turoth">Turoth;X;83;79;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Slayer cave, Pollnivneach slayer dungeon;</div> |
| + | <div monster="turoth (strong)">Turoth (Strong);X;85;81;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Slayer cave, Pollnivneach slayer dungeon;</div> |
| + | <div monster="turoth (stronger)">Turoth (Stronger);X;87;77;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Chaos tunnels, Slayer cave, Pollnivneach slayer dungeon;</div> |
| + | <div monster="turoth (strongest) ">Turoth (Strongest) ;X;88;76;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Slayer cave, Pollnivneach slayer dungeon;</div> |
| + | <div monster="tzhaar-hur">TzHaar-Hur;X;75;80;Melee;No;Nothing;Yes;1;None;TzHaar City;</div> |
| + | <div monster="tzhaar-mej">TzHaar-Mej;X;103;100;Melee;No;Nothing;Yes;1;None;TzHaar City;</div> |
| + | <div monster="tzhaar-xil">TzHaar-Xil;X;133;120;Melee;No;Nothing;Yes;1;None;TzHaar City;</div> |
| + | <div monster="tzhaar-ket">TzHaar-Ket;X;149;140;Melee;No;Nothing;No;1;None;TzHaar City;</div> |
| + | <div monster="vampyre">Vampyre;X;77;60;Melee;No;Nothing;Yes;1;None;East of canifis;</div> |
| + | <div monster="watchman">Watchman;X;33;22;Melee;No;Bones;No;;;North of ardougne;</div> |
| + | <div monster="waterfiend">Waterfiend;X;115;128;Melee;No;Bones;Yes;1;None;Chaos tunnels;</div> |
| + | <div monster="wizard">Wizard;X;9;14;Magic;No;Bones;No;;;South of draynor;</div> |
| + | <div monster="white knight">White knight;X;36/38;52;Melee;No;Bones;No;;;Falador castle;</div> |
| + | <div monster="white wolf">White wolf;X;38;34;Melee;No;Bones;Yes;1;None;White wolf mountain;</div> |
| + | <div monster="woman">Woman;X;2;7;Melee;No;Bones;No;;;North-east of varrock, Falador;</div> |
| + | <div monster="yak">Yak;X;22;50;Melee;No;Bones, Gold charm;No;;None;South neitiznot, North of lumbridge;</div> |
| + | <div monster="zombie">Zombie;X;13;22;Melee;No;Bones;Yes;1;None;Chaos tunnels, Edgeville dungeon;</div> |
| + | <div monster="zombie (stronger)">Zombie (Stronger);X;18;20;Melee;No;Bones;Yes;1;None;Edgeville dungeon;</div> |
| + | <div monster="zombie (strongest)">Zombie (Strongest);X;24;30;Melee;No;Bones;Yes;1;None;Edgeville dungeon;</div></div><datalist id='monster_datalist'><option value="Aberrant spectre">Aberrant spectre</option> |
| + | <option value="Abyssal demon">Abyssal demon</option> |
| + | <option value="Adolescent white wolf">Adolescent white wolf</option> |
| + | <option value="Al kharid warrior">Al kharid warrior</option> |
| + | <option value="Aquanite">Aquanite</option> |
| + | <option value="Aviansie">Aviansie</option> |
| + | <option value="Baby black dragon">Baby black dragon</option> |
| + | <option value="Baby blue dragon">Baby blue dragon</option> |
| + | <option value="Bandit">Bandit</option> |
| + | <option value="Banshee">Banshee</option> |
| + | <option value="Basilisk">Basilisk</option> |
| + | <option value="Basilisk boss">Basilisk boss</option> |
| + | <option value="Bird">Bird</option> |
| + | <option value="Black bear">Black bear</option> |
| + | <option value="Black demon">Black demon</option> |
| + | <option value="Black dragon">Black dragon</option> |
| + | <option value="Black knight">Black knight</option> |
| + | <option value="Bloodveld">Bloodveld</option> |
| + | <option value="Blue dragon">Blue dragon</option> |
| + | <option value="Brine rat">Brine rat</option> |
| + | <option value="Bronze dragon">Bronze dragon</option> |
| + | <option value="Cave bug">Cave bug</option> |
| + | <option value="Cave crawler">Cave crawler</option> |
| + | <option value="Cave crawler (Stronger)">Cave crawler (Stronger)</option> |
| + | <option value="Cave slime">Cave slime</option> |
| + | <option value="Chaos druid">Chaos druid</option> |
| + | <option value="Chaos dwarf">Chaos dwarf</option> |
| + | <option value="Chicken">Chicken</option> |
| + | <option value="Cockatrice">Cockatrice</option> |
| + | <option value="Cow">Cow</option> |
| + | <option value="Crawling hand">Crawling hand</option> |
| + | <option value="Crocodile">Crocodile</option> |
| + | <option value="Cyclops">Cyclops</option> |
| + | <option value="Dad">Dad</option> |
| + | <option value="Dagannoth">Dagannoth</option> |
| + | <option value="Dagannoth (Stronger)">Dagannoth (Stronger)</option> |
| + | <option value="Dark beast">Dark beast</option> |
| + | <option value="Dark wizard">Dark wizard</option> |
| + | <option value="Deadly red spider">Deadly red spider</option> |
| + | <option value="Desert lizard">Desert lizard</option> |
| + | <option value="Dire wolf">Dire wolf</option> |
| + | <option value="Dog">Dog</option> |
| + | <option value="Dust devil">Dust devil</option> |
| + | <option value="Dwarf">Dwarf</option> |
| + | <option value="Dwarf (Stronger)">Dwarf (Stronger)</option> |
| + | <option value="Earth warrior">Earth warrior</option> |
| + | <option value="Fire elemental">Fire elemental</option> |
| + | <option value="Fire giant">Fire giant</option> |
| + | <option value="Gargoyle">Gargoyle</option> |
| + | <option value="Ghost">Ghost</option> |
| + | <option value="Giant bat">Giant bat</option> |
| + | <option value="Giant rat">Giant rat</option> |
| + | <option value="Giant rock crab">Giant rock crab</option> |
| + | <option value="Giant spider">Giant spider</option> |
| + | <option value="Goblin">Goblin</option> |
| + | <option value="Goblin (Stronger)">Goblin (Stronger)</option> |
| + | <option value="Gorak">Gorak</option> |
| + | <option value="Greater demon">Greater demon</option> |
| + | <option value="Green dragon">Green dragon</option> |
| + | <option value="Grizzy bear">Grizzy bear</option> |
| + | <option value="Guard">Guard</option> |
| + | <option value="Harpie bug swarm">Harpie bug swarm</option> |
| + | <option value="Hellhound">Hellhound</option> |
| + | <option value="Hero">Hero</option> |
| + | <option value="Hill giant">Hill giant</option> |
| + | <option value="Hobgoblin">Hobgoblin</option> |
| + | <option value="Hobgoblin (Stronger)">Hobgoblin (Stronger)</option> |
| + | <option value="Ice giant">Ice giant</option> |
| + | <option value="Ice troll">Ice troll</option> |
| + | <option value="Ice warrior">Ice warrior</option> |
| + | <option value="Icefiend">Icefiend</option> |
| + | <option value="Imp">Imp</option> |
| + | <option value="Infernal mage">Infernal mage</option> |
| + | <option value="Iron dragon">Iron dragon</option> |
| + | <option value="Jail guard">Jail guard</option> |
| + | <option value="Jelly">Jelly</option> |
| + | <option value="Jogre">Jogre</option> |
| + | <option value="Jungle strykewyrm">Jungle strykewyrm</option> |
| + | <option value="Kalphite soldier">Kalphite soldier</option> |
| + | <option value="Kalphite worker">Kalphite worker</option> |
| + | <option value="Khazard Trooper">Khazard Trooper</option> |
| + | <option value="Knight of ardougne">Knight of ardougne</option> |
| + | <option value="Kurask">Kurask</option> |
| + | <option value="Leser demon">Leser demon</option> |
| + | <option value="Magic axe">Magic axe</option> |
| + | <option value="Man">Man</option> |
| + | <option value="Mighty banshee">Mighty banshee</option> |
| + | <option value="Mightiest turoth">Mightiest turoth</option> |
| + | <option value="Mithril dragon">Mithril dragon</option> |
| + | <option value="Mogre">Mogre</option> |
| + | <option value="Monkey">Monkey</option> |
| + | <option value="Monkey guard">Monkey guard</option> |
| + | <option value="Mountain troll">Mountain troll</option> |
| + | <option value="Moss giant">Moss giant</option> |
| + | <option value="Mugger">Mugger</option> |
| + | <option value="Nechryael">Nechryael</option> |
| + | <option value="Ogre">Ogre</option> |
| + | <option value="Paladin">Paladin</option> |
| + | <option value="Poison spider">Poison spider</option> |
| + | <option value="Pyrefiend">Pyrefiend</option> |
| + | <option value="Red dragon">Red dragon</option> |
| + | <option value="Rock crab">Rock crab</option> |
| + | <option value="Rockslug">Rockslug</option> |
| + | <option value="Scorpion">Scorpion</option> |
| + | <option value="Shade">Shade</option> |
| + | <option value="Shadow warrior">Shadow warrior</option> |
| + | <option value="Skeletal wyvern">Skeletal wyvern</option> |
| + | <option value="Skeleton">Skeleton</option> |
| + | <option value="Skeleton (Stronger)">Skeleton (Stronger)</option> |
| + | <option value="Skeleton (Strongest)">Skeleton (Strongest)</option> |
| + | <option value="Spider">Spider</option> |
| + | <option value="Spiritual mage (Saradomin)">Spiritual mage (Saradomin)</option> |
| + | <option value="Spiritual mage (Zamorak)">Spiritual mage (Zamorak)</option> |
| + | <option value="Spiritual warrior">Spiritual warrior</option> |
| + | <option value="Steel dragon">Steel dragon</option> |
| + | <option value="Suqah">Suqah</option> |
| + | <option value="Thief">Thief</option> |
| + | <option value="Tormented Demon">Tormented Demon</option> |
| + | <option value="Troll">Troll</option> |
| + | <option value="Turoth">Turoth</option> |
| + | <option value="Turoth (Strong)">Turoth (Strong)</option> |
| + | <option value="Turoth (Stronger)">Turoth (Stronger)</option> |
| + | <option value="Turoth (Strongest) ">Turoth (Strongest) </option> |
| + | <option value="TzHaar-Hur">TzHaar-Hur</option> |
| + | <option value="TzHaar-Mej">TzHaar-Mej</option> |
| + | <option value="TzHaar-Xil">TzHaar-Xil</option> |
| + | <option value="TzHaar-Ket">TzHaar-Ket</option> |
| + | <option value="Vampyre">Vampyre</option> |
| + | <option value="Watchman">Watchman</option> |
| + | <option value="Waterfiend">Waterfiend</option> |
| + | <option value="Wizard">Wizard</option> |
| + | <option value="White knight">White knight</option> |
| + | <option value="White wolf">White wolf</option> |
| + | <option value="Woman">Woman</option> |
| + | <option value="Yak">Yak</option> |
| + | <option value="Zombie">Zombie</option> |
| + | <option value="Zombie (Stronger)">Zombie (Stronger)</option> |
| + | <option value="Zombie (Strongest)">Zombie (Strongest)</option></datalist> |
| | | |
− | var min_price = data[2];
| + | <!------------------------ COPY THE DATABASE CODE HERE ------------------------> |
− | var max_price = data[3];
| |
− | var donator = data[4];
| |
− | var tradeable = data[5];
| |
− | var noteable = data[6];
| |
− | var stackable = data[7];
| |
− | var equipable = data[8];
| |
| | | |
− | // Combat statistics
| |
| | | |
− | var ab_stab = data[9];
| |
− | var ab_slash = data[10];
| |
− | var ab_crush = data[11];
| |
− | var ab_magic = data[12];
| |
− | var ab_range = data[13];
| |
| | | |
− | var db_stab = data[14];
| |
− | var db_slash = data[15];
| |
− | var db_crush = data[16];
| |
− | var db_magic = data[17];
| |
− | var db_range = data[18];
| |
| | | |
− | var ob_strenght = data[19];
| |
− | var ob_prayer = data[20];
| |
| | | |
− | var slot = data[21]
| + | <script type="text/javascript"> |
− | var item_class = data[22]
| |
− | var degradable = data[23];
| |
| | | |
− | var sr_defence = data[24];
| + | function searchDatabase() { |
− | var sr_attack = data[25];
| |
− | var sr_strenght = data[26];
| |
− | var sr_ranged = data[27];
| |
− | var sr_magic = data[28];
| |
− | var sr_hitpoints = data[29];
| |
− | var sr_prayer = data[30];
| |
− | var sr_slayer = data[31];
| |
| | | |
− | // Text
| + | var input = $( "input#database_input" ).val().toLowerCase(); |
| | | |
− | var sources = data[32];
| + | if ( $( 'div#monster_database > div[monster="' + input + '"]' ).length > 0 ) { |
− | var uses = data[33];
| |
− | var notes = data[34];
| |
| | | |
− | // Update the text | + | var data = $( 'div#monster_database > div[monster="' + input + '"]' ).html().split( ";" ); |
| | | |
− | $( "h1#item_name" ).html( item_name ); | + | // Variables |
| | | |
− | if ( sources == "" ) { | + | var monster_name = data[0]; |
− | $( "td#sources" ).html( "No data available." ); | + | var picture = '<img src="' + data[1] + '" style="max-height: 117px; max-width: 148px;">'; |
| + | var combat_level = data[2]; |
| + | var lifepoints = data[3]; |
| + | var attack_type = data[4]; |
| + | var aggressive = data[5]; |
| + | var always_drops = data[6]; |
| + | var assignable = data[7]; |
| + | var req_slayer_level = data[8]; |
| + | var req_equipment = data[9]; |
| + | var locations = data[10]; |
| + | if ( data[11] == "" ) { |
| + | var notes = "No data available."; |
| } else { | | } else { |
− | $( "td#sources" ).html( sources ); | + | var notes = data[11]; |
− | }; | + | } |
| | | |
− | if ( uses == "" ) { | + | // Update the table |
− | $( "td#uses" ).html( "No data available." );
| |
− | } else {
| |
− | $( "td#uses" ).html( uses );
| |
− | };
| |
− |
| |
− | if ( notes == "" ) {
| |
− | $( "td#notes" ).html( "No data available." );
| |
− | } else {
| |
− | $( "td#notes" ).html( notes );
| |
− | };
| |
| | | |
− | // Update the item stats table | + | $( "h1#monster_name" ).html( monster_name ); |
| + | $( "td#picture" ).html( picture ); |
| + | $( "td#lifepoints" ).html( lifepoints ); |
| + | $( "td#combat_level" ).html( combat_level ); |
| + | $( "td#attack_type" ).html( attack_type ); |
| + | $( "td#always_drops" ).html( always_drops ); |
| + | $( "td#locations" ).html( locations ); |
| + | $( "td#aggressive" ).html( aggressive ); |
| + | $( "td#notes" ).html( notes ); |
| | | |
− | $( "td#picture" ).html( "<img src='https://www.grinderscape.org/assets/images/items/" + id + ".png'>" ); | + | if ( assignable == "Yes" ) { |
− | $( "td#min_price" ).html( commaSeparateNumber( min_price ) );
| + | $( "table#slayer_info" ).show(); |
− | $( "td#max_price" ).html( commaSeparateNumber( max_price ) ); | + | } else { |
− | $( "td#donator" ).html( donator );
| + | $( "table#slayer_info" ).hide(); |
− | $( "td#tradeable" ).html( tradeable );
| + | } |
− | $( "td#noteable" ).html( noteable );
| |
− | $( "td#stackable" ).html( stackable );
| |
− | $( "td#equipable" ).html( equipable );
| |
− | | |
− | // Update combat stats table
| |
− | | |
− | $( "td#ab_stab" ).html( ab_stab );
| |
− | $( "td#ab_slash" ).html( ab_slash );
| |
− | $( "td#ab_crush" ).html( ab_crush );
| |
− | $( "td#ab_magic" ).html( ab_magic ); | |
− | $( "td#ab_range" ).html( ab_range );
| |
− | | |
− | $( "td#db_stab " ).html( db_stab );
| |
− | $( "td#db_slash" ).html( db_slash );
| |
− | $( "td#db_crush" ).html( db_crush );
| |
− | $( "td#db_magic" ).html( db_magic );
| |
− | $( "td#db_range" ).html( db_range );
| |
| | | |
− | $( "td#ob_strenght" ).html( ob_strenght ); | + | $( "td#req_slayer_level" ).html( req_slayer_level ); |
− | $( "td#ob_prayer" ).html( ob_prayer ); | + | $( "td#slayer_xp" ).html( commaSeparateNumber( lifepoints * 100 ) ); |
− | | + | $( "td#req_equipment" ).html( req_equipment ); |
− | $( "td#sr_defence" ).html( sr_defence );
| |
− | $( "td#sr_attack" ).html( sr_attack );
| |
− | $( "td#sr_strenght" ).html( sr_strenght );
| |
− | $( "td#sr_ranged" ).html( sr_ranged );
| |
− | $( "td#sr_magic" ).html( sr_magic );
| |
− | $( "td#sr_hitpoints" ).html( sr_hitpoints );
| |
− | $( "td#sr_prayer" ).html( sr_prayer );
| |
− | $( "td#sr_slayer" ).html( sr_slayer );
| |
− | | |
− | $( "td#slot" ).html( slot );
| |
− | $( "td#class" ).html( item_class );
| |
− | $( "td#degradable" ).html( degradable ); | |
| | | |
| // Show results | | // Show results |
Line 269: |
Line 438: |
| | | |
| }; | | }; |
| + | |
| </script> | | </script> |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
− | <!------------------------ COPY THE DATABASE CODE HERE ------------------------>
| |
− |
| |
− | <div id='item_database' hidden><div item="abyssal vine whip">Abyssal vine whip;21371;12000000000;12000000000;No;Yes;No;No;Yes;+15;+95;+15;+15;+0;+10;+10;+10;+10;+10;+105;+7;Mainhand;Melee;No;1;75;1;1;1;1;1;80;Participation points shop, Player killing points shop;Wield for combat.;</div><div item="torva platebody">Torva platebody;20139;4000000000;4000000000;No;Yes;No;No;Yes;+10;+10;+12;-31;-11;+156;+140;+120;-10;+160;+7;+1;Torso;Melee;No;80;1;80;1;1;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="torva platelegs">Torva platelegs;20143;4000000000;4000000000;No;Yes;No;No;Yes;+4;+8;+8;-21;-8;+112;+100;+95;-5;+125;+4;+1;Legs;Melee;No;80;1;80;1;1;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="torva helm">Torva helm;20135;4000000000;4000000000;No;Yes;No;No;Yes;+0;+0;+0;-7;-3;+68;+73;+65;-2;+74;+5;+1;Head;Melee;No;80;1;80;1;1;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="dragon claws">Dragon claws;14484;3000000000;3000000000;No;Yes;Yes;No;Yes;+41;+57;-4;+0;+0;+13;+26;+7;+0;+0;+56;+0;Two-handed;Melee;No;1;60;1;1;1;1;1;1;Tormented demon, Player killing points shop, Premium points shop;Wield for combat.;</div><div item="lava whip">Lava whip;20010;150000000;200000000;No;Yes;No;No;Yes;+0;+90;+0;+0;+0;+0;+0;+0;+0;+0;+90;+5;Mainhand;Melee;No;1;70;1;1;1;1;1;1;Premium points shop;Wield for combat.;</div><div item="bandos whip">Bandos whip;15444;50000000;70000000;No;Yes;No;No;Yes;+0;+82;+0;+0;+0;+0;+0;+0;+0;+0;+88;+0;Mainhand;Melee;No;1;70;1;1;1;1;1;1;Abyssal demon;Wield for combat.;</div><div item="abyssal whip">Abyssal whip;4151;10000000;15000000;No;Yes;Yes;No;Yes;+0;+82;+0;+0;+0;+0;+0;+0;+0;+0;+82;+0;Mainhand;Melee;No;1;70;1;1;1;1;1;1;Abyssal demon;Wield for combat.;</div><div item="white whip">White whip;15443;15000000;20000000;No;Yes;No;No;Yes;+0;+82;+0;+0;+0;+0;+0;+0;+0;+0;+82;+0;Mainhand;Melee;No;1;70;1;1;1;1;1;1;Abyssal demon;Wield for combat.;</div><div item="ice whip">Ice whip;15442;15000000;20000000;No;Yes;No;No;Yes;+0;+82;+0;+0;+0;+0;+0;+0;+0;+0;+82;+0;Mainhand;Melee;No;1;70;1;1;1;1;1;1;Abyssal demon;Wield for combat.;</div><div item="gold whip">Gold whip;15441;20000000;30000000;No;Yes;No;No;Yes;+0;+82;+0;+0;+0;+0;+0;+0;+0;+0;+82;+0;Mainhand;Melee;No;1;70;1;1;1;1;1;1;Abyssal demon;Wield for combat.;</div><div item="chaotic rapier">Chaotic rapier;18349;70000000;100000000;No;Yes;No;No;Yes;+94;+78;-2;+0;+0;+0;+2;+1;+0;+0;+101;+0;Mainhand;Melee;No;1;80;1;1;1;1;1;1;Mutant tarn, Premium points shop;Wield for combat.;</div><div item="chaotic longsword">Chaotic longsword;18351;1200000000;1200000000;No;Yes;No;No;Yes;+107;+124;-2;+0;+0;+0;+3;+2;+0;+0;+120;+0;Mainhand;Melee;No;1;80;1;1;1;1;1;1;Player killing points shop, Premium points shop;Wield for combat.;</div><div item="chaotic crossbow">Chaotic crossbow;18357;600000000;600000000;No;Yes;No;No;Yes;+0;+0;+0;+0;+120;+0;+0;+0;+0;+0;+0;+0;Mainhand;Ranged;No;1;1;1;80;1;1;1;1;Mutant tarn, Premium points shop;Wield for combat.;</div><div item="chaotic maul">Chaotic maul;18353;240000000;270000000;No;Yes;No;No;Yes;-4;-4;+167;+0;+0;+0;+0;+0;+0;+0;+155;+0;Two-handed;Melee;No;1;80;1;1;1;1;1;1;Mutant tarn, Premium points shop;Wield for combat.;</div><div item="chaotic staff">Chaotic staff;18355;50000000;100000000;No;Yes;No;No;Yes;+0;-1;+65;+55;+0;+5;+7;+4;+18;+138;+68;+0;Mainhand;Magic;No;80;1;1;1;80;1;1;1;Mutant tarn, Player killing points shop, Premium points shop;Wield for combat.;</div><div item="chaotic kiteshield">Chaotic kiteshield;18359;20000000;30000000;No;Yes;No;No;Yes;+2;+0;+4;+15;+0;+83;+90;+86;-5;+89;+0;+0;Offhand;All;No;1;1;1;1;1;1;1;1;Mutant tarn, Player killing points shop;Worn for protection.;</div><div item="pernix cowl">Pernix cowl;20149;5000000000;6000000000;No;Yes;No;No;Yes;-6;-6;-6;-10;+14;+4;+10;+10;+15;+13;+0;+1;Head;Ranged;No;80;1;1;80;1;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="pernix body">Pernix body;20153;5000000000;6000000000;No;Yes;No;No;Yes;-8;-8;-8;-15;+38;+65;+50;+68;+75;+60;+0;+1;Torso;Ranged;No;80;1;1;80;1;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="pernix chaps">Pernix chaps;20157;5000000000;6000000000;No;Yes;No;No;Yes;-6;-6;-6;-15;+24;+38;+27;+40;+47;+38;+0;+1;Legs;Ranged;No;80;1;1;80;1;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="virtus mask">Virtus mask;20161;7000000000;8000000000;No;Yes;No;No;Yes;+0;+0;+0;+9;-3;+20;+18;+20;+9;-1;+0;+1;Head;Magic;No;80;1;1;1;80;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="virtus robe top">Virtus robe top;20165;7000000000;8000000000;No;Yes;No;No;Yes;+0;+0;+0;+36;-11;+63;+50;+70;+36;+0;+0;+1;Torso;Magic;No;80;1;1;1;80;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="virtus robe legs">Virtus robe legs;20169;7000000000;8000000000;No;Yes;No;No;Yes;+0;+0;+0;+26;-8;+38;+40;+40;+26;+0;+0;+1;Legs;Magic;No;80;1;1;1;80;80;1;1;Premium points shop;Worn for protection.;Increases maximum hitpoints by 50 when worn together with all the other pieces of the set.</div><div item="completionist hood">Completionist hood;20770;15000000;15000000;No;No;No;No;Yes;+8;+8;+8;+8;+8;+15;+15;+15;+15;+15;+5;+15;Head;All;No;;;;;;;;;Masters store;Worn for protection.;Requires level 99 in every skill plus 77 task points to be worn/bought and can be customized.</div><div item="completionist cape">Completionist cape;20769;15000000;15000000;No;No;No;No;Yes;+10;+10;+10;+10;+10;+12;+12;+12;+12;+12;+10;+13;Cape;All;No;;;;;;;;;Masters store;Worn for protection.;Requires level 99 in every skill plus 77 task points to be worn/bought and can be customized.</div><div item="max hood">Max hood;20768;10000000;10000000;No;No;No;No;Yes;+5;+5;+5;+5;+5;+11;+11;+11;+11;+11;+4;+10;Head;All;No;;;;;;;;;Masters store;Worn for protection.;Requires level 99 in every skill to be worn/bought and can be customized.</div><div item="max cape">Max cape;20767;10000000;10000000;No;No;No;No;Yes;+5;+5;+5;+5;+5;+11;+11;+11;+11;+11;+4;+10;Cape;All;No;;;;;;;;;Masters store;Worn for protection.;Requires level 99 in every skill to be worn/bought and can be customized.</div><div item="veteran hood">Veteran hood;20764;50000;50000;No;No;No;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Head;All;No;1;1;1;1;1;1;1;1;Hans;Worn for distinction.;Requires 120 hours of playtime to be bought.</div><div item="veteran cape">Veteran cape;20763;50000;50000;No;No;No;No;Yes;+0;+0;+0;+0;+0;+5;+5;+5;+5;+5;+0;+0;Cape;All;No;1;1;1;1;1;1;1;1;Hans;Worn for distinction.;Requires 120 hours of playtime to be bought.</div><div item="classic hood">Classic hood;20766;N/A;N/A;No;No;No;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Head;All;No;1;1;1;1;1;1;1;1;Premium points shop;Worn for elegance.;</div><div item="classic cape">Classic cape;20765;N/A;N/A;No;No;No;No;Yes;+0;+0;+0;+0;+0;+1;+1;+1;+1;+1;+0;+1;Cape;All;No;1;1;1;1;1;1;1;1;Premium points shop;Worn for elegance.;</div><div item="tokhaar-kal">TokHaar-Kal;19111;N/A;N/A;No;No;No;No;Yes;+3;+3;+3;+3;+3;+12;+12;+12;+12;+12;+12;+12;Cape;All;No;1;1;1;1;1;1;1;1;TzHaar's shop;Worn for protection.;It'll be out of stock until you give a Fire cape to the shop's owner.</div><div item="flameburst defender">Flameburst defender;15825;1200000000;1200000000;No;Yes;No;No;Yes;+9;+6;+5;+3;-2;+5;+9;+4;+3;+0;+15;+0;Offhand;Melee;No;33;1;1;1;33;1;1;1;Premium points shop;Wield for combat.;</div><div item="fire cape">Fire cape;6570;N/A;N/A;No;No;No;No;Yes;+1;+1;+1;+1;+1;+11;+11;+11;+11;+11;+4;+2;Cape;All;No;1;1;1;1;1;1;1;1;TzHaar fight cave;Worn for protection and sacrificed to buy a TokHaar-Kal from the TzHaar's shop.;</div><div item="blood necklace">Blood necklace;17291;1200000000;1200000000;No;Yes;Yes;No;Yes;+11;+11;+11;+8;+8;+11;+11;+11;+8;+8;+11;+0;Neck;All;No;1;1;1;1;1;1;1;1;Premium points shop;Wield for combat.;</div><div item="vesta's chainbody">Vesta's chainbody;13887;600000000;600000000;No;Yes;Yes;No;Yes;+5;+7;+7;-15;+0;+120;+131;+154;-3;+140;+6;+0;Torso;Melee;No;78;1;1;1;1;1;1;1;Arzinian avatars, Premium points shop;Worn for protection.;</div><div item="vesta's plateskirt">Vesta's plateskirt;13893;1800000000;1800000000;No;Yes;Yes;No;Yes;+3;+5;+5;-17;-4;+86;+100;+112;-2;+118;+3;+0;Legs;Melee;No;78;1;1;1;1;1;1;1;Arzinian avatars, Premium points shop;Worn for protection.;</div><div item="vesta's longsword">Vesta's longsword;13899;300000000;300000000;No;Yes;Yes;No;Yes;+106;+121;-2;+0;+0;+1;+4;+3;+0;+0;+118;+0;Mainhand;Melee;No;1;78;1;1;1;1;1;1;Arzinian avatars, Premium points shop;Wield for combat.;</div><div item="vesta's spear">Vesta's spear;13905;50000;80000000;No;Yes;Yes;No;Yes;+133;+113;+120;+0;+0;+18;+21;+21;+0;+0;+122;+0;Mainhand;Melee;No;1;78;1;1;1;1;1;1;Arzinian avatars;Wield for combat.;</div><div item="statius's full helm">Statius's full helm;13896;600000000;600000000;No;Yes;Yes;No;Yes;+3;+5;+5;-6;-2;+65;+70;+63;-1;+71;+3;+0;Head;Melee;No;78;1;1;1;1;1;1;1;Arzinian avatars, Premium points shop;Worn for protection.;</div><div item="statius's platebody">Statius's platebody;13884;600000000;600000000;No;Yes;Yes;No;Yes;+5;+5;+7;-10;-30;+154;+145;+121;-6;+157;+5;+0;Torso;Melee;No;78;1;1;1;1;1;1;1;Arzinian avatars, Premium points shop;Worn for protection.;</div><div item="statius's platelegs">Statius's platelegs;13890;600000000;600000000;No;Yes;Yes;No;Yes;+3;+3;+5;-21;-7;+110;+106;+97;-4;+121;+3;+0;Legs;Melee;No;78;1;1;1;1;1;1;1;Arzinian avatars, Premium points shop;Worn for protection.;</div><div item="statius's warhammer">Statius's warhammer;13902;200000000;250000000;No;Yes;Yes;No;Yes;-4;-4;+123;+0;+0;+0;+0;+0;+0;+0;+114;+0;Two-handed;Melee;No;1;78;1;1;1;1;1;1;Arzinian avatars, Premium points shop;Wield for combat.;</div><div item="zuriel's robe top">Zuriel's robe top;13858;100000000;150000000;No;Yes;Yes;No;Yes;+0;+0;+0;+35;-10;+83;+65;+94;+35;+0;+0;+0;Torso;Magic;No;70;1;1;1;70;1;1;1;Arzinian avatars;Worn for protection.;</div><div item="zuriel's robe bottom">Zuriel's robe bottom;13861;30000000;50000000;No;Yes;Yes;No;Yes;+0;+0;+0;+15;-7;+48;+45;+54;+24;+0;+0;+0;Legs;Magic;No;70;1;1;1;70;1;1;1;Arzinian avatars, Mutant tarn;Worn for protection.;</div><div item="zuriel's staff">Zuriel's staff;13867;30000000;50000000;No;Yes;Yes;No;Yes;+13;-1;+65;+18;+0;+5;+7;+4;+18;+0;+72;+0;Two-handed;Magic;No;1;1;1;1;70;1;1;1;Arzinian avatars;Wield for combat.;</div><div item="morrigan's coif">Morrigan's coif;13876;100000000;150000000;No;Yes;Yes;No;Yes;+0;+0;+0;-5;+13;+8;+11;+14;+8;+12;+0;+0;Head;Ranged;No;70;1;1;70;1;1;1;1;Arzinian avatars;Worn for protection.;</div><div item="morrigan's leather body">Morrigan's leather body;13870;100000000;150000000;No;Yes;Yes;No;Yes;+0;+0;+0;-15;+36;+61;+53;+66;+75;+62;+0;+0;Torso;Ranged;No;70;1;1;70;1;1;1;1;Arzinian avatars;Worn for protection.;</div><div item="morrigan's leather chaps">Morrigan's leather chaps;13873;100000000;150000000;No;Yes;Yes;No;Yes;+0;+0;+0;-10;+23;+35;+29;+37;+46;+35;+0;+0;Legs;Ranged;No;70;1;1;70;1;1;1;1;Arzinian avatars;Worn for protection.;</div><div item="black elegant shirt">Black elegant shirt;10400;3000000000;3000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Vote points shop;Worn for elegance.;</div><div item="black elegant legs">Black elegant legs;10402;3000000000;3000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Vote points shop;Worn for elegance.;</div><div item="blue elegant shirt">Blue elegant shirt;10408;5000000;5000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Participation points shop;Worn for elegance.;</div><div item="blue elegant legs">Blue elegant legs;10410;5000000;5000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Participation points shop;Worn for elegance.;</div><div item="red elegant shirt">Red elegant shirt;10404;3000000000;3000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Castle wars ticket shop;Worn for elegance.;</div><div item="red elegant legs">Red elegant legs;10406;3000000000;3000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Castle wars ticket shop;Worn for elegance.;</div><div item="green elegant shirt">Green elegant shirt;10412;16000000000;19000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Voting lottery;Worn for elegance.;</div><div item="green elegant legs">Green elegant legs;10414;16000000000;19000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Voting lottery;Worn for elegance.;</div><div item="purple elegant shirt">Purple elegant shirt;10416;6000000000;6000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Skilling points shop;Worn for elegance.;</div><div item="purple elegant legs">Purple elegant legs;10418;6000000000;6000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Skilling points shop;Worn for elegance.;</div><div item="white elegant blouse">White elegant blouse;10420;3000000000;3000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Vote points shop;Worn for elegance.;</div><div item="white elegant skirt">White elegant skirt;10422;3000000000;3000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Vote points shop;Worn for elegance.;</div><div item="blue elegant blouse">Blue elegant blouse;10428;5000000;5000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Participation points shop;Worn for elegance.;</div><div item="blue elegant skirt">Blue elegant skirt;10430;5000000;5000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Participation points shop;Worn for elegance.;</div><div item="red elegant blouse">Red elegant blouse;10424;3000000000;3000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Castle wars ticket shop;Worn for elegance.;</div><div item="red elegant skirt">Red elegant skirt;10426;3000000000;3000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Castle wars ticket shop;Worn for elegance.;</div><div item="green elegant blouse">Green elegant blouse;10432;6000000000;6000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Voting lottery;Worn for elegance.;</div><div item="green elegant skirt">Green elegant skirt;10434;6000000000;6000000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Voting lottery;Worn for elegance.;</div><div item="purple elegant blouse">Purple elegant blouse;10436;5000000;5000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Torso;None;No;1;1;1;1;1;1;1;1;Skilling points shop;Worn for elegance.;</div><div item="purple elegant skirt">Purple elegant skirt;10438;300000000;300000000;No;Yes;Yes;No;Yes;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;+0;Legs;None;No;1;1;1;1;1;1;1;1;Skilling points shop;Worn for elegance.;</div></div><datalist id='item_datalist'><option value="Abyssal vine whip">Abyssal vine whip</option><option value="Torva platebody">Torva platebody</option><option value="Torva platelegs">Torva platelegs</option><option value="Torva helm">Torva helm</option><option value="Dragon claws">Dragon claws</option><option value="Lava whip">Lava whip</option><option value="Bandos whip">Bandos whip</option><option value="Abyssal whip">Abyssal whip</option><option value="White whip">White whip</option><option value="Ice whip">Ice whip</option><option value="Gold whip">Gold whip</option><option value="Chaotic rapier">Chaotic rapier</option><option value="Chaotic longsword">Chaotic longsword</option><option value="Chaotic crossbow">Chaotic crossbow</option><option value="Chaotic maul">Chaotic maul</option><option value="Chaotic staff">Chaotic staff</option><option value="Chaotic kiteshield">Chaotic kiteshield</option><option value="Pernix cowl">Pernix cowl</option><option value="Pernix body">Pernix body</option><option value="Pernix chaps">Pernix chaps</option><option value="Virtus mask">Virtus mask</option><option value="Virtus robe top">Virtus robe top</option><option value="Virtus robe legs">Virtus robe legs</option><option value="Completionist hood">Completionist hood</option><option value="Completionist cape">Completionist cape</option><option value="Max hood">Max hood</option><option value="Max cape">Max cape</option><option value="Veteran hood">Veteran hood</option><option value="Veteran cape">Veteran cape</option><option value="Classic hood">Classic hood</option><option value="Classic cape">Classic cape</option><option value="TokHaar-Kal">TokHaar-Kal</option><option value="Flameburst defender">Flameburst defender</option><option value="Fire cape">Fire cape</option><option value="Blood necklace">Blood necklace</option><option value="Vesta's chainbody">Vesta's chainbody</option><option value="Vesta's plateskirt">Vesta's plateskirt</option><option value="Vesta's longsword">Vesta's longsword</option><option value="Vesta's spear">Vesta's spear</option><option value="Statius's full helm">Statius's full helm</option><option value="Statius's platebody">Statius's platebody</option><option value="Statius's platelegs">Statius's platelegs</option><option value="Statius's warhammer">Statius's warhammer</option><option value="Zuriel's robe top">Zuriel's robe top</option><option value="Zuriel's robe bottom">Zuriel's robe bottom</option><option value="Zuriel's staff">Zuriel's staff</option><option value="Morrigan's coif">Morrigan's coif</option><option value="Morrigan's leather body">Morrigan's leather body</option><option value="Morrigan's leather chaps">Morrigan's leather chaps</option><option value="Black elegant shirt">Black elegant shirt</option><option value="Black elegant legs">Black elegant legs</option><option value="Blue elegant shirt">Blue elegant shirt</option><option value="Blue elegant legs">Blue elegant legs</option><option value="Red elegant shirt">Red elegant shirt</option><option value="Red elegant legs">Red elegant legs</option><option value="Green elegant shirt">Green elegant shirt</option><option value="Green elegant legs">Green elegant legs</option><option value="Purple elegant shirt">Purple elegant shirt</option><option value="Purple elegant legs">Purple elegant legs</option><option value="White elegant blouse">White elegant blouse</option><option value="White elegant skirt">White elegant skirt</option><option value="Blue elegant blouse">Blue elegant blouse</option><option value="Blue elegant skirt">Blue elegant skirt</option><option value="Red elegant blouse">Red elegant blouse</option><option value="Red elegant skirt">Red elegant skirt</option><option value="Green elegant blouse">Green elegant blouse</option><option value="Green elegant skirt">Green elegant skirt</option><option value="Purple elegant blouse">Purple elegant blouse</option><option value="Purple elegant skirt">Purple elegant skirt</option></datalist>
| |
− |
| |
− | <!------------------------ COPY THE DATABASE CODE HERE ------------------------>
| |
− |
| |
− |
| |
− |
| |
− |
| |
− |
| |
| </html> | | </html> |
Welcome to our bestiary database. Here you can find information about the various monsters in Etherum, including the locations of the monsters, their combat levels, life points, slayer information, drop tables and other useful information. There are currently items in the database.
Aberrant spectre;https://i.imgur.com/mvDGJ8e.png;96;90;Melee;No;Bones;Yes;60;Nose peg;Slayer tower, Pollnivneach slayer dungeon;
Abyssal demon;X;124;150;Melee;No;Infernal ashes;Yes;85;None;Premium training, Slayer tower;
Adolescent white wolf;X;3;34;Melee;No;Bones;Yes;1;None;White wolf mountain;
Al kharid warrior;X;9;19;Melee;No;Bones;Yes;1;None;Al kharid;
Aquanite;X;114;103;Melee;No;Bones;Yes;78;None;Slayer cave;
Aviansie;X;83;80;Ranged;No;Bones;Yes;1;None;God wars dungeon;
Baby black dragon;X;83;80;Melee;No;Bones;No;N/A;None;Chaos tunnels;
Baby blue dragon;X;48;120;Melee;No;Babydragon bones;No;N/A;None;Chaos tunnels, Taverley dungeon;
Bandit;X;74;100;Melee;Yes;Bones, Green charm;No;N/A;None;Bandit camp (Combat training teleport) ;
Banshee;X;23;22;Melee;No;Ashes;Yes;15;Earmuffs;Slayer tower;
Basilisk;X;61;75;Melee;No;Bones;Yes;39;Mirror shield;Slayer cave, Pollnivneach slayer dungeon;
Basilisk boss;X;240;;;No;Bones;Yes;39;Face mask;Pollnivneach slayer dungeon,;
Bird;X;5;5;Melee;No;Bones;Yes;1;None;Ape atoll;
Black bear;X;19;25;Melee;No;Bones;No;;;South-west of varrock;
Black demon;X;172;157;Melee;No;Infernal ashes;Yes;1;None;Brimhaven dungeon, Taverley dungeon, Chaos tunnels;
Black dragon;X;227;220;Melee, Magic;No;Dragon Bones, Crimson charm;Yes;1;None;Chaos tunnels, Taverley dungeon;
Black knight;X;33;42;Melee;No;Bones;No;N/A;None;Taverly dungeon, North-east of varrock;
Bloodveld;X;76;120;Melee;No;Bones;Yes;50;None;Slayer tower;
Blue dragon;X;111;120;Melee, Magic;No;Dragon bones, Crimson charm;Yes;1;None;Taverley dungeon;
Brine rat;X;70;50;Melee;No;Bones;Yes;47;None;Chaos tunnels;
Bronze dragon;X;131;125;Melee, Magic;No;Dragon bones;No;1;None;Brimhaven dungeon, Chaos tunnels;
Cave bug;X;6;20;Melee;No;Bones, Green charms;Yes;5;None;Chaos tunnels;
Cave crawler;X;23;22;Melee;No;Bones;Yes;10;None;Slayer cave;
Cave crawler (Stronger);X;138;50;Melee;No;Bones;Yes;10;None;Pollninveach Slayer Dungeon;
Cave slime;X;23;25;Melee;No;Bones;Yes;17;None;Chaos tunnels;
Chaos druid;X;13;20;Melee;No;Bones;No;N/A;None;Taverly dungeon, Edgeville dungeon;
Chaos dwarf;X;48;62;Melee;No;Bones;Yes;1;None;Taverley dungeon;
Chicken;X;1;3;Melee;No;Bones;No;;;Falador castle;
Cockatrice;X;37;37;Melee;No;Bones;Yes;1;Mirror shield;Slayer cave;
Cow;X;2;8;Melee;No;Bones;Yes;1;None;Lumbridge;
Crawling hand;X;8;16;Melee;No;Bones;Yes;5;None;Slayer tower;
Crocodile;X;63;63;Melee;No;Bones;Yes;1;None;South of Pollnivneach;
Cyclops;X;81;65;Melee;No;Bones;Yes;1;None;God wars dungeon;
Dad;X;101;150;Melee;No;Bones;No;;;West of yanille;
Dagannoth;X;74;71;Melee;No;Bones;Yes;1;None;Chaos Tunnels;
Dagannoth (Stronger);X;92;85;Melee;No;Bones;Yes;1;None;Dagannoth Dungeon;
Dark beast;X;182;220;Melee;No;Bones, Crimson charm;Yes;90;None;Premium training, Slayer tower;
Dark wizard;X;7;12;Magic;No;Bones;;;;Draynor;
Deadly red spider;X;34;36;Melee;No;Bones;No;N/A;None;Chaos tunnels, Edgeville dungeon;
Desert lizard;X;24;14;Melee;No;Bones;Yes;22;None;South of bandit camp;
Dire wolf;X;88;86;Melee;No;Bones;Yes;1;None;Chaos tunnels;
Dog;X;63;66;Melee;Yes;Bones;Yes;1;None;Brimhaven dungeon, Ardougne;
Dust devil;X;93;105;Melee;No;Bones, Green charm;Yes;65;None;Chaos tunnels, Pollnivneach slayer dungeon;
Dwarf;X;10;16;Melee;No;Bones;Yes;1;None;Dwarven Mine;
Dwarf (Stronger);X;11;16;Melee;No;Bones;Yes;1;None;Dwarven Mine;
Earth warrior;X;51;60;Melee;No;Bones;Yes;1;None;Chaos tunnels;
Fire elemental;X;35;30;Melee;Yes;Bones;Yes;1;None;Chaos tunnels, Smoke dungeon, Ancient guthix temple;
Fire giant;X;86;111;Melee;No;Big bones;Yes;1;None;Chaos tunnels, Smoke dungeon, Edgeville dungeon, Brimhaven dungeon;
Gargoyle;X;111;105;Melee;No;Bones;Yes;75;None;Slayer tower, Chaos tunnels;
Ghost;X;19;25;Melee;No;Nothing;Yes;1;None;Chaos tunnels, Taverly dungeon, Wilderness (Level 23) ;
Giant bat;X;27;32;Melee;No;Bones;Yes;1;None;Chaos tunnels, Taverly dungeon, Asgarnian dungeon, Wilderness (Level 60);
Giant rat;X;2;5;Melee;No;Bones;No;;;Edgeville dungeon;
Giant rock crab;X;137;90;Melee;No;Bones;Yes;1;None;Chaos tunnels;
Giant spider;X;2;2;Melee;No;Bones;Yes;1;None;Edgeville dungeon, Lumbridge;
Goblin;X;5;12;Melee;No;Bones;Yes;1;None;Lumbridge;
Goblin (Stronger);X;15;10;Melee;No;Bones;Yes;1;None;God wars dungeon (General graardor) ;
Gorak;X;145;114;Melee;No;Bones;Yes;1;None;Chaos tunnels;
Greater demon;X;92;187;Melee;No;Ashes, Crimson charm;Yes;1;None;Chaos tunnels, Edgeville dungeon, Brimhaven dungeon, Karamja dungeon;
Green dragon;X;79;75;Melee, Magic;No;Dragon bones, Crimson charm;Yes;1;None;Chaos tunnels, North neitiznot, Wilderness (Level 18 and 26);
Grizzy bear;X;21;26;Melee;No;Bones;Yes;1;None;East of ardougne, South of seers village (Camelot bank);
Guard;X;21;22;Melee;No;Bones;No;;;Varrock, Falador, Yanille, Edgeville;
Harpie bug swarm;X;46;25;Melee;No;Bones;Yes;1;None;South of karamja;
Hellhound;X;122;116;Melee;No;Bones;Yes;1;None;Chaos tunnels, Taverly dungeon, Tarn & ice queen teleport;
Hero;X;69;83;Melee;No;Bones;No;;;Ardougne;
Hill giant;X;28;35;Melee;No;Big bones;Yes;1;None;Taverly dungeon, Edgeville dungeon;
Hobgoblin;X;28;32;Melee;No;Bones;Yes;1;None;Edgeville dungeon, Tarn & ice queen teleport;
Hobgoblin (Stronger);X;47;50;Melee;No;Bones;Yes;1;None;God wars dungeon (General graardor) ;
Ice giant;X;53;70;Melee;No;Big bones;Yes;1;None;Chaos tunnels, Asgarnian dungeon;
Ice troll;X;62;70;Melee;No;Bones;Yes;1;None;Chaos tunnels;
Ice warrior;X;57;60;Melee;No;Bones;Yes;1;None;Chaos tunnels, Wilderness (Level 52);
Icefiend;X;18;15;Melee;No;Bones;Yes;1;None;Ice mountain;
Imp;X;2;8;Melee;No;Bones;No;;;Varrock, Falador, Yanille, Edgeville;
Infernal mage;X;66;60;Magic;No;Ashes, Green charm;Yes;45;None;Slayer tower, Chaos tunnels;
Iron dragon;X;189;173;Melee, Magic;No;Dragon bones;Yes;1;None;Brimhaven dungeon;
Jail guard;X;26;30;Melee;No;Bones;No;N/A;None;Taverly dungeon;
Jelly;X;78;75;Melee;No;Bones, Green charm;Yes;52;None;Chaos tunnels, Slayer cave;
Jogre;X;53;60;Melee;No;Bones;Yes;1;None;Asgarnian dungeon;
Jungle strykewyrm;X;110;176;Melee;No;Bones;Yes;73;None;South of castle wars;
Kalphite soldier;X;85;90;Melee;Yes;Bones;Yes;1;None;Kalphite Hive;
Kalphite worker;X;28;40;Melee;No;Bones;Yes;1;None;Kalphite Hive;
Khazard Trooper;X;19;22;Melee;No;Bones;No;;;North-east of yanille;
Knight of ardougne;X;46;44;Melee;No;Bones;No;;;Ardougne;
Kurask;X;106;97;Melee;No;Bones;Yes;70;None;Pollnivneach slayer dungeon, Slayer cave;
Leser demon;X;82;79;Melee;No;Bones;Yes;1;None;Chaos tunnels, Taverly dungeon, Edgeille dungeon, Karamja dungeon, Wilderness (Level 46);
Magic axe;X;42;41;Melee;Yes;Bones;No;N/A;None;Taverly dungeon;
Man;X;2;7;Melee;No;Bones;No;N/A;None;Edgeville;
Mighty banshee;X;90;89;Melee;No;Bones;Yes;15;Earmuffs;Pollnivneach slayer dungeon;
Mightiest turoth;X;180;;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Pollnivneach slayer dungeon;
Mithril dragon;X;304;173;Melee, Magic;No;Dragon bones;Yes;1;None;Premium training, Wilderness (Level 55);
Mogre;X;60;60;Melee;No;Big bones, Gold charm;Yes;32;None;South of port sarim;
Monkey;X;3;6;Melee;No;Bones;Yes;1;None;Musa point (Karamja);
Monkey guard;X;167;172;Melee;No;Bones;No;;None;Ape atoll;These monsters can heal. So lifepoints may increase as you kill.
Mountain troll;X;69;91;Melee;No;Bones;Yes;1;None;North of burthorpe;
Moss giant;X;42;60;Melee;No;Big bones;Yes;1;None;Chaos tunnels, Edgeville dungeon, Brimhaven dungeon;
Mugger;X;6;8;Melee;No;Bones;No;;;Varrock;
Nechryael;X;115;105;Melee;No;Infernal ashes;Yes;80;None;Slayer tower;
Ogre;X;53;60;Melee;No;Big bones, Gold charm;Yes;1;None;Outside yanille (West);
Paladin;X;62;57;Melee;No;Bones;No;;;Ardougne;
Poison spider;X;64;65;Melee;No;Bones;Yes;1;None;Chaos tunnels, King black dragon's lair;
Pyrefiend;X;43;45;Melee;No;Bones;Yes;1;None;Slayer cave, Smoke dungeon, God wars dungeon (K'ril tsutsaroth);
Red dragon;X;152;140;Melee, Magic;No;Dragon bones, Crimson charm;Yes;1;None;Chaos tunnels, Brimhaven dungeon;
Rock crab;X;13;30;Melee;No;Bones;Yes;1;None;Rock crabs area, Edgeville dungeon;
Rockslug;X;29;81;Melee;No;Bones;Yes;1;None;Slayer cave;
Scorpion;X;14;17;Melee;No;Bones;Yes;1;None;Chaos tunnels, Kharidian dungeon, Musa point (Karamja);
Shade;X;;;Melee;No;Bones;Yes;1;None;West of barrows;
Shadow warrior;X;48;67;Melee;No;Bones;Yes;1;None;Chaos tunnels;
Skeletal wyvern;X;198;200;Melee, Magic;No;Wyvern bones;Yes;72;None;Asgarnian dungeon;To access the skeletal wyverns you will need a frozen key
Skeleton;X;22;29;Melee;No;Bones;Yes;1;None;Chaos tunnels, Wilderness (level 8);
Skeleton (Stronger);X;25;29;Melee;No;Bones;Yes;1;None;Chaos tunnels, Edgeville dungeon;
Skeleton (Strongest);X;68;75;Melee;No;Bones;Yes;1;None;Barrows minigame;
Spider;X;1;2;Melee;No;Bones;Yes;1;None;Ape atoll;
Spiritual mage (Saradomin);X;120;70;Magic;No;Bones;Yes;83;None;God wars dungeon (Commander zilyana);
Spiritual mage (Zamorak);X;121;100;Magic;No;Bones;Yes;83;None;God wars dungeon (K'ril tsutsaroth);
Spiritual warrior;X;125;70;Melee;No;Bones;Yes;1;None;God wars dungeon (Commander zilyana);
Steel dragon;X;246;220;Melee, Magic;No;Dragon bones;Yes;1;None;Brimhaven dungeon;
Suqah;X;111;80;Melee;No;Bones;Yes;1;None;Lunar isle;
Thief;X;16;17;Melee;No;Bones;No;;;North-east of varrock;
Tormented Demon;X;450;1000;Melee, Magic, Range;Yes;Bones;Yes;1;None;Ancient guthix temple;To access the tormented demons you need a flame fragment
Troll;X;69;91;Melee;No;Bones;Yes;1;None;Burthorpe;
Turoth;X;83;79;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Slayer cave, Pollnivneach slayer dungeon;
Turoth (Strong);X;85;81;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Slayer cave, Pollnivneach slayer dungeon;
Turoth (Stronger);X;87;77;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Chaos tunnels, Slayer cave, Pollnivneach slayer dungeon;
Turoth (Strongest) ;X;88;76;Melee;No;Bones;Yes;55;Leaf-Bladed sword, Leaf-bladed spear, Broad arrows, Broad bolts, Magic dart spell;Slayer cave, Pollnivneach slayer dungeon;
TzHaar-Hur;X;75;80;Melee;No;Nothing;Yes;1;None;TzHaar City;
TzHaar-Mej;X;103;100;Melee;No;Nothing;Yes;1;None;TzHaar City;
TzHaar-Xil;X;133;120;Melee;No;Nothing;Yes;1;None;TzHaar City;
TzHaar-Ket;X;149;140;Melee;No;Nothing;No;1;None;TzHaar City;
Vampyre;X;77;60;Melee;No;Nothing;Yes;1;None;East of canifis;
Watchman;X;33;22;Melee;No;Bones;No;;;North of ardougne;
Waterfiend;X;115;128;Melee;No;Bones;Yes;1;None;Chaos tunnels;
Wizard;X;9;14;Magic;No;Bones;No;;;South of draynor;
White knight;X;36/38;52;Melee;No;Bones;No;;;Falador castle;
White wolf;X;38;34;Melee;No;Bones;Yes;1;None;White wolf mountain;
Woman;X;2;7;Melee;No;Bones;No;;;North-east of varrock, Falador;
Yak;X;22;50;Melee;No;Bones, Gold charm;No;;None;South neitiznot, North of lumbridge;
Zombie;X;13;22;Melee;No;Bones;Yes;1;None;Chaos tunnels, Edgeville dungeon;
Zombie (Stronger);X;18;20;Melee;No;Bones;Yes;1;None;Edgeville dungeon;
Zombie (Strongest);X;24;30;Melee;No;Bones;Yes;1;None;Edgeville dungeon;