• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

[Items.xml] 8.54 update

barker

HHHHH
Joined
Nov 23, 2007
Messages
1,298
Reaction score
24
Here are some 8.54 items that I added.. not sure if elf or someone added all of these already to the svn but here is the ones i made o.o

Code:
	<item id="11121" article="a" name="lizard weapon rack">
		<attribute key="weight" value="5500" />
		<attribute key="rotateTo" value="11122" />
		<attribute key="containerSize" value="25" />
	</item>
	<item id="11122" article="a" name="lizard weapon rack">
		<attribute key="weight" value="5500" />
		<attribute key="rotateTo" value="11121" />
		<attribute key="containerSize" value="25" />
	</item>
	<item id="11197" article="a" name="dragon throne">
		<attribute key="rotateTo" value="11198" />
	</item>
	<item id="11198" article="a" name="dragon throne">
		<attribute key="rotateTo" value="11197" />
	</item>
	<item id="11123" article="a" name="dragon statue">
		<attribute key="rotateTo" value="11124" />
	</item>
	<item id="11124" article="a" name="dragon statue">
		<attribute key="rotateTo" value="11125" />
	</item>
	<item id="11125" article="a" name="dragon statue">
		<attribute key="rotateTo" value="11126" />
	</item>
	<item id="11126" article="a" name="dragon statue">
		<attribute key="rotateTo" value="11123" />
	</item>
	<item id="11101" article="a" name="rare crystal">
		<attribute key="weight" value="5500" />
		<attribute key="description" value="An extremely rare crystal you recovered from the Lost Mines." />
	</item>
	<item id="10978" article="a" name="lizard weapon rack">
		<attribute key="weight" value="5500" />
	</item>
	<item id="10979" article="a" name="lizard weapon rack">
		<attribute key="weight" value="5500" />
	</item>
	<item id="10981" article="a" name="lizard weapon rack">
		<attribute key="weight" value="5500" />
	</item>
	<item id="10982" article="a" name="lizard weapon rack">
		<attribute key="weight" value="5500" />
	</item>
	<item id="10805" article="a" name="pestilent fern" />
    <item fromid="10806" toid="10808" article="a" name="necrotic grass" />
    <item fromid="10945" toid="10948" article="a" name="dragon statue" />
    <item fromid="10951" toid="10952" article="a" name="dragon banner" />
	<item fromid="10955" toid="10956" article="a" name="dragon banner" />
    <item fromid="10953" toid="10954" article="a" name="banner" />
	<item fromid="10957" toid="10958" article="a" name="banner" />
 	<item fromid="10879" toid="10882" article="a" name="defense construction" />
	<item fromid="10997" toid="11004" article="a" name="dragon statue" />
 	<item fromid="10710" toid="10711" article="a" name="dragon statue" />
 	<item id="10802" article="a" name="witches cauldron plant" />
  	<item fromid="11136" toid="11137" article="a" name="shrine" />
  	<item id="10733" article="a" name="thornpeak grass" />
   	<item fromid="10962" toid="10963" article="a" name="dragon banner" />
    <item fromid="10964" toid="10965" article="a" name="banner" />
    <item fromid="10734" toid="10735" article="a" name="pepper root grass" />
   	<item id="10762" article="a" name="pepper root grass" />
	<item fromid="10740" toid="10742" article="a" name="trollhair plants" />
	<item fromid="10869" toid="10870" article="a" name="rattleleaf bush" />
   	<item id="10815" article="a" name="infected throne" />
	<item fromid="10876" toid="10877" article="a" name="rattleleaf bush" />
	<item fromid="11379" toid="11386" article="a" name="part of a giant stone dragon" />
	<item fromid="10876" toid="10877" article="a" name="rattleleaf bush" />
	<item fromid="10817" toid="10826" article="a" name="stone wall" />
	<item fromid="10813" toid="10814" article="a" name="stone wall" />	
	<item id="10809" article="a" name="stone wall" />	
	<item id="10811" article="a" name="stone wall" />		
	<item fromid="10829" toid="10844" article="a" name="stone wall" />	
	<item id="10810" article="a" name="apocalypse mushroom" />
	<item id="10810" article="a" name="apocalypse mushroom" />
	<item fromid="10949" toid="10950" article="a" name="dragon throne" />		
	<item id="10911" article="a" name="solstice tree" />
	<item id="10912" article="a" name="dry solstice tree" />	
	<item id="10812" article="a" name="mourning mushroom" />	
	<item id="10792" article="a" name="tainted plant" />	
	<item id="10875" article="a" name="throatslitter" />
	<item id="10943" article="a" name="universal tool">
		<attribute key="weight" value="300" />
		<attribute key="description" value="The tool of choice for any gadgeteer." />
	</item>	
	<item id="10944" article="a" name="soul contract">
		<attribute key="weight" value="150" />
		<attribute key="description" value="A contract in which some desperate person has sold his soul." />
	</item>	
	<item id="10942" article="a" name="baby rotworm">
		<attribute key="weight" value="45" />
		<attribute key="description" value="It looks hungry." />
	</item>	
	<item id="10927" article="a" name="Map to the Unknown">
		<attribute key="weight" value="680" />
		<attribute key="description" value="Treasured by adventurers and explorers alike." />
	</item>	
	<item id="10941" article="a" name="Almanac of Magic">
		<attribute key="weight" value="5555" />
		<attribute key="description" value="Invaluable for all magic research." />
	</item>	
	<item id="11100" article="a" name="crystal ball" />
 
put them in order of ids. even better yet just upload a clean items.xml file with ur changes
 
Ye why not just updated the post with your items.xml. Don't really wanna place all these in correct order.
 
Ye why not just updated the post with your items.xml. Don't really wanna place all these in correct order.

Because it has custom items in it.. such as donation items. I released this to support you a bit.
 
Last edited by a moderator:
Here is an Update for 8.54

XML:
<item id="10547" name="scarab pincers" plural="scarab pincers">
		<attribute key="weight" value="230"/>
	</item>
	<item id="10548" article="an" name="ancient stone" plural="ancient stones">
		<attribute key="weight" value="160"/>
	</item>
	<item id="10549" article="a" name="bloody pincer" plural="bloody pincers">
		<attribute key="weight" value="120"/>
	</item>
	<item id="10550" article="a" name="cobra tongue" plural="cobra tongues">
		<attribute key="weight" value="75"/>
	</item>
	<item id="10551" article="an" name="elvish talisman" plural="elvish talismans">
		<attribute key="weight" value="110"/>
	</item>
	<item id="10552" article="a" name="fiery heart" plural="fiery hearts">
		<attribute key="weight" value="115"/>
	</item>
	<item id="10553" name="hellhound slobber">
		<attribute key="weight" value="75"/>
		<attribute key="showCount" value="0"/>
	</item>
	<item id="10554" article="a" name="cultish mask" plural="cultish masks">
		<attribute key="weight" value="165"/>
	</item>
	<item id="10555" article="a" name="cultish robe" plural="cultish robes">
		<attribute key="weight" value="200"/>
	</item>
	<item id="10556" name="poisonous slime">
		<attribute key="showCount" value="0"/>
		<attribute key="weight" value="80"/>
	</item>
	<item id="10557" article="a" name="piece of scarab shell" plural="pieces of scarab shell">
		<attribute key="weight" value="142"/>
	</item>
	<item id="10558" article="a" name="spooky blue eye" plural="spooky blue eyes">
		<attribute key="weight" value="86"/>
	</item>
	<item id="10559" article="a" name="thorn" plural="thorns">
		<attribute key="weight" value="120"/>
	</item>
	<item id="10560" article="a" name="wyvern talisman" plural="wyvern talismans">
		<attribute key="weight" value="225"/>
	</item>
	<item id="10561" article="a" name="black hood" plural="black hoods">
		<attribute key="weight" value="175"/>
	</item>
	<item id="10562" article="a" name="book of prayers" plural="books of prayers">
		<attribute key="weight" value="150"/>
	</item>
	<item id="10563" article="a" name="demonic skeletal hand" plural="demonic skeletal hands">
		<attribute key="weight" value="132"/>
	</item>
	<item id="10564" article="a" name="frosty ear of a troll" plural="frosty ears of a troll">
		<attribute key="weight" value="180"/>
	</item>
	<item id="10565" article="a" name="gauze bandage" plural="gauze bandages">
		<attribute key="weight" value="97"/>
	</item>
	<item id="10566" article="a" name="polar bear paw" plural="polar bear paws">
		<attribute key="weight" value="150"/>
	</item>
	<item id="10567" article="a" name="scorpion tail" plural="scorpion tails">
		<attribute key="weight" value="120"/>
	</item>
	<item id="10568" article="a" name="witch broom" plural="witch brooms">
		<attribute key="weight" value="333"/>
	</item>
	<item id="10569" article="a" name="witch hat">
		<attribute key="weight" value="780"/>
		<attribute key="armor" value="3"/>
		<attribute key="slotType" value="head"/>
		<attribute key="absorbPercentManaDrain" value="5"/>
	</item>
	<item id="10570" article="a" name="war crystal" plural="war crystals">
		<attribute key="weight" value="145"/>
	</item>
	<item id="10571" article="a" name="gear crystal" plural="gear crystals">
		<attribute key="weight" value="95"/>
	</item>
	<item id="10572" article="a" name="broken gladiator shield" plural="broken gladiator shields">
		<attribute key="weight" value="640"/>
	</item>
	<item id="10573" article="a" name="cyclops toe" plural="cyclops toes">
		<attribute key="weight" value="111"/>
	</item>
	<item id="10574" article="a" name="frost giant pelt" plural="frost giant pelts">
		<attribute key="weight" value="248"/>
	</item>
	<item id="10575" article="a" name="half-eaten brain" plural="half-eaten brains">
		<attribute key="weight" value="64"/>
	</item>
	<item id="10576" article="a" name="mystical hourglass" plural="mystical hourglasses">
		<attribute key="weight" value="96"/>
	</item>
	<item id="10577" article="a" name="frosty heart" plural="frosty hearts">
		<attribute key="weight" value="186"/>
	</item>
	<item id="10578" article="a" name="mutated bat ear" plural="mutated bat ears">
		<attribute key="weight" value="175"/>
	</item>
	<item id="10579" article="a" name="piece of dead brain" plural="pieces of dead brain">
		<attribute key="weight" value="132"/>
	</item>
	<item id="10580" article="a" name="piece of hellfire armor" plural="pieces of hellfire armor">
		<attribute key="weight" value="250"/>
	</item>
	<item id="10581" article="a" name="wyrm scale" plural="wyrm scales">
		<attribute key="weight" value="180"/>
	</item>
	<item id="10582" article="a" name="sea serpent scale" plural="sea serpent scales">
		<attribute key="weight" value="146"/>
	</item>
	<item id="10583" name="boggy dreads" plural="boggy dreads">
		<attribute key="weight" value="169"/>
	</item>
	<item id="10584" article="a" name="mutated rat tail" plural="mutated rat tails">
		<attribute key="weight" value="143"/>
	</item>
	<item id="10599" article="a" name="haunted piece of wood" plural="haunted pieces of wood">
		<attribute key="weight" value="226"/>
	</item>
	<item id="10600" article="a" name="tattered piece of robe" plural="tattered pieces of robe">
		<attribute key="weight" value="70"/>
	</item>
	<item id="10601" name="vampire teeth" plural="vampire teeth">
		<attribute key="weight" value="50"/>
	</item>
	<item id="10602" name="swamp grass" plural="swamp grass">
		<attribute key="showCount" value="0"/>
		<attribute key="weight" value="94"/>
	</item>
	<item id="10604" article="a" name="bundle of cursed straw" plural="bundles of cursed straw">
		<attribute key="weight" value="227"/>
	</item>
	<item id="10605" article="a" name="bunch of troll hair" plural="bunches of troll hair">
		<attribute key="weight" value="85"/>
	</item>
	<item id="10606" name="ghostly tissue" plural="ghostly tissue">
		<attribute key="weight" value="50"/>
		<attribute key="showCount" value="0"/>
	</item>
	<item id="10607" article="a" name="lion's mane" plural="lion's manes">
		<attribute key="weight" value="180"/>
	</item>
	<item id="10608" article="a" name="lump of dirt" plural="lumps of dirt">
		<attribute key="weight" value="68"/>
	</item>
	<item id="10609" article="a" name="pig foot" plural="pig feet">
		<attribute key="weight" value="98"/>
	</item>
	<item id="10610" article="a" name="snake skin" plural="snake skins">
		<attribute key="weight" value="100"/>
	</item>
	<item id="11183" name="crab pincers" plural="crab pincers">
		<attribute key="weight" value="175"/>
	</item>
	<item id="11184" article="a" name="terrorbird beak" plural="terrorbird beaks">
		<attribute key="weight" value="117"/>
	</item>
	<item id="11185" article="a" name="skunk tail" plural="skunk tails">
		<attribute key="weight" value="105"/>
	</item>
	<item id="11186" article="a" name="carrion worm fang" plural="carrion worm fangs">
		<attribute key="weight" value="88"/>
	</item>
	<item id="11187" article="a" name="elder beholder tentacle" plural="ender beholder tentacles">
		<attribute key="weight" value="75"/>
	</item>
	<item id="11188" article="a" name="bony tail" plural="bony tails">
		<attribute key="weight" value="92"/>
	</item>
	<item id="11189" article="a" name="stone wing" plural="stone wings">
		<attribute key="weight" value="153"/>
	</item>
	<item id="11190" article="a" name="piece of crocodile leather" plural="pieces of crocodile leather">
		<attribute key="weight" value="104"/>
	</item>
	<item id="11191" article="a" name="giant eye" plural="giant eyes">
		<attribute key="weight" value="120"/>
	</item>
	<item id="11192" article="a" name="tarantula egg" plural="tarantula eggs">
		<attribute key="weight" value="40"/>
	</item>
	<item id="11193" article="a" name="hydra head" plural="hydra heads">
		<attribute key="weight" value="1300"/>
	</item>
	<item id="11194" article="a" name="half-digested piece of meat" plural="half-digested pieces of meat">
		<attribute key="weight" value="124"/>
	</item>
	<item id="11201" article="a" name="mummy doll">
		<attribute key="weight" value="500"/>
	</item>
	<item id="11202" article="a" name="rotten piece of cloth" plural="rotten pieces of cloth">
		<attribute key="weight" value="60"/>
	</item>
	<item id="11203" name="silky fur" plural="silky fur">
		<attribute key="showCount" value="0"/>
		<attribute key="weight" value="115"/>
	</item>
	<item id="11204" name="striped fur" plural="striped fur">
		<attribute key="weight" value="120"/>
		<attribute key="showCount" value="0"/>
	</item>
	<item id="11205" article="a" name="toad doll">
		<attribute key="weight" value="500"/>
	</item>
	<item id="11206" name="winter wolf fur" plural="winter wolf fur">
		<attribute key="showCount" value="0"/>
		<attribute key="weight" value="110"/>
	</item>
	<item id="11207" article="an" name="acorn" plural="acorns">
		<attribute key="weight" value="50"/>
	</item>
	<item id="11208" name="antlers" plural="antlers">
		<attribute key="weight" value="90"/>
	</item>
	<item id="11209" article="a" name="metal spike" plural="metal spikes">
		<attribute key="weight" value="50"/>
	</item>
	<item id="11210" name="badger fur" plural="badger fur">
		<attribute key="showCount" value="0"/>
		<attribute key="weight" value="65"/>
	</item>
	<item id="11211" name="carniphilia seeds" plural="carniphilia seeds">
		<attribute key="weight" value="35"/>
	</item>
	<item id="11212" article="a" name="centipede leg" plural="centipede legs">
		<attribute key="weight" value="69"/>
	</item>
	<item id="11213" article="a" name="compass" plural="compasses">
		<attribute key="weight" value="80"/>
	</item>
	<item id="11214" article="a" name="dark rosary" plural="dark rosaries">
		<attribute key="weight" value="90"/>
	</item>
	<item id="11215" article="a" name="hellspawn tail" plural="hellspawn tails">
		<attribute key="weight" value="125"/>
	</item>
	<item id="11216" article="a" name="lump of earth" plural="lumps of earth">
		<attribute key="weight" value="116"/>
	</item>
	<item id="11217" article="an" name="essence of a bad dream" plural="essences of a bad dream">
		<attribute key="weight" value="95"/>
	</item>
	<item id="11218" name="thick fur" plural="thick fur">
		<attribute key="weight" value="125"/>
		<attribute key="showCount" value="0"/>
	</item>
	<item id="11219" name="mutated flesh" plural="mutated flesh">
		<attribute key="weight" value="250"/>
		<attribute key="showCount" value="0"/>
	</item>
	<item id="11220" article="a" name="strand of medusa hair" plural="strands of medusa hair">
		<attribute key="weight" value="230"/>
	</item>
	<item id="11221" article="a" name="shiny stone" plural="shiny stones">
		<attribute key="weight" value="156"/>
	</item>
	<item id="11222" article="a" name="sabretooth" plural="sabreteeth">
		<attribute key="weight" value="128"/>
	</item>
	<item id="11223" article="a" name="scythe leg" plural="scythe legs">
		<attribute key="weight" value="150"/>
	</item>
	<item id="11224" article="a" name="winged tail" plural="winged tails">
		<attribute key="weight" value="450"/>
	</item>
	<item id="11225" article="a" name="nettle blossom" plural="nettle blossoms">
		<attribute key="weight" value="88"/>
	</item>
	<item id="11226" article="a" name="sulphurous stone" plural="sulphurous stones">
		<attribute key="weight" value="142"/>
	</item>
	<item id="11227" article="an" name="unholy bone" plural="unholy bones">
		<attribute key="weight" value="125"/>
	</item>
	<item id="11228" name="werewolf fur" plural="werewolf fur">
		<attribute key="weight" value="113"/>
		<attribute key="showCount" value="0"/>
	</item>
	<item id="11229" name="warwolf fur" plural="warwolf fur">
		<attribute key="weight" value="105"/>
		<attribute key="showCount" value="0"/>
	</item>
	<item id="11230" name="wool" plural="wool">
		<attribute key="weight" value="118"/>
		<attribute key="showCount" value="0"/>
	</item>
	<item id="11231" article="a" name="book of necromantic rituals" plural="books of necromantic rituals">
		<attribute key="weight" value="358"/>
	</item>
	<item id="11232" article="a" name="mammoth tusk" plural="mammoth tusks">
		<attribute key="weight" value="600"/>
	</item>
	<item id="11239" article="a" name="bunch of ripe rice" plural="bunches of ripe rice">
		<attribute key="weight" value="20"/>
	</item>
	<item id="11240" article="a" name="rice ball" plural="rice balls">
		<attribute key="weight" value="30"/>
	</item>
	<item id="11249" article="a" name="santa teddy">
		<attribute key="weight" value="550"/>
	</item>	
	<item id="11295" article="a" name="zaoan armor">
		<attribute key="weight" value="9550"/>
		<attribute key="slotType" value="body"/>
		<attribute key="armor" value="13"/>
		<attribute key="speed" value="20"/>
	</item>
	<item id="11296" article="a" name="zaoan helmet">
		<attribute key="weight" value="6600"/>
		<attribute key="armor" value="9"/>
		<attribute key="absorbPercentPhysical" value="5"/>
	</item>
	<item id="11297" name="zaoan shoes">
		<attribute key="weight" value="700"/>
		<attribute key="armor" value="1"/>
		<attribute key="speed" value="10"/>
		<attribute key="showattributes" value="1"/>
	</item>
	<item id="11298" name="zaoan legs">
		<attribute key="weight" value="6600"/>
		<attribute key="armor" value="8"/>
		<attribute key="absorbPercentPhysical" value="2"/>
	</item>
	<item id="11299" article="a" name="drakinata">
		<attribute key="weight" value="5400"/>
		<attribute key="attack" value="47"/>
		<attribute key="defense" value="20"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="weaponType" value="axe"/>
	</item>
	<item id="11300" name="sais">
		<attribute key="weight" value="5000"/>
		<attribute key="attack" value="45"/>
		<attribute key="defense" value="27"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="weaponType" value="sword"/>
	</item>
	<item id="11301" article="a" name="zaoan sword">
		<attribute key="weight" value="4900"/>
		<attribute key="attack" value="43"/>
		<attribute key="defense" value="18"/>
		<attribute key="extradef" value="2"/>
		<attribute key="weaponType" value="sword"/>
	</item>
	<item id="11302" article="a" name="drachaku">
		<attribute key="weight" value="6000"/>
		<attribute key="attack" value="46"/>
		<attribute key="defense" value="25"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="weaponType" value="club"/>
	</item>
	<item id="11303" name="twin hooks">
		<attribute key="weight" value="5000"/>
		<attribute key="attack" value="32"/>
		<attribute key="defense" value="22"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="weaponType" value="sword"/>
	</item>
	<item id="11315" article="a" name="bone shoulderplate" plural="bone shoulderplates">
		<attribute key="weight" value="220"/>
	</item>
	<item id="11316" name="warmaster's wristguards" plural="warmaster's wristguards">
		<attribute key="weight" value="240"/>
	</item>
	<item id="11317" article="a" name="zaoan halberd">
		<attribute key="weight" value="8700"/>
		<attribute key="attack" value="37"/>
		<attribute key="defense" value="15"/>
		<attribute key="slotType" value="two-handed"/>
		<attribute key="weaponType" value="sword"/>
	</item>
	<item id="11318" article="a" name="shaggy tail" plural="shaggy tails">
		<attribute key="weight" value="112"/>
	</item>
	<item id="11319" article="a" name="spiked iron ball" plural="spiked iron balls">
		<attribute key="weight" value="125"/>
	</item>
	<item id="11321" name="cursed shoulder spikes" plural="curesed shoulder spikes">
		<attribute key="weight" value="97"/>
	</item>
	<item id="11322" name="widow's mandibles" plural="widow's mandibles">
		<attribute key="weight" value=""/>
	</item>
	<item id="11323" article="a" name="wailing widow's necklace">
		<attribute key="weight" value="540"/>
	</item>
	<item id="11324" article="a" name="zaogun flag" plural="zaogun flags">
		<attribute key="weight" value="98"/>
	</item>
	<item id="11325" name="zaogun shoulderplates" plural="zaogun shoulderplates">
		<attribute key="weight" value="103"/>
	</item>
	<item id="11326" article="a" name="high guard flag" plural="high guards flags">
		<attribute key="weight" value="112"/>
	</item>
	<item id="11327" name="high guard shoulderplates" plural="high guard shoulderplates">
		<attribute key="weight" value="103"/>
	</item>
	<item id="11328" name="legionnaire flags" plural="legionnaire flags">
		<attribute key="weight" value="220"/>
	</item>
	<item id="11329" article="a" name="broken halberd" plural="broken halberds">
		<attribute key="weight" value="210"/>
	</item>
	<item id="11330" article="a" name="lizard trophy">
		<attribute key="weight" value="500"/>
	</item>
	<item id="11331" article="a" name="petrified scream" plural="petrified screams">
		<attribute key="weight" value="150"/>
	</item>
	<item id="11332" article="a" name="disgusting trophy">
		<attribute key="weight" value="700"/>
	</item>
	<item id="11349" article="a" name="spellweaver's robe">
		<attribute key="weight" value="2350"/>
		<attribute key="armor" value="11"/>
		<attribute key="slotType" value="body"/>
		<attribute key="absorbPercentEnergy" value="10"/>
		<attribute key="absorbPercentEarth" value="-10"/>
	</item>
	<item id="11350" article="a" name="zaoan robe">
		<attribute key="weight" value="2450"/>
		<attribute key="armor" value="11"/>
		<attribute key="slotType" value="body"/>
		<attribute key="absorbPercentFire" value="10"/>
		<attribute key="absorbPercentIce" value="-10"/>
	</item>
	<item id="11355" article="a" name="dragon priest's wandtip" plural="dragon priest's wandtips">
		<attribute key="weight" value="155"/>
	</item>
	<item id="11360" article="a" name="ghastly dragon head" plural="ghastly dragon heads">
		<attribute key="weight" value="1200"/>
	</item>
	<item id="11361" article="an" name="undead heart" plural="undead hearts">
		<attribute key="weight" value="80"/>
	</item>
	<item id="11362" article="a" name="jade hat">
		<attribute key="weight" value="900"/>
		<attribute key="armor" value="4"/>
		<attribute key="slotType" value="head"/>
		<attribute key="magicpoints" value="1"/>
	</item>
	<item id="11363" article="a" name="terramite shell" plural="terramite shells">
		<attribute key="weight" value="150"/>
	</item>
	<item id="11364" article="a" name="terramite egg" plural="terramite eggs">
		<attribute key="weight" value="20"/>
	</item>
	<item id="11365" name="terramite legs" plural="terramite legs">
		<attribute key="weight" value="115"/>
	</item>
	<item id="11366" article="a" name="lancer beetle shell" plural="lancer beetle shells">
		<attribute key="weight" value="107"/>
	</item>
	<item id="11367" article="a" name="sandcrawler shell" plural="sandcrawler shell">
		<attribute key="weight" value="75"/>
	</item>
	<item id="11368" article="a" name="beetle necklace">
		<attribute key="weight" value="820"/>
		<attribute key="speed" value="4"/>
		<attribute key="slotType" value="necklace"/>
		<attribute key="showattributes" value="1"/>
	</item>
	<item id="11138" article="a" name="nightmare doll">
		<attribute key="weight" value="1800"/>
	</item>
	<item id="11200" article="a" name="red lantern" plural="red lanturns">
		<attribute key="weight" value="300"/>
	</item>
	<item id="11250" article="a" name="snowman doll">
		<attribute key="weight" value="620"/>
	</item>
	<item id="11309" article="a" name="draken trophy">
		<attribute key="weight" value="600"/>
	</item>
 
Back
Top