Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 110.44 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <?xml-stylesheet type="text/xsl" href="items.xsl"?>
  3.  
  4.  
  5. <items>
  6.     <version revision="$Revision$" />
  7.    
  8.    
  9.         <!-- hairsprites -->
  10.     <item id="-1" type="hairsprite" name="Flat ponytail">
  11.         <sprite>hairstyle1.xml</sprite>
  12.     </item>
  13.     <item id="-2" type="hairsprite" name="Bowl cut">
  14.         <sprite>hairstyle2.xml</sprite>
  15.     </item>
  16.     <item id="-3" type="hairsprite" name="Combed back">
  17.         <sprite>hairstyle3.xml</sprite>
  18.     </item>
  19.     <item id="-4" type="hairsprite" name="Emo">
  20.         <sprite>hairstyle4.xml</sprite>
  21.     </item>
  22.     <item id="-5" type="hairsprite" name="Mohawk">
  23.         <sprite>hairstyle5.xml</sprite>
  24.     </item>
  25.     <item id="-6" type="hairsprite" name="Pompadour">
  26.         <sprite>hairstyle6.xml</sprite>
  27.     </item>
  28.     <item id="-7" type="hairsprite" name="Center parting/Short and slick">
  29.         <sprite>hairstyle7.xml</sprite>
  30.     </item>
  31.     <item id="-8" type="hairsprite" name="Long and slick">
  32.         <sprite>hairstyle8.xml</sprite>
  33.     </item>
  34.     <item id="-9" type="hairsprite" name="Short and curly">
  35.         <sprite>hairstyle9.xml</sprite>
  36.     </item>
  37.     <item id="-10" type="hairsprite" name="Pigtails">
  38.         <sprite>hairstyle10.xml</sprite>
  39.     </item>
  40.     <item id="-11" type="hairsprite" name="Long and curly">
  41.         <sprite>hairstyle11.xml</sprite>
  42.     </item>
  43.     <item id="-12" type="hairsprite" name="Parted">
  44.         <sprite>hairstyle12.xml</sprite>
  45.     </item>
  46.     <item id="-13" type="hairsprite" name="Perky ponytail">
  47.         <sprite>hairstyle13.xml</sprite>
  48.     </item>
  49.     <item id="-14" type="hairsprite" name="Wave">
  50.         <sprite>hairstyle14.xml</sprite>
  51.     </item>
  52.     <item id="-15" type="hairsprite" name="Mane">
  53.         <sprite>hairstyle15.xml</sprite>
  54.     </item>
  55.     <item id="-16" type="hairsprite" name="Bun">
  56.         <sprite>hairstyle16.xml</sprite>
  57.     </item>
  58.     <item id="-17" type="hairsprite" name="Wavy">
  59.         <sprite>hairstyle17.xml</sprite>
  60.     </item>
  61.     <item id="-18" type="hairsprite" name="Punk">
  62.         <sprite>hairstyle18.xml</sprite>
  63.     </item>
  64.     <item id="-19" type="hairsprite" name="Long ponytail">
  65.         <sprite>hairstyle19.xml</sprite>
  66.     </item>
  67.     <item id="-20" type="hairsprite" name="Wild">
  68.         <sprite>hairstyle20.xml</sprite>
  69.     </item>
  70.     <item id="-21" type="hairsprite" name="Choppy">
  71.         <sprite>hairstyle21.xml</sprite>
  72.     </item>
  73.     <item id="-22" type="hairsprite" name="Infinitely long">
  74.         <sprite>hairstyle22.xml</sprite>
  75.     </item>
  76.     <item id="-23" type="hairsprite" name="Wedding">
  77.         <sprite>hairstyle23.xml</sprite>
  78.     </item>
  79.  
  80.  
  81.         <!-- races -->
  82.     <item id="-100" type="racesprite" name="Human">
  83.         <sprite gender="male">human_male_base.xml</sprite>
  84.         <sprite gender="female">human_female_base.xml</sprite>
  85.     </item>
  86.     <item id="-101" type="racesprite" name="Ukar">
  87.         <sprite gender="male">ukar_male_base.xml</sprite>
  88.         <sprite gender="female">ukar_female_base.xml</sprite>
  89.     </item>
  90.     <item id="-102" type="racesprite" name="Demon">
  91.         <sprite gender="male">demon_male_base.xml</sprite>
  92.         <sprite gender="female">demon_female_base.xml</sprite>
  93.     </item>
  94.     <item id="-103" type="racesprite" name="Elfenn">
  95.         <sprite gender="male">elfenn_male_base.xml</sprite>
  96.         <sprite gender="female">elfenn_female_base.xml</sprite>
  97.     </item>
  98.  
  99.  
  100.         <!-- weapons -->
  101.     <item id="30"
  102.        weapon_type="12">
  103.         <sprite>aurisghard.xml</sprite>
  104.     </item>
  105.     <item id="31"
  106.        weapon_type="12">
  107.         <sprite>axe.xml</sprite>
  108.     </item>
  109.     <item id="32"
  110.        weapon_type="12">
  111.         <sprite>bow.xml</sprite>
  112.         <sound event="swing">weapons/bows/bow_shoot_1.ogg</sound>
  113.     </item>
  114.     <item id="33"
  115.        weapon_type="12">
  116.         <sprite>dagger.xml</sprite>
  117.         <sound event="strike">weapons/swords/short-sword-miss1.ogg</sound>
  118.         <sound event="hit">weapons/swords/short-sword-hit1.ogg</sound>
  119.     </item>
  120.     <item id="34"
  121.        weapon_type="12">
  122.         <sprite>death scyth.xml</sprite>
  123.     </item>
  124.     <item id="35"
  125.        weapon_type="12">
  126.         <sprite>mining-pick.xml</sprite>
  127.     </item>
  128.     <item id="36"
  129.        weapon_type="12">
  130.         <sprite>scythe.xml</sprite>
  131.     </item>
  132.     <item id="37"
  133.        weapon_type="12">
  134.         <sprite>staff.xml</sprite>
  135.     </item>
  136.     <item id="38"
  137.        weapon_type="12">
  138.         <sprite>sword.xml</sprite>
  139.     </item>
  140.     <item id="39"
  141.        weapon_type="12">
  142.         <sprite>whip.xml</sprite>
  143.     </item>
  144.  
  145.  
  146.         <!-- items -->
  147.     <!-- *** SYNTAX EXAMPLES ***
  148.    <item id="1000000"
  149.        image="equipment/head/reid cap.png"
  150.        name="Reid Cap"
  151.        description="Ultimate Cap"
  152.        effect="+100% Defense"
  153.        defense="100"
  154.        type="equip-head"
  155.        weight="15"
  156.        max-per-slot="1">
  157.        <sprite>equipment/head/reid cap.xml</sprite>
  158.    </item>
  159.    <item id=""
  160.        image="generic/.png"
  161.        name=""
  162.        description=""
  163.        effect="+x HP"
  164.        type="usable"
  165.        hp="x"
  166.        weight="w"
  167.        max-per-slot="r">
  168.    </item>
  169.    -->
  170.    
  171.     <item id="501"
  172.        image="usable/use/acorn.png"
  173.        name="Acorn"
  174.        description="Squirrel's food, should be good in a cake"
  175.        effect="+15 HP"
  176.        type="usable"
  177.        hp="15"
  178.        weight="2"
  179.        max-per-slot="10"/>
  180.     <item id="502"
  181.        image="usable/use/agilitypotion.png"
  182.        name="Agility potion"
  183.        description="Gives you a fox agility"
  184.        effect="Attack speed increase (temporary)"
  185.        type="generic"
  186.        weight="10"
  187.        max-per-slot="10"/>
  188.     <item id="503"
  189.        image="usable/use/apple.png|R:#73E600;Y:#C1F102;G:#66CC33"
  190.        name="Apple"
  191.        description="Fresh, round, perfect to prepare a pie"
  192.        effect="+25 HP"
  193.        type="usable"
  194.        hp="25"
  195.        weight="5"
  196.        max-per-slot="10"/>
  197.     <item id="504"
  198.        image="item/usable/use/beer.png"
  199.        name="Beer"
  200.        description="After a long day, would you refuse a fresh beer?"
  201.        effect="+50 HP"
  202.        type="usable"
  203.        hp="50"
  204.        weight="8"
  205.        max-per-slot="10"/>
  206.     <item id="505"
  207.        image="usable/use/bigcake.png|R:#9E6E3B,#E39D52;G:#E29F57;W:#FFD5A8"
  208.        name="Chocolate Cake"
  209.        description="A tasty chocolate cake, yum yum!"
  210.        hp="30"
  211.        effect="+30 HP"
  212.        type="usable"
  213.        weight="9"
  214.        max-per-slot="10"/>
  215.     <item id="506"
  216.        image="usable/use/blueberries.png"
  217.        name="Blueberries"
  218.        description="The famous staining fruit"
  219.        effect="+20 HP"
  220.        type="usable"
  221.        hp="20"
  222.        weight="3"
  223.        max-per-slot="10"/>
  224.     <item id="507"
  225.        image="usable/use/bottleofwater.png"
  226.        name="Water"
  227.        description="A bottle of pure water, coming from a pure stream"
  228.        effect="+70 HP"
  229.        type="usable"
  230.        hp="70"
  231.        weight="13"
  232.        max-per-slot="10"/>
  233.     <item id="508"
  234.        image="usable/use/cake.png"
  235.        name="Cake"
  236.        description="A slice of cake for rapid breakfast!"
  237.        effect="+20 HP"
  238.        type="usable"
  239.        hp="20"
  240.        weight="5"
  241.        max-per-slot="10"/>
  242.     <item id="509"
  243.        image="usable/use/candy.png"
  244.        name="Candy"
  245.        description="A little candy for nice people"
  246.        effect="+25 HP"
  247.        type="usable"
  248.        hp="25"
  249.        weight="5"
  250.        max-per-slot="10"/>
  251.     <item id="510"
  252.        image="usable/use/caramelapple.png"
  253.        name="Caramel apple"
  254.        description="A caramel-coated apple probably coming from a carnival"
  255.        effect="+50 HP"
  256.        type="usable"
  257.        hp="50"
  258.        weight="9"
  259.        max-per-slot="10"/>
  260.     <item id="511"
  261.        image="usable/use/cheese.png"
  262.        name="Cheese"
  263.        description="The remains of a mouse's meal"
  264.        effect="+100 HP"
  265.        type="usable"
  266.        hp="100"
  267.        weight="10"
  268.        max-per-slot="10"/>
  269.     <item id="512"
  270.        image="usable/use/cherry.png"
  271.        name="Cherry"
  272.        description="A nice ripe cherry"
  273.        effect="+50 HP"
  274.        type="usable"
  275.        hp="50"
  276.        weight="5"
  277.        max-per-slot="10"/>
  278.     <item id="513"
  279.        image="usable/use/chickenleg.png"
  280.        name="Chicken leg"
  281.        description="A roasted savory chicken leg"
  282.        effect="+40 HP"
  283.        type="usable"
  284.        hp="40"
  285.        weight="10"
  286.        max-per-slot="10"/>
  287.     <item id="514"
  288.        image="usable/use/chocolatebar.png|W:#9E6E3B,#E39D52"
  289.        name="Chocolate bar"
  290.        description="Goddamn delicious thing"
  291.        effect="+70 HP"
  292.        type="usable"
  293.        hp="70"
  294.        weight="7"
  295.        max-per-slot="10"/>
  296.     <item id="515"
  297.        image="usable/use/chocolateegg.png"
  298.        name="Chocolate egg"
  299.        description="A big chocolate egg"
  300.        effect="+80 HP"
  301.        type="usable"
  302.        hp="80"
  303.        weight="10"
  304.        max-per-slot="10"/>
  305.     <item id="516"
  306.        image="usable/use/coco.png"
  307.        name="Coco"
  308.        description="It looks delicious!"
  309.        effect="+200 HP"
  310.        type="usable"
  311.        hp="200"
  312.        weight="15"
  313.        max-per-slot="10"/>
  314.     <item id="517"
  315.        image="usable/use/deathpotion.png"
  316.        name="Death Potion"
  317.        description="Weird potion..."
  318.        effect="-100 HP"
  319.        type="usable"
  320.        hp="-100"
  321.        weight="10"
  322.        max-per-slot="10"/>
  323.     <item id="518"
  324.        image="usable/use/easteregg.png"
  325.        name="Easter egg"
  326.        description="Probably forgotten in a secret hideout since the last easter..."
  327.        effect="+30 HP"
  328.        type="usable"
  329.        hp="30"
  330.        weight="4"
  331.        max-per-slot="10"/>
  332.     <item id="519"
  333.        image="usable/use/gingerbreadman.png"
  334.        name="Gingerbread Man"
  335.        description="Tasty Christmas food"
  336.        effect="+5 HP"
  337.        type="usable"
  338.        hp="5"
  339.        weight="3"
  340.        max-per-slot="10"/>
  341.     <item id="520"
  342.        image="usable/use/honey.png"
  343.        name="Honey"
  344.        description="Honey, should be in honey pots"
  345.        effect="+10 HP"
  346.        type="usable"
  347.        hp="10"
  348.        weight="5"
  349.        max-per-slot="10"/>
  350.     <item id="521"
  351.        image="usable/use/honeypot.png"
  352.        name="Honey pot"
  353.        description="Bzzzzz..."
  354.        effect="+200 HP"
  355.        type="usable"
  356.        hp="200"
  357.        weight="15"
  358.        max-per-slot="10"/>
  359.     <item id="522"
  360.        image="usable/use/jampot.png"
  361.        name="Jam pot"
  362.        description="Yay! Homemade jam"
  363.        effect="+100 HP"
  364.        type="usable"
  365.        hp="100"
  366.        weight="9"
  367.        max-per-slot="10"/>
  368.     <item id="523"
  369.        image="usable/use/lollipop.png"
  370.        name="Lollipop"
  371.        description="What an invention!"
  372.        effect="+12 HP"
  373.        type="usable"
  374.        hp="12"
  375.        weight="3"
  376.        max-per-slot="10"/>
  377.     <item id="524"
  378.        image="usable/use/milk.png"
  379.        name="Milk"
  380.        description="Mouboo milk, very rare!"
  381.        effect="+500 HP"
  382.        type="usable"
  383.        hp="500"
  384.        weight="30"
  385.        max-per-slot="10"/>
  386.     <item id="525"
  387.        image="usable/use/mushroom.png"
  388.        name="Mushroom"
  389.        description="Should be perfect in a soup"
  390.        effect="+150 HP"
  391.        type="usable"
  392.        hp="150"
  393.        weight="10"
  394.        max-per-slot="10"/>
  395.     <item id="526"
  396.        image="usable/use/nuts.png"
  397.        name="Nuts"
  398.        description="Prefered mouboo's food"
  399.        effect="+50 HP"
  400.        type="usable"
  401.        hp="50"
  402.        weight="10"
  403.        max-per-slot="10"/>
  404.     <item id="527"
  405.        image="usable/use/orange.png"
  406.        name="Orange"
  407.        description="A juicy orange"
  408.        effect="+40 HP"
  409.        type="usable"
  410.        hp="40"
  411.        weight="5"
  412.        max-per-slot="10"/>
  413.     <item id="528"
  414.        image="usable/use/orangecupcake.png"
  415.        name="Orange cupcake"
  416.        description="Doesn't look bad"
  417.        effect="+100 HP"
  418.        type="usable"
  419.        hp="100"
  420.        weight="7"
  421.        max-per-slot="10"/>
  422.     <item id="529"
  423.        image="usable/use/potion-a.png|G:#1f9c1f,89d689"
  424.        name="Low potion"
  425.        description="Potion for novice adventurer"
  426.        effect="+30 HP"
  427.        type="usable"
  428.        hp="30"
  429.        weight="8"
  430.        max-per-slot="10"/>
  431.     <item id="530"
  432.        image="usable/use/potion-b.png|G:#580000,A40000,C02020,ff6060"
  433.        name="Weak potion"
  434.        description="Simple healing potion"
  435.        effect="+60 HP"
  436.        type="usable"
  437.        hp="60"
  438.        weight="8"
  439.        max-per-slot="10"/>
  440.     <item id="531"
  441.        image="usable/use/potion-c.png|G:#ccb534,f1ea8e,ffffaa"
  442.        name="Powerful potion"
  443.        description="Normal healing potion"
  444.        effect="+100 HP"
  445.        type="usable"
  446.        hp="100"
  447.        weight="8"
  448.        max-per-slot="10"/>
  449.     <item id="532"
  450.        image="usable/use/potion-f.png|G:#530a7c,b362e1,ca87ef"
  451.        name="Concentrated powerful potion"
  452.        description="Strong healing potion"
  453.        effect="+200 HP"
  454.        type="usable"
  455.        hp="200"
  456.        weight="8"
  457.        max-per-slot="10"/>
  458.     <item id="533"
  459.        image="usable/use/potion-g.png|G:#62aaca,a3f4f8,d5fcfb"
  460.        name="Highly concentrated powerful potion"
  461.        description="Best potion ever made"
  462.        effect="+500 HP"
  463.        type="usable"
  464.        hp="500"
  465.        weight="8"
  466.        max-per-slot="10"/>
  467.     <item id="534"
  468.        image="usable/use/potion-e.png|R:#fff0ff;G:#d0c09f"
  469.        name="Mana potion"
  470.        description="Feel the mana in your body!"
  471.        effect="+100 MP"
  472.        type="usable"
  473.        mp="100"
  474.        weight="8"
  475.        max-per-slot="10"/>
  476.     <item id="535"
  477.        image="usable/use/cookie.png"
  478.        name="Cookie"
  479.        description="Eat this homemade cookie when you got an headache"
  480.        effect="+100 HP"
  481.        type="usable"
  482.        hp="100"
  483.        weight="6"
  484.        max-per-slot="10"/>
  485.     <item id="536"
  486.        image="usable/use/snake egg.png|W:#806020;R:#604010;G:#705018"
  487.        name="Snake egg"
  488.        description="Snake egg... could be useful"
  489.        effect="+75 HP"
  490.        type="usable"
  491.        hp="75"
  492.        weight="15"
  493.        max-per-slot="10"/>
  494.     <item id="537"
  495.        image="usable/use/steak.png"
  496.        name="Steak"
  497.        description="Fresh meat"
  498.        effect="+175 HP"
  499.        type="usable"
  500.        hp="175"
  501.        weight="15"
  502.        max-per-slot="10"/>
  503.     <item id="538"
  504.        image="usable/use/strenghpotion.png"
  505.        name="Strengh potion"
  506.        description="Gives you a Lion strengh!"
  507.        effect="Attack speed increase (temporary)"
  508.        type="generic"
  509.        weight="10"
  510.        max-per-slot="10"/>
  511.     <item id="539"
  512.        image="usable/use/yellowplum.png"
  513.        name="Yellow plum"
  514.        description="A plum from some other island"
  515.        effect="+400 HP"
  516.        type="usable"
  517.        hp="400"
  518.        weight="16"
  519.        max-per-slot="10"/>
  520.  
  521.  
  522.  
  523.         <!-- generic -->
  524.     <item id="600"
  525.        image="generic/3leafclover.png"
  526.        name="Three-leaf clover"
  527.        description="A simple clover"
  528.        type="generic"
  529.        weight="2"
  530.        max-per-slot="10"/>
  531.     <item id="601"
  532.        image="generic/amethyste.png"
  533.        name="Amethyst"
  534.        description="A precious mineral used by dwarves to make new items."
  535.        type="generic"
  536.        weight="10"
  537.        max-per-slot="10"/>
  538.     <item id="602"
  539.        image="generic/bat.png"
  540.        name="Bat figurine"
  541.        description="A bat figurine, looks realistic!"
  542.        type="generic"
  543.        weight="5"
  544.        max-per-slot="10"/>
  545.     <item id="603"
  546.        image="generic/batteeth.png"
  547.        name="Bat teeth"
  548.        description="Warning! It might be still agressive!"
  549.        type="generic"
  550.        weight="10"
  551.        max-per-slot="10"/>
  552.     <item id="604"
  553.        image="generic/batwing.png"
  554.        name="Bat wing"
  555.        description="A wing extracted from a young bat."
  556.        type="generic"
  557.        weight="10"
  558.        max-per-slot="10"/>
  559.     <item id="605"
  560.        image="generic/bentneedle.png"
  561.        name="Bent needle"
  562.        description="Useless..."
  563.        type="generic"
  564.        weight="2"
  565.        max-per-slot="10"/>
  566.     <item id="606"
  567.        image="generic/bloodjar.png"
  568.        name="Blood"
  569.        description="Is... is it human blood?"
  570.        type="generic"
  571.        weight="15"
  572.        max-per-slot="10"/>
  573.     <item id="607"
  574.        image="generic/bluepresentbox.png"
  575.        name="Blue present box"
  576.        description="A blue-colored present box."
  577.        type="generic"
  578.        weight="20"
  579.        max-per-slot="10"/>
  580.     <item id="608"
  581.        image="generic/boarskin.png"
  582.        name="Boar skin"
  583.        description="Soft and beautiful, could be useful to craft something new"
  584.        type="generic"
  585.        weight="10"
  586.        max-per-slot="10"/>
  587.     <item id="609"
  588.        image="generic/bone.png"
  589.        name="Bone"
  590.        description="Could be useful to somebody..."
  591.        type="generic"
  592.        weight="10"
  593.        max-per-slot="10"/>
  594.     <item id="610"
  595.        image="generic/bottleofsand.png"
  596.        name="Bottle of sand"
  597.        description="This sand is really rare, it comes from an outer world!"
  598.        type="generic"
  599.        weight="12"
  600.        max-per-slot="10"/>
  601.     <item id="611"
  602.        image="generic/brain.png"
  603.        name="Brain"
  604.        description="Could be useful to somebody..."
  605.        type="generic"
  606.        weight="10"
  607.        max-per-slot="10"/>
  608.     <item id="612"
  609.        image="generic/branchdry.png"
  610.        name="Dry branch"
  611.        description="A branch cut off a long time ago, quite rare!"
  612.        type="generic"
  613.        weight="30"
  614.        max-per-slot="10"/>
  615.     <item id="613"
  616.        image="generic/branchpine.png"
  617.        name="Pine branch"
  618.        description="A good element to make a bow"
  619.        type="generic"
  620.        weight="10"
  621.        max-per-slot="10"/>
  622.     <item id="614"
  623.        image="generic/brokenarmor.png"
  624.        name="Broken armor"
  625.        description="The person who was wearing it may be dead"
  626.        type="generic"
  627.        weight="100"
  628.        max-per-slot="10"/>
  629.     <item id="615"
  630.        image="generic/brokenknife.png"
  631.        name="Broken knife"
  632.        description="The person who was using it may be dead"
  633.        type="generic"
  634.        weight="15"
  635.        max-per-slot="10"/>
  636.     <item id="616"
  637.        image="generic/brokenmedal.png"
  638.        name="Broken medal"
  639.        description="The person who was wearing it may be dead"
  640.        type="generic"
  641.        weight="20"
  642.        max-per-slot="10"/>
  643.     <item id="617"
  644.        image="generic/bugleg.png"
  645.        name="Bug leg"
  646.        description="An insect leg"
  647.        type="generic"
  648.        weight="2"
  649.        max-per-slot="10"/>
  650.     <item id="618"
  651.        image="generic/casinocoins.png"
  652.        name="Casino coins"
  653.        description="Coins to be used in a casino"
  654.        type="generic"
  655.        weight="5"
  656.        max-per-slot="10"/>
  657.     <item id="619"
  658.        image="generic/cavesnakelamp.png"
  659.        name="Cave snake lamp"
  660.        description="Could be useful if you are in the dark"
  661.        type="generic"
  662.        weight="15"
  663.        max-per-slot="10"/>
  664.     <item id="620"
  665.        image="generic/christmasbul.png"
  666.        name="Christmas ball"
  667.        description="A luminous ball from a christmas tree"
  668.        type="generic"
  669.        weight="10"
  670.        max-per-slot="10"/>
  671.     <item id="621"
  672.        image="generic/coal ore.png"
  673.        name="Coal ore"
  674.        description="What about using it to craft something new?"
  675.        type="generic"
  676.        weight="25"
  677.        max-per-slot="10"/>
  678.     <item id="622"
  679.        image="generic/cocoonsilk.png"
  680.        name="Cocoon silk"
  681.        description="A very good product to craft silk clothes"
  682.        type="generic"
  683.        weight="1"
  684.        max-per-slot="10"/>
  685.     <item id="623"
  686.        image="generic/coinbag.png"
  687.        name="Coins bag"
  688.        description="Gold!"
  689.        type="generic"
  690.        weight="30"
  691.        max-per-slot="10"/>
  692.     <item id="624"
  693.        image="generic/compass.png"
  694.        name="Compass"
  695.        description="Could be useful if you are lost"
  696.        type="generic"
  697.        weight="20"
  698.        max-per-slot="10"/>
  699.     <item id="625"
  700.        image="generic/cotton.png"
  701.        name="Cotton"
  702.        description="An excellent textile for crafting clothes!"
  703.        type="generic"
  704.        weight="10"
  705.        max-per-slot="10"/>
  706.     <item id="626"
  707.        image="generic/darkcrystal.png"
  708.        name="Dark crystal"
  709.        description="A rare and precious dark stone"
  710.        type="generic"
  711.        weight="10"
  712.        max-per-slot="10"/>
  713.     <item id="627"
  714.        image="generic/diamond.png"
  715.        name="Diamond"
  716.        description="A rare and precious pure carbon stone!"
  717.        type="generic"
  718.        weight="10"
  719.        max-per-slot="10"/>
  720.     <item id="628"
  721.        image="generic/dinoskin.png"
  722.        name="Dino skin"
  723.        description="A mythical monster skin fragment!"
  724.        type="generic"
  725.        weight="30"
  726.        max-per-slot="10"/>
  727.     <item id="629"
  728.        image="generic/earzombie.png"
  729.        name="Zombie ear"
  730.        description="Could be useful to somebody..."
  731.        type="generic"
  732.        weight="10"
  733.        max-per-slot="10"/>
  734.     <item id="630"
  735.        image="generic/emerald.png"
  736.        name="Emerald"
  737.        description="A rare and precious stone!"
  738.        type="generic"
  739.        weight="10"
  740.        max-per-slot="10"/>
  741.     <item id="631"
  742.        image="generic/emptybottle.png"
  743.        name="Empty bottle"
  744.        description="Needs to be filled with something"
  745.        type="generic"
  746.        weight="5"
  747.        max-per-slot="10"/>
  748.     <item id="632"
  749.        image="generic/evilantennae.png"
  750.        name="Evil antennae"
  751.        description="Comes from a strange race of monster"
  752.        type="generic"
  753.        weight="15"
  754.        max-per-slot="10"/>
  755.     <item id="633"
  756.        image="generic/eye.png"
  757.        name="Eye"
  758.        description="Could be useful to somebody..."
  759.        type="generic"
  760.        weight="10"
  761.        max-per-slot="10"/>
  762.     <item id="634"
  763.        image="generic/fairyblue.png"
  764.        name="Blue Fairy"
  765.        description="A cute blue fairy doll"
  766.        type="generic"
  767.        weight="50"
  768.        max-per-slot="10"/>
  769.     <item id="635"
  770.        image="generic/fairyred.png"
  771.        name="Red Fairy"
  772.        description="A cute red fairy doll"
  773.        type="generic"
  774.        weight="50"
  775.        max-per-slot="10"/>
  776.     <item id="636"
  777.        image="generic/fakefang.png"
  778.        name="Fakefang"
  779.        description="Halloween outfit"
  780.        type="generic"
  781.        weight="3"
  782.        max-per-slot="10"/>
  783.     <item id="637"
  784.        image="generic/feather-a.png"
  785.        name="Colored feather"
  786.        description="A colored feather, may be used for a carnaval outfit"
  787.        type="generic"
  788.        weight="1"
  789.        max-per-slot="10"/>
  790.     <item id="638"
  791.        image="generic/feather-b.png"
  792.        name="Feather"
  793.        description="Soft and sweet"
  794.        type="generic"
  795.        weight="1"
  796.        max-per-slot="10"/>
  797.     <item id="639"
  798.        image="generic/finger sandwich.png"
  799.        name="Finger sandwich"
  800.        description="Should look good for an undead..."
  801.        type="generic"
  802.        weight="20"
  803.        max-per-slot="10"/>
  804.     <item id="640"
  805.        image="generic/flawedlens.png"
  806.        name="Flawed lens"
  807.        description="A lens flawed in its center"
  808.        type="generic"
  809.        weight="4"
  810.        max-per-slot="10"/>
  811.     <item id="641"
  812.        image="generic/gemstone-a.png|W:#a0a010,ffffa0"
  813.        name="Topaz fragment"
  814.        description="Topaz fragment, could be useful"
  815.        type="generic"
  816.        weight="5"
  817.        max-per-slot="10"/>
  818.     <item id="642"
  819.        image="generic/golden piece.png"
  820.        name="Golden piece"
  821.        description="Gold! It takes the place of your GP in the banks"
  822.        type="generic"
  823.        weight="2"
  824.        max-per-slot="10"/>
  825.     <item id="643"
  826.        image="generic/goldenpresentbox.png"
  827.        name="Golden box"
  828.        description="Open it and win something..."
  829.        type="usable"
  830.        weight="30"
  831.        max-per-slot="10"/>
  832.     <item id="644"
  833.        image="generic/hardspike.png"
  834.        name="Mushroom horn"
  835.        description="This horn was dropped by a mushroom"
  836.        type="generic"
  837.        weight="5"
  838.        max-per-slot="10"/>
  839.     <item id="645"
  840.        image="generic/heartdiseased.png"
  841.        name="Heart"
  842.        description="Could be useful to somebody..."
  843.        type="generic"
  844.        weight="10"
  845.        max-per-slot="10"/>
  846.     <item id="646"
  847.        image="generic/herb.png|W:#ef9b0f"
  848.        name="Golden herb"
  849.        description="Should be useful to produce dye"
  850.        type="generic"
  851.        weight="4"
  852.        max-per-slot="10"/>
  853.     <item id="647"
  854.        image="generic/herb.png|W:#E62020"
  855.        name="Lust herb"
  856.        description="Should be useful to produce dye"
  857.        type="generic"
  858.        weight="4"
  859.        max-per-slot="10"/>
  860.     <item id="648"
  861.        image="generic/herb.png|W:#007FFF"
  862.        name="Azur herb"
  863.        description="Should be useful to produce dye"
  864.        type="generic"
  865.        weight="4"
  866.        max-per-slot="10"/>
  867.     <item id="649"
  868.        image="generic/herb.png|W:#CA1F7B"
  869.        name="Magenta herb"
  870.        description="Should be useful to produce dye"
  871.        type="generic"
  872.        weight="4"
  873.        max-per-slot="10"/>
  874.     <item id="650"
  875.        image="generic/hint.png|W:#5218FA"
  876.        name="Blue maggot skin"
  877.        description="Blue maggot dry skin fragment"
  878.        type="generic"
  879.        weight="3"
  880.        max-per-slot="10"/>
  881.     <item id="651"
  882.        image="generic/hint.png|W:#3FFF00"
  883.        name="Green maggot skin"
  884.        description="Green maggot dry skin fragment"
  885.        type="generic"
  886.        weight="3"
  887.        max-per-slot="10"/>
  888.     <item id="652"
  889.        image="generic/hint.png|W:#F8F4FF"
  890.        name="Maggot skin"
  891.        description="Maggot dry skin fragment"
  892.        type="generic"
  893.        weight="3"
  894.        max-per-slot="10"/>
  895.     <item id="653"
  896.        image="generic/icecube.png"
  897.        name="Ice cube"
  898.        description="Nicely-sculpted ice fragment"
  899.        type="generic"
  900.        weight="30"
  901.        max-per-slot="10"/>
  902.     <item id="654"
  903.        image="generic/idol.png"
  904.        name="Doll"
  905.        description="A children toy"
  906.        type="generic"
  907.        weight="40"
  908.        max-per-slot="10"/>
  909.     <item id="655"
  910.        image="generic/iten.png"
  911.        name="Cube"
  912.        description="A perfectly-sculpted cube"
  913.        type="generic"
  914.        weight="40"
  915.        max-per-slot="10"/>
  916.     <item id="656"
  917.        image="generic/jackolantern.png"
  918.        name="Jack'O lantern"
  919.        description="A lantern for halloween night"
  920.        type="generic"
  921.        weight="20"
  922.        max-per-slot="10"/>
  923.     <item id="657"
  924.        image="generic/leatherpatch.png"
  925.        name="Leather patch"
  926.        description="A leather piece"
  927.        type="generic"
  928.        weight="10"
  929.        max-per-slot="10"/>
  930.     <item id="658"
  931.        image="generic/lightcristal.png"
  932.        name="Crystal"
  933.        description="A rare and precious stone!"
  934.        type="generic"
  935.        weight="10"
  936.        max-per-slot="10"/>
  937.     <item id="659"
  938.        image="generic/logoak.png"
  939.        name="Oak log"
  940.        description="An oak fragment"
  941.        type="generic"
  942.        weight="20"
  943.        max-per-slot="10"/>
  944.     <item id="660"
  945.        image="generic/logpine.png"
  946.        name="Pine log"
  947.        description="A pine fragment"
  948.        type="generic"
  949.        weight="20"
  950.        max-per-slot="10"/>
  951.     <item id="661"
  952.        image="generic/lograw.png"
  953.        name="Raw log"
  954.        description="A raw log"
  955.        type="generic"
  956.        weight="20"
  957.        max-per-slot="10"/>
  958.     <item id="662"
  959.        image="generic/logwarped.png"
  960.        name="Warped log"
  961.        description="A warped log"
  962.        type="generic"
  963.        weight="20"
  964.        max-per-slot="10"/>
  965.     <item id="663"
  966.        image="generic/maggotslime.png"
  967.        name="Maggot slime"
  968.        description="A maggot slime"
  969.        type="generic"
  970.        weight="3"
  971.        max-per-slot="10"/>
  972.     <item id="664"
  973.        image="generic/mousetail.png"
  974.        name="Mouse tail"
  975.        description="A long mouse tail"
  976.        type="generic"
  977.        weight="5"
  978.        max-per-slot="10"/>
  979.     <item id="665"
  980.        image="generic/mousetooth.png"
  981.        name="Mouse tooth"
  982.        description="A mouse tooth"
  983.        type="generic"
  984.        weight="2"
  985.        max-per-slot="10"/>
  986.     <item id="666"
  987.        image="generic/nettles.png"
  988.        name="Nettles"
  989.        description="Ouch! It hurts"
  990.        type="generic"
  991.        weight="6"
  992.        max-per-slot="10"/>
  993.     <item id="667"
  994.        image="generic/oldkey.png"
  995.        name="Old key"
  996.        description="An old key, it must unlock something..."
  997.        type="generic"
  998.        weight="5"
  999.        max-per-slot="10"/>
  1000.     <item id="668"
  1001.        image="generic/iron ore.png|W:#635147"
  1002.        name="Iron ore"
  1003.        description="A piece of iron, useful to build some new equipment"
  1004.        type="generic"
  1005.        weight="50"
  1006.        max-per-slot="10"/>
  1007.     <item id="669"
  1008.        image="generic/ore.png|W:#D4AF37"
  1009.        name="Golden ore"
  1010.        description="A golden piece, useful to build some new equipment"
  1011.        type="generic"
  1012.        weight="100"
  1013.        max-per-slot="10"/>
  1014.     <item id="670"
  1015.        image="generic/ore.png|W:#B5A642"
  1016.        name="Brass ore"
  1017.        description="A piece of brass, useful to build some new equipment"
  1018.        type="generic"
  1019.        weight="60"
  1020.        max-per-slot="10"/>
  1021.     <item id="671"
  1022.        image="generic/ore.png|W:#9BDDFF"
  1023.        name="Mithril ore"
  1024.        description="A piece of mithril, useful to build some new equipment"
  1025.        type="generic"
  1026.        weight="30"
  1027.        max-per-slot="10"/>
  1028.     <item id="672"
  1029.        image="generic/packofcards.png"
  1030.        name="Pack of cards"
  1031.        description="A pack of playing cards"
  1032.        type="generic"
  1033.        weight="10"
  1034.        max-per-slot="10"/>
  1035.     <item id="673"
  1036.        image="generic/Paddle.png"
  1037.        name="Old paddle"
  1038.        description="An old paddle"
  1039.        type="generic"
  1040.        weight="30"
  1041.        max-per-slot="10"/>
  1042.     <item id="674"
  1043.        image="generic/pearl.png"
  1044.        name="Pearl"
  1045.        description="A perfectly round pearl"
  1046.        type="generic"
  1047.        weight="2"
  1048.        max-per-slot="10"/>
  1049.     <item id="675"
  1050.        image="generic/petal-a.png"
  1051.        name="Rose petal"
  1052.        description="A rose petal"
  1053.        type="generic"
  1054.        weight="1"
  1055.        max-per-slot="10"/>
  1056.     <item id="676"
  1057.        image="generic/petal-b.png"
  1058.        name="Flower petal"
  1059.        description="A flower petal"
  1060.        type="generic"
  1061.        weight="1"
  1062.        max-per-slot="10"/>
  1063.     <item id="677"
  1064.        image="generic/pinkantennae.png"
  1065.        name="Pinkie antennae"
  1066.        description="Comes from a funny race of monster"
  1067.        type="generic"
  1068.        weight="15"
  1069.        max-per-slot="10"/>
  1070.     <item id="678"
  1071.        image="generic/plopynettekey.png"
  1072.        name="Plopynette's key"
  1073.        description="Plopynette's key"
  1074.        type="generic"
  1075.        weight="2"
  1076.        max-per-slot="10"/>
  1077.     <item id="679"
  1078.        image="generic/pot.png"
  1079.        name="Picnic basket"
  1080.        description="Delicious food is packed inside it!"
  1081.        type="generic"
  1082.        weight="30"
  1083.        max-per-slot="10"/>
  1084.     <item id="680"
  1085.        image="generic/powder.png|W:#FFA700"
  1086.        name="Curry"
  1087.        description="A nice spice, great for cooking"
  1088.        type="generic"
  1089.        weight="3"
  1090.        max-per-slot="10"/>
  1091.     <item id="681"
  1092.        image="generic/purplepresentbox.png"
  1093.        name="Purple present box"
  1094.        description="A purple-colored present box"
  1095.        type="generic"
  1096.        weight="10"
  1097.        max-per-slot="10"/>
  1098.     <item id="682"
  1099.        image="generic/ragrotten.png"
  1100.        name="Rags rotten"
  1101.        description="Could be useful to somebody..."
  1102.        type="generic"
  1103.        weight="10"
  1104.        max-per-slot="10"/>
  1105.     <item id="683"
  1106.        image="generic/redscarf.png"
  1107.        name="Red scarf"
  1108.        description="A beautiful red scarf, probably lost by someone"
  1109.        type="generic"
  1110.        weight="20"
  1111.        max-per-slot="10"/>
  1112.     <item id="684"
  1113.        image="generic/redscorpionstinger.png"
  1114.        name="Red scorpion stinger"
  1115.        description="A red scorpion stinger"
  1116.        type="generic"
  1117.        weight="10"
  1118.        max-per-slot="10"/>
  1119.     <item id="685"
  1120.        image="generic/redstocking.png"
  1121.        name="Red stocking"
  1122.        description="The famous christmas one"
  1123.        type="generic"
  1124.        weight="10"
  1125.        max-per-slot="10"/>
  1126.     <item id="686"
  1127.        image="generic/roastedmaggot.png"
  1128.        name="Roasted maggot"
  1129.        description="The remains of a warrior maggot"
  1130.        type="generic"
  1131.        weight="5"
  1132.        max-per-slot="10"/>
  1133.     <item id="687"
  1134.        image="generic/rock.png"
  1135.        name="Rock"
  1136.        description="Quite useless."
  1137.        type="generic"
  1138.        weight="100"
  1139.        max-per-slot="10"/>
  1140.     <item id="688"
  1141.        image="generic/root.png"
  1142.        name="Root"
  1143.        description="Could be useful for cooking"
  1144.        type="generic"
  1145.        weight="7"
  1146.        max-per-slot="10"/>
  1147.     <item id="689"
  1148.        image="generic/rose.png|W:#FEFE22"
  1149.        name="Yellow rose"
  1150.        description="For a long friendship"
  1151.        type="generic"
  1152.        weight="10"
  1153.        max-per-slot="10"/>
  1154.     <item id="690"
  1155.        image="generic/rose.png|W:#F9429E"
  1156.        name="Pink rose"
  1157.        description="For a deep love"
  1158.        type="generic"
  1159.        weight="10"
  1160.        max-per-slot="10"/>
  1161.     <item id="691"
  1162.        image="generic/rose.png|W:#B31B1B"
  1163.        name="Dark red rose"
  1164.        description="For a passionate love"
  1165.        type="generic"
  1166.        weight="10"
  1167.        max-per-slot="10"/>
  1168.     <item id="692"
  1169.        image="generic/rose.png|W:#F9F9F9"
  1170.        name="White rose"
  1171.        description="For an eternal love"
  1172.        type="generic"
  1173.        weight="10"
  1174.        max-per-slot="10"/>
  1175.     <item id="693"
  1176.        image="generic/rose.png|W:#333333"
  1177.        name="Black rose"
  1178.        description="For a tragic love"
  1179.        type="generic"
  1180.        weight="10"
  1181.        max-per-slot="10"/>
  1182.     <item id="694"
  1183.        image="generic/rose.png|W:#8A2BE2"
  1184.        name="Purple rose"
  1185.        description="For a spiritual love"
  1186.        type="generic"
  1187.        weight="10"
  1188.        max-per-slot="10"/>
  1189.     <item id="695"
  1190.        image="generic/ruby.png"
  1191.        name="Ruby"
  1192.        description="A rare and precious stone"
  1193.        type="generic"
  1194.        weight="10"
  1195.        max-per-slot="10"/>
  1196.     <item id="696"
  1197.        image="generic/santaglobe.png"
  1198.        name="Santa globe"
  1199.        description="A souvenir of Christmas"
  1200.        type="generic"
  1201.        weight="10"
  1202.        max-per-slot="10"/>
  1203.     <item id="697"
  1204.        image="generic/saphyr.png"
  1205.        name="Saphyre"
  1206.        description="A rare and precious stone"
  1207.        type="generic"
  1208.        weight="10"
  1209.        max-per-slot="10"/>
  1210.     <item id="698"
  1211.        image="generic/scorpion stinger.png"
  1212.        name="Scorpion stinger"
  1213.        description="A scorpion stinger"
  1214.        type="generic"
  1215.        weight="5"
  1216.        max-per-slot="10"/>
  1217.     <item id="699"
  1218.        image="generic/seed.png|W:#003153"
  1219.        name="Seed"
  1220.        description="A fruit pip"
  1221.        type="generic"
  1222.        weight="1"
  1223.        max-per-slot="10"/>
  1224.     <item id="700"
  1225.        image="generic/silkthread.png"
  1226.        name="Silk thread"
  1227.        description="Useful for clothes crafting"
  1228.        type="generic"
  1229.        weight="4"
  1230.        max-per-slot="10"/>
  1231.     <item id="701"
  1232.        image="generic/silverbell.png"
  1233.        name="Silver bell"
  1234.        description="A little silver bell"
  1235.        type="generic"
  1236.        weight="3"
  1237.        max-per-slot="10"/>
  1238.     <item id="702"
  1239.        image="generic/skull.png"
  1240.        name="Skull"
  1241.        description="Could be useful to somebody..."
  1242.        type="generic"
  1243.        weight="40"
  1244.        max-per-slot="10"/>
  1245.     <item id="703"
  1246.        image="generic/smallpowder.png"
  1247.        name="Fine powder"
  1248.        description="A small heap of fine powder"
  1249.        type="generic"
  1250.        weight="2"
  1251.        max-per-slot="10"/>
  1252.     <item id="704"
  1253.        image="generic/snakeskin.png"
  1254.        name="Snake skin"
  1255.        description="A complete snake skin"
  1256.        type="generic"
  1257.        weight="10"
  1258.        max-per-slot="10"/>
  1259.     <item id="705"
  1260.        image="generic/snake tongue.png|W:#E62020"
  1261.        name="Snake tongue"
  1262.        description="A snake tongue"
  1263.        type="generic"
  1264.        weight="6"
  1265.        max-per-slot="10"/>
  1266.     <item id="706"
  1267.        image="generic/snowmanglobe.png"
  1268.        name="Snowman globe"
  1269.        description="A souvenir of Christmas"
  1270.        type="generic"
  1271.        weight="10"
  1272.        max-per-slot="10"/>
  1273. <!--     *** reserved for future use ***
  1274.    <item id="707"
  1275.        image="generic/spectralorb.png"
  1276.        name=""
  1277.        description=""
  1278.        type="generic"
  1279.        weight=""
  1280.        max-per-slot="10"/>
  1281.    </item>
  1282.    <item id="708"
  1283.        image="generic/spectralorb.png"
  1284.        name=""
  1285.        description=""
  1286.        type="generic"
  1287.        weight=""
  1288.        max-per-slot="10"/>
  1289.    </item>
  1290.            *** end of reservation *** -->
  1291.     <item id="709"
  1292.        image="generic/spice.png|R:#C2B280,#E1A95F"
  1293.        name="Spice"
  1294.        description="A spice originated from a far far away place"
  1295.        type="generic"
  1296.        weight="10"
  1297.        max-per-slot="10"/>
  1298.     <item id="710"
  1299.        image="generic/strangecoin.png"
  1300.        name="Strange coin"
  1301.        description="An unusual old piece"
  1302.        type="generic"
  1303.        weight="10"
  1304.        max-per-slot="10"/>
  1305.     <item id="711"
  1306.        image="generic/string.png"
  1307.        name="String"
  1308.        description="A sewing string"
  1309.        type="generic"
  1310.        weight="10"
  1311.        max-per-slot="10"/>
  1312.     <item id="712"
  1313.        image="generic/tabac.png"
  1314.        name="Tobacco"
  1315.        description="Processed from plants in a far away island"
  1316.        type="generic"
  1317.        weight="9"
  1318.        max-per-slot="10"/>
  1319.     <item id="713"
  1320.        image="generic/terraniteore.png"
  1321.        name="Terranite ore"
  1322.        description="A piece of terranite, useful to build some new equipment"
  1323.        type="generic"
  1324.        weight="70"
  1325.        max-per-slot="10"/>
  1326.     <item id="714"
  1327.        image="generic/ticket.png"
  1328.        name="Ferry ticket"
  1329.        description="A ferry ticket"
  1330.        type="generic"
  1331.        weight="5"
  1332.        max-per-slot="10"/>
  1333.     <item id="715"
  1334.        image="generic/topaz.png"
  1335.        name="Topaz"
  1336.        description="A rare and precious stone"
  1337.        type="generic"
  1338.        weight="10"
  1339.        max-per-slot="10"/>
  1340.     <item id="716"
  1341.        image="generic/treasurekey.png"
  1342.        name="Treasure key"
  1343.        description="This key must open a safe"
  1344.        type="generic"
  1345.        weight="10"
  1346.        max-per-slot="10"/>
  1347.     <item id="717"
  1348.        image="generic/tulip.png"
  1349.        name="Tulip"
  1350.        description="This flower is a symbol of admiration"
  1351.        type="generic"
  1352.        weight="10"
  1353.        max-per-slot="10"/>
  1354.     <item id="718"
  1355.        image="generic/whitefur.png"
  1356.        name="Fluffy fur"
  1357.        description="A white animal fur"
  1358.        type="generic"
  1359.        weight="20"
  1360.        max-per-slot="10"/>
  1361.     <item id="719"
  1362.        image="generic/whitefur.png|W:#C19A6B,#7B3F00"
  1363.        name="Puceoie fur"
  1364.        description="A brown animal fur"
  1365.        type="generic"
  1366.        weight="20"
  1367.        max-per-slot="10"/>
  1368.     <item id="720"
  1369.        image="generic/whitefur.png|W:#9BDDFF"
  1370.        name="Moggun fur"
  1371.        description="A clear blue animal fur"
  1372.        type="generic"
  1373.        weight="20"
  1374.        max-per-slot="10"/>
  1375.        
  1376.        
  1377.        
  1378.        
  1379.        
  1380.        
  1381.        
  1382.             <!-- necklace -->
  1383.     <item id="1000"
  1384.        image="equipment/amulet/4leafclover.png"
  1385.        name="Four-leaf clover"
  1386.        description="Lucky (wo)man!"
  1387.        effect="+2 Luck"
  1388.        type="equip-necklace"
  1389.        luck="2"
  1390.        weight="2"
  1391.        max-per-slot="1"/>
  1392.     <item id="1001"
  1393.        image="equipment/amulet/beginneramulet.png"
  1394.        name="Beginner's amulet"
  1395.        description="A spirit will help you to become stronger during your adventure!"
  1396.        effect="+1 Vitality"
  1397.        type="equip-necklace"
  1398.        vitality="1"
  1399.        weight="50"
  1400.        max-per-slot="1"/>
  1401.     <item id="1002"
  1402.        image="equipment/amulet/scarabamulet.png"
  1403.        name="Scarab amulet"
  1404.        description="Old but in good condition, it's a figurine of an ancient giant monster!"
  1405.        effect="+3 Intelligence "
  1406.        type="equip-necklace"
  1407.        intelligence="3"
  1408.        weight="100"
  1409.        max-per-slot="1"/>
  1410.     <item id="1003"
  1411.        image="equipment/amulet/silvernecklace.png"
  1412.        name="Silver necklace"
  1413.        description="Rare and powerful necklace"
  1414.        effect="+5 Luck"
  1415.        type="equip-necklace"
  1416.        luck="5"
  1417.        weight="50"
  1418.        max-per-slot="1"/>
  1419.     <item id="1004"
  1420.        image="equipment/amulet/towel.png"
  1421.        name="Magic note"
  1422.        description="It will give you some tips with magic!"
  1423.        effect="+5 Vitality"
  1424.        type="equip-necklace"
  1425.        vitality="5"
  1426.        weight="40"
  1427.        max-per-slot="1"/>
  1428.     <item id="1005"
  1429.        image="equipment/amulet/windnecklace.png"
  1430.        name="Wind necklace"
  1431.        description="It will protect you wherever you are!"
  1432.        effect="+4 Vitality and +4 Luck"
  1433.        type="equip-necklace"
  1434.        vitality="4"
  1435.        luck="4"
  1436.        weight="75"
  1437.        max-per-slot="1"/>
  1438.  
  1439.  
  1440.  
  1441.  
  1442.             <!-- chest -->
  1443.     <item id="1100"
  1444.        image="equipment/chest/assassinrobe.png|W:#808080;R:#F4F0EC"
  1445.        name="Beginner assassin robe"
  1446.        description="A robe made for a beginner assassin"
  1447.        effect="+% Defense"
  1448.        type="equip-torso"
  1449.        weight="40"
  1450.        defense=""
  1451.        max-per-slot="1">
  1452.         <sprite gender="male">equipment/chest/assassinrobe-male.xml|W:#808080;R:#F4F0EC"</sprite>
  1453.         <sprite gender="female">equipment/chest/assassinrobe-female.xml|W:#808080;R:#F4F0EC"</sprite>
  1454.     </item>
  1455.     <item id="1101"
  1456.        image="equipment/chest/assassinrobe.png|W:#F4F0EC;R:#D40000"
  1457.        name="Medium assassin robe"
  1458.        description="A robe made for experienced assassins."
  1459.        effect="+% Defense"
  1460.        type="equip-torso"
  1461.        weight="40"
  1462.        defense=""
  1463.        max-per-slot="1">
  1464.         <sprite gender="male">equipment/chest/assassinrobe-male.xml|W:#F4F0EC;R:#D40000"</sprite>
  1465.         <sprite gender="female">equipment/chest/assassinrob-female.xmlW:#F4F0EC;R:#D40000"</sprite>
  1466.     </item>
  1467.     <item id="1102"
  1468.        image="equipment/chest/assassinrobe.png|R:#D40000"
  1469.        name="High assassin robe"
  1470.        description="A robe made for elite assassins"
  1471.        effect="+% Defense"
  1472.        type="equip-torso"
  1473.        weight="40"
  1474.        defense=""
  1475.        max-per-slot="1">
  1476.         <sprite gender="male">equipment/chest/assassinrobe-male.xml|R:#D40000"</sprite>
  1477.         <sprite gender="female">equipment/chest/assassinrobe-female.xml|R:#D40000"</sprite>
  1478.     </item>
  1479.     <item id="1103"
  1480.        image="equipment/chest/assassintop.png|W:#808080;R:#F4F0EC"
  1481.        name="Beginner assassin top"
  1482.        description="A top made for beginner assassins"
  1483.        effect="+% Defense"
  1484.        type="equip-torso"
  1485.        weight="30"
  1486.        defense=""
  1487.        max-per-slot="1">
  1488.         <sprite gender="male">equipment/chest/assassintop-male.xml|W:#808080;R:#F4F0EC"</sprite>
  1489.         <sprite gender="female">equipment/chest/assassintop-female.xml|W:#808080;R:#F4F0EC"</sprite>
  1490.     </item>
  1491.     <item id="1104"
  1492.        image="equipment/chest/assassintop.png|W:#F4F0EC;R:#D40000"
  1493.        name="Medium assassin top"
  1494.        description="A top made for experienced assassins"
  1495.        effect="+% Defense"
  1496.        type="equip-torso"
  1497.        weight="30"
  1498.        defense=""
  1499.        max-per-slot="1">
  1500.         <sprite gender="male">equipment/chest/assassintop-male.xml|W:#F4F0EC;R:#D40000"</sprite>
  1501.         <sprite gender="female">equipment/chest/assassintop-female.xmlW:#F4F0EC;R:#D40000"</sprite>
  1502.     </item>
  1503.     <item id="1105"
  1504.        image="equipment/chest/assassinrobe.png|R:#D40000"
  1505.        name="High assassin top"
  1506.        description="A top made for elite assassins"
  1507.        effect="+% Defense"
  1508.        type="equip-torso"
  1509.        weight="30"
  1510.        defense=""
  1511.        max-per-slot="1">
  1512.         <sprite gender="male">equipment/chest/assassintop-male.xml|R:#D40000"</sprite>
  1513.         <sprite gender="female">equipment/chest/assassintop-female.xml|R:#D40000"</sprite>
  1514.     </item>
  1515.     <item id="1106"
  1516.        image="equipment/chest/blueplatemail.png"
  1517.        name="Blue plate"
  1518.        description="An extremely rare blue armour"
  1519.        effect="+% Defense"
  1520.        type="equip-torso"
  1521.        weight="1000"
  1522.        defense=""
  1523.        max-per-slot="1">
  1524.         <sprite gender="male">equipment/chest/blueplatemail-male.xml"</sprite>
  1525.         <sprite gender="female">equipment/chest/blueplatemail-female.xml"</sprite>
  1526.     </item>
  1527.     <item id="1107"
  1528.        image="equipment/chest/chainmail.png"
  1529.        name="Chainmail Shirt"
  1530.        description="A shirt made of chains. It weighs a lot but offers excellent protection."
  1531.        effect="+% Defense"
  1532.        type="equip-torso"
  1533.        weight="300"
  1534.        defense=""
  1535.        max-per-slot="1">
  1536.         <sprite gender="male">equipment/chest/chainmail-male.xml"</sprite>
  1537.         <sprite gender="female">equipment/chest/chainmail-female.xml"</sprite>
  1538.     </item>
  1539.     <item id="1108"
  1540.        image="equipment/chest/cottonshirt.png"
  1541.        name="Cotton Shirt"
  1542.        description="A shirt made of 100% cotton."
  1543.        effect="+% Defense"
  1544.        type="equip-torso"
  1545.        weight="50"
  1546.        defense=""
  1547.        max-per-slot="1">
  1548.         <sprite gender="male">equipment/chest/cottonshirt-male.xml"</sprite>
  1549.         <sprite gender="female">equipment/chest/cottonshirt-female.xml"</sprite>
  1550.     </item>
  1551.     <item id="1109"
  1552.        image="equipment/chest/darkassassinrobe.png|W:#808080;R:#40404F"
  1553.        name="Royal assassin robe"
  1554.        description="A robe that came from a legendary assassin."
  1555.        effect="+% Defense"
  1556.        type="equip-torso"
  1557.        weight="800"
  1558.        defense=""
  1559.        max-per-slot="1">
  1560.         <sprite gender="male">equipment/chest/darkassassinrobe-male.xml"</sprite>
  1561.         <sprite gender="female">equipment/chest/darkassassinrobe-female.xml"</sprite>
  1562.     </item>  
  1563.     <item id="1110"
  1564.        image="equipment/chest/dress.png"
  1565.        name="Dress"
  1566.        description="An elven robe, very rare and very old but as beautiful as the day it was made."
  1567.        effect="+% Defense"
  1568.        type="equip-torso"
  1569.        weight="20"
  1570.        defense=""
  1571.        max-per-slot="1">
  1572.         <sprite gender="male">equipment/chest/dress.xml"</sprite>
  1573.         <sprite gender="female">equipment/chest/dress.xml"</sprite>
  1574.     </item>
  1575.     <item id="1111"
  1576.        image="equipment/chest/forestarmor.png"
  1577.        name="Forest armor"
  1578.        description="An armour designed for camouflage, very useful for hunting"
  1579.        effect="+% Defense"
  1580.        type="equip-torso"
  1581.        weight="1200"
  1582.        defense=""
  1583.        max-per-slot="1">
  1584.         <sprite gender="male">equipment/chest/forestarmor-male.xml"</sprite>
  1585.         <sprite gender="female">equipment/chest/forestarmor-female.xml"</sprite>
  1586.     </item>
  1587.     <item id="1112"
  1588.        image="equipment/chest/leathershirt.png"
  1589.        name="Warm vest"
  1590.        description="An vest in poor condition"
  1591.        effect="+2% Defense"
  1592.        type="equip-torso"
  1593.        weight="50"
  1594.        defense="2"
  1595.        max-per-slot="1">
  1596.         <sprite gender="male">equipment/chest/leathershirt-male.xml|#43301c,806951,d3b79e,ffffff;#43301c,fbf5f1"</sprite>
  1597.         <sprite gender="female">equipment/chest/leathershirt-female.xml|#43301c,806951,d3b79e,ffffff;#43301c,fbf5f1"</sprite>
  1598.     </item>
  1599.     <item id="1113"
  1600.        image="equipment/chest/lightplatemail.png"
  1601.        name="Plate mail"
  1602.        description="A light cuirass with shoulder pads made of iron, usually worn by foot soldiers."
  1603.        effect="+% Defense"
  1604.        type="equip-torso"
  1605.        weight="1200"
  1606.        defense=""
  1607.        max-per-slot="1">
  1608.         <sprite gender="male">equipment/chest/lightplatemail-male.xml|#FBF5E9"</sprite>
  1609.         <sprite gender="female">equipment/chest/lightplatemail-female.xml|#FBF5E9"</sprite>
  1610.     </item>
  1611. <!-- colored robes 1114-> 1129-->
  1612.     <item id="1114"
  1613.        image="equipment/chest/robe.png|W:#A4B2B2,FFFFFF"
  1614.        name="White robe"
  1615.        description="A simple dyable white robe"
  1616.        effect="+% Defense"
  1617.        type="equip-torso"
  1618.        weight="100"
  1619.        defense=""
  1620.        max-per-slot="1">
  1621.         <sprite gender="male">equipment/chest/robe-male.xml|#A4B2B2,FFFFFF"</sprite>
  1622.         <sprite gender="female">equipment/chest/robe-female.xml|#A4B2B2,FFFFFF"</sprite>
  1623.     </item>
  1624.     <item id="1115"
  1625.        image="equipment/chest/robe.png|W:#000000,202020,404040,dddddd"
  1626.        name="Black robe"
  1627.        description="A simple black robe"
  1628.        effect="+% Defense"
  1629.        type="equip-torso"
  1630.        weight="100"
  1631.        defense=""
  1632.        max-per-slot="1">
  1633.         <sprite gender="male">equipment/chest/robe-male.xml|#000000,202020,404040,dddddd"</sprite>
  1634.         <sprite gender="female">equipment/chest/robe-female.xml|#000000,202020,404040,dddddd"</sprite>
  1635.     </item>
  1636.     <item id="1116"
  1637.        image="equipment/chest/robe.png|W:#805e74,c6b09b,ffffff"
  1638.        name="Silver robe"
  1639.        description="A simple silver robe"
  1640.        effect="+% Defense"
  1641.        type="equip-torso"
  1642.        weight="100"
  1643.        defense=""
  1644.        max-per-slot="1">
  1645.         <sprite gender="male">equipment/chest/robe-male.xml|#805e74,c6b09b,ffffff"</sprite>
  1646.         <sprite gender="female">equipment/chest/robe-female.xml|#805e74,c6b09b,ffffff"</sprite>
  1647.     </item>
  1648.     <item id="1117"
  1649.        image="equipment/chest/robe.png|W:#831f2d,be4f2d,f8cc8b"
  1650.        name="Brown robe"
  1651.        description="A simple brown robe"
  1652.        effect="+% Defense"
  1653.        type="equip-torso"
  1654.        weight="100"
  1655.        defense=""
  1656.        max-per-slot="1">
  1657.         <sprite gender="male">equipment/chest/robe-male.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  1658.         <sprite gender="female">equipment/chest/robe-female.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  1659.     </item>
  1660.     <item id="1118"
  1661.        image="equipment/chest/robe.png|W:#5f0b33,91191c,f9ad81"
  1662.        name="Red robe"
  1663.        description="A simple red robe"
  1664.        effect="+% Defense"
  1665.        type="equip-torso"
  1666.        weight="100"
  1667.        defense=""
  1668.        max-per-slot="1">
  1669.         <sprite gender="male">equipment/chest/robe-male.xml|#5f0b33,91191c,f9ad81"</sprite>
  1670.         <sprite gender="female">equipment/chest/robe-female.xml|#5f0b33,91191c,f9ad81"</sprite>
  1671.     </item>
  1672.     <item id="1119"
  1673.        image="equipment/chest/robe.png|W:#602486,934cc3,fdc689"
  1674.        name="Purple robe"
  1675.        description="A simple purple robe"
  1676.        effect="+% Defense"
  1677.        type="equip-torso"
  1678.        weight="100"
  1679.        defense=""
  1680.        max-per-slot="1">
  1681.         <sprite gender="male">equipment/chest/robe-male.xml|#602486,934cc3,fdc689"</sprite>
  1682.         <sprite gender="female">equipment/chest/robe-female.xml|#602486,934cc3,fdc689"</sprite>
  1683.     </item>
  1684.     <item id="1120"
  1685.        image="equipment/chest/robe.png|W:#a24b93,ec46d9,f7eaf4"
  1686.        name="Fushia robe"
  1687.        description="A simple fushia robe"
  1688.        effect="+% Defense"
  1689.        type="equip-torso"
  1690.        weight="100"
  1691.        defense=""
  1692.        max-per-slot="1">
  1693.         <sprite gender="male">equipment/chest/robe-male.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  1694.         <sprite gender="female">equipment/chest/robe-female.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  1695.     </item>
  1696.     <item id="1121"
  1697.        image="equipment/chest/robe.png|W:#06372b,489e25,fdedcc"
  1698.        name="Green robe"
  1699.        description="A simple green robe"
  1700.        effect="+% Defense"
  1701.        type="equip-torso"
  1702.        weight="100"
  1703.        defense=""
  1704.        max-per-slot="1">
  1705.         <sprite gender="male">equipment/chest/robe-male.xml|#06372b,489e25,fdedcc"</sprite>
  1706.         <sprite gender="female">equipment/chest/robe-female.xml|#06372b,489e25,fdedcc"</sprite>
  1707.     </item>
  1708.     <item id="1122"
  1709.        image="equipment/chest/robe.png|W:#7ba400,bfff00,ecffb2"
  1710.        name="Lime robe"
  1711.        description="A simple lime robe"
  1712.        effect="+% Defense"
  1713.        type="equip-torso"
  1714.        weight="100"
  1715.        defense=""
  1716.        max-per-slot="1">
  1717.         <sprite gender="male">equipment/chest/robe-male.xml|#7ba400,bfff00,ecffb2"</sprite>
  1718.         <sprite gender="female">equipment/chest/robe-female.xml|#7ba400,bfff00,ecffb2"</sprite>
  1719.     </item>
  1720.     <item id="1123"
  1721.        image="equipment/chest/robe.png|W:#808000,e3e300,efef92"
  1722.        name="Olive robe"
  1723.        description="A simple olive robe"
  1724.        effect="+% Defense"
  1725.        type="equip-torso"
  1726.        weight="100"
  1727.        defense=""
  1728.        max-per-slot="1">
  1729.         <sprite gender="male">equipment/chest/robe-male.xml|#808000,e3e300,efef92"</sprite>
  1730.         <sprite gender="female">equipment/chest/robe-female.xml|#808000,e3e300,efef92"</sprite>
  1731.     </item>
  1732.     <item id="1124"
  1733.        image="equipment/chest/robe.png|W:#8c6625,dab425,ffffff"
  1734.        name="Yellow robe"
  1735.        description="A simple yellow robe"
  1736.        effect="+% Defense"
  1737.        type="equip-torso"
  1738.        weight="100"
  1739.        defense=""
  1740.        max-per-slot="1">
  1741.         <sprite gender="male">equipment/chest/robe-male.xml|#8c6625,dab425,ffffff"</sprite>
  1742.         <sprite gender="female">equipment/chest/robe-female.xml|#8c6625,dab425,ffffff"</sprite>
  1743.     </item>
  1744.     <item id="1125"
  1745.        image="equipment/chest/robe.png|W:#0d1430,21337c,4363e5"
  1746.        name="Navy blue robe"
  1747.        description="A simple navy blue robe"
  1748.        effect="+% Defense"
  1749.        type="equip-torso"
  1750.        weight="100"
  1751.        defense=""
  1752.        max-per-slot="1">
  1753.         <sprite gender="male">equipment/chest/robe-male.xml|#0d1430,21337c,4363e5"</sprite>
  1754.         <sprite gender="female">equipment/chest/robe-female.xml|#0d1430,21337c,4363e5"</sprite>
  1755.     </item>
  1756.     <item id="1126"
  1757.        image="equipment/chest/robe.png|W:#1c6c74,43d7e5,bae1e5"
  1758.        name="Blue robe"
  1759.        description="A simple blue robe"
  1760.        effect="+% Defense"
  1761.        type="equip-torso"
  1762.        weight="100"
  1763.        defense=""
  1764.        max-per-slot="1">
  1765.         <sprite gender="male">equipment/chest/robe-male.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  1766.         <sprite gender="female">equipment/chest/robe-female.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  1767.     </item>
  1768.     <item id="1127"
  1769.        image="equipment/chest/robe.png|W:#12634b,29dca6,b1dccf"
  1770.        name="Teal robe"
  1771.        description="A simple teal robe"
  1772.        effect="+% Defense"
  1773.        type="equip-torso"
  1774.        weight="100"
  1775.        defense=""
  1776.        max-per-slot="1">
  1777.         <sprite gender="male">equipment/chest/robe-male.xml|#12634b,29dca6,b1dccf"</sprite>
  1778.         <sprite gender="female">equipment/chest/robe-female.xml|#12634b,29dca6,b1dccf"</sprite>
  1779.     </item>
  1780. <!-- Reserved robe 1128 -> 1129
  1781.    <item id="1128"
  1782.        image="equipment/chest/robe.png|W:xx"
  1783.        name="xx robe"
  1784.        description="A simple xx robe"
  1785.        effect="+% Defense"
  1786.        type="equip-torso"
  1787.        weight="100"
  1788.        defense=""
  1789.        max-per-slot="1">
  1790.        <sprite gender="male">equipment/chest/robe-male.xml|xx"</sprite>
  1791.        <sprite gender="female">equipment/chest/robe-female.xml|xx"</sprite>
  1792.    </item>
  1793.    <item id="1129"
  1794.        image="equipment/chest/robe.png|W:yy"
  1795.        name="yy robe"
  1796.        description="A simple yy robe"
  1797.        effect="+% Defense"
  1798.        type="equip-torso"
  1799.        weight="100"
  1800.        defense=""
  1801.        max-per-slot="1">
  1802.        <sprite gender="male">equipment/chest/robe-male.xml|yy"</sprite>
  1803.        <sprite gender="female">equipment/chest/robe-female.xml|yy"</sprite>
  1804.    </item>
  1805.    -->
  1806.     <item id="1130"
  1807.        image="equipment/chest/leathershirt.png"
  1808.        name="Sailor shirt"
  1809.        description="A shirt proving you to be on a pirate team."
  1810.        effect="+5% Defense"
  1811.        type="equip-torso"
  1812.        weight="50"
  1813.        defense="5"
  1814.        max-per-slot="1">
  1815.         <sprite gender="male">equipment/chest/leathershirt-male.xml|#808000,e3e300,efef92;#8c6625,dab425,ffffff"</sprite>
  1816.         <sprite gender="female">equipment/chest/leathershirt-female.xml|#808000,e3e300,efef92;#8c6625,dab425,ffffff"</sprite>
  1817.     </item>
  1818.     <item id="1131"
  1819.        image="equipment/chest/saviorarmor.png"
  1820.        name="Saviour armor"
  1821.        description="An old plate made for a mythical adventurer"
  1822.        effect="+% Defense"
  1823.        type="equip-torso"
  1824.        weight="3000"
  1825.        defense=""
  1826.        max-per-slot="1">
  1827.         <sprite gender="male">equipment/chest/saviorarmor-male.xml"</sprite>
  1828.         <sprite gender="female">equipment/chest/saviorarmor-female.xml"</sprite>
  1829.     </item>
  1830. <!-- colored shortrobes 1132-> 1147-->
  1831.     <item id="1132"
  1832.        image="equipment/chest/shortrobe.png|W:#A4B2B2,FFFFFF"
  1833.        name="White shortrobe"
  1834.        description="A short and dyable white robe for summer times"
  1835.        effect="+% Defense"
  1836.        type="equip-torso"
  1837.        weight="90"
  1838.        defense=""
  1839.        max-per-slot="1">
  1840.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#A4B2B2,FFFFFF"</sprite>
  1841.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#A4B2B2,FFFFFF"</sprite>
  1842.     </item>
  1843.     <item id="1133"
  1844.        image="equipment/chest/shortrobe.png|W:#000000,202020,404040,dddddd"
  1845.        name="Black shortrobe"
  1846.        description="A short black robe for summer times"
  1847.        effect="+% Defense"
  1848.        type="equip-torso"
  1849.        weight="90"
  1850.        defense=""
  1851.        max-per-slot="1">
  1852.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#000000,202020,404040,dddddd"</sprite>
  1853.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#000000,202020,404040,dddddd"</sprite>
  1854.     </item>
  1855.     <item id="1134"
  1856.        image="equipment/chest/shortrobe.png|W:#805e74,c6b09b,ffffff"
  1857.        name="Silver shortrobe"
  1858.        description="A short silver robe for summer times"
  1859.        effect="+% Defense"
  1860.        type="equip-torso"
  1861.        weight="90"
  1862.        defense=""
  1863.        max-per-slot="1">
  1864.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#805e74,c6b09b,ffffff"</sprite>
  1865.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#805e74,c6b09b,ffffff"</sprite>
  1866.     </item>
  1867.     <item id="1135"
  1868.        image="equipment/chest/shortrobe.png|W:#831f2d,be4f2d,f8cc8b"
  1869.        name="Brown shortrobe"
  1870.        description="A short brown robe for summer times"
  1871.        effect="+% Defense"
  1872.        type="equip-torso"
  1873.        weight="90"
  1874.        defense=""
  1875.        max-per-slot="1">
  1876.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  1877.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  1878.     </item>
  1879.     <item id="1136"
  1880.        image="equipment/chest/shortrobe.png|W:#5f0b33,91191c,f9ad81"
  1881.        name="Red shortrobe"
  1882.        description="A short red robe for summer times"
  1883.        effect="+% Defense"
  1884.        type="equip-torso"
  1885.        weight="90"
  1886.        defense=""
  1887.        max-per-slot="1">
  1888.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#5f0b33,91191c,f9ad81"</sprite>
  1889.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#5f0b33,91191c,f9ad81"</sprite>
  1890.     </item>
  1891.     <item id="1137"
  1892.        image="equipment/chest/shortrobe.png|W:#602486,934cc3,fdc689"
  1893.        name="Purple shortrobe"
  1894.        description="A short purple robe for summer times"
  1895.        effect="+% Defense"
  1896.        type="equip-torso"
  1897.        weight="90"
  1898.        defense=""
  1899.        max-per-slot="1">
  1900.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#602486,934cc3,fdc689"</sprite>
  1901.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#602486,934cc3,fdc689"</sprite>
  1902.     </item>
  1903.     <item id="1138"
  1904.        image="equipment/chest/shortrobe.png|W:#a24b93,ec46d9,f7eaf4"
  1905.        name="Fushia shortrobe"
  1906.        description="A short white fushia for summer times"
  1907.        effect="+% Defense"
  1908.        type="equip-torso"
  1909.        weight="90"
  1910.        defense=""
  1911.        max-per-slot="1">
  1912.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  1913.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  1914.     </item>
  1915.     <item id="1139"
  1916.        image="equipment/chest/shortrobe.png|W:#06372b,489e25,fdedcc"
  1917.        name="Green shortrobe"
  1918.        description="A short green robe for summer times"
  1919.        effect="+% Defense"
  1920.        type="equip-torso"
  1921.        weight="90"
  1922.        defense=""
  1923.        max-per-slot="1">
  1924.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#06372b,489e25,fdedcc"</sprite>
  1925.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#06372b,489e25,fdedcc"</sprite>
  1926.     </item>
  1927.     <item id="1140"
  1928.        image="equipment/chest/shortrobe.png|W:#7ba400,bfff00,ecffb2"
  1929.        name="Lime shortrobe"
  1930.        description="A short lime robe for summer times"
  1931.        effect="+% Defense"
  1932.        type="equip-torso"
  1933.        weight="90"
  1934.        defense=""
  1935.        max-per-slot="1">
  1936.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#7ba400,bfff00,ecffb2"</sprite>
  1937.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#7ba400,bfff00,ecffb2"</sprite>
  1938.     </item>
  1939.     <item id="1141"
  1940.        image="equipment/chest/shortrobe.png|W:#808000,e3e300,efef92"
  1941.        name="Olive shortrobe"
  1942.        description="A short olive robe for summer times"
  1943.        effect="+% Defense"
  1944.        type="equip-torso"
  1945.        weight="90"
  1946.        defense=""
  1947.        max-per-slot="1">
  1948.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#808000,e3e300,efef92"</sprite>
  1949.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#808000,e3e300,efef92"</sprite>
  1950.     </item>
  1951.     <item id="1142"
  1952.        image="equipment/chest/shortrobe.png|W:#8c6625,dab425,ffffff"
  1953.        name="Yellow shortrobe"
  1954.        description="A short yellow robe for summer times"
  1955.        effect="+% Defense"
  1956.        type="equip-torso"
  1957.        weight="90"
  1958.        defense=""
  1959.        max-per-slot="1">
  1960.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#8c6625,dab425,ffffff"</sprite>
  1961.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#8c6625,dab425,ffffff"</sprite>
  1962.     </item>
  1963.     <item id="1143"
  1964.        image="equipment/chest/shortrobe.png|W:#0d1430,21337c,4363e5"
  1965.        name="Navy blue shortrobe"
  1966.        description="A short navy blue robe for summer times"
  1967.        effect="+% Defense"
  1968.        type="equip-torso"
  1969.        weight="90"
  1970.        defense=""
  1971.        max-per-slot="1">
  1972.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#0d1430,21337c,4363e5"</sprite>
  1973.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#0d1430,21337c,4363e5"</sprite>
  1974.     </item>
  1975.     <item id="1144"
  1976.        image="equipment/chest/shortrobe.png|W:#1c6c74,43d7e5,bae1e5"
  1977.        name="Blue shortrobe"
  1978.        description="A short blue robe for summer times"
  1979.        effect="+% Defense"
  1980.        type="equip-torso"
  1981.        weight="90"
  1982.        defense=""
  1983.        max-per-slot="1">
  1984.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  1985.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  1986.     </item>
  1987.     <item id="1145"
  1988.        image="equipment/chest/shortrobe.png|W:#12634b,29dca6,b1dccf"
  1989.        name="Teal shortrobe"
  1990.        description="A short teal robe for summer times"
  1991.        effect="+% Defense"
  1992.        type="equip-torso"
  1993.        weight="90"
  1994.        defense=""
  1995.        max-per-slot="1">
  1996.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#12634b,29dca6,b1dccf"</sprite>
  1997.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#12634b,29dca6,b1dccf"</sprite>
  1998.     </item>
  1999. <!-- Reserved robe 1146 -> 1147
  2000.    <item id="1146"
  2001.        image="equipment/chest/shortrobe.png|W:xx"
  2002.        name="xx shortrobe"
  2003.        description="A short xx robe for summer times"
  2004.        effect="+% Defense"
  2005.        type="equip-torso"
  2006.        weight="90"
  2007.        defense=""
  2008.        max-per-slot="1">
  2009.        <sprite gender="male">equipment/chest/shortrobe-male.xml|xx"</sprite>
  2010.        <sprite gender="female">equipment/chest/shortrobe-female.xml|xx"</sprite>
  2011.    </item>
  2012.    <item id="1147"
  2013.        image="equipment/chest/shortrobe.png|W:yy"
  2014.        name="yy shortrobe"
  2015.        description="A short yy robe for summer times"
  2016.        effect="+% Defense"
  2017.        type="equip-torso"
  2018.        weight="90"
  2019.        defense=""
  2020.        max-per-slot="1">
  2021.        <sprite gender="male">equipment/chest/shortrobe-male.xml|yy"</sprite>
  2022.        <sprite gender="female">equipment/chest/shortrobe-female.xml|yy"</sprite>
  2023.    </item>
  2024.    -->
  2025. <!-- colored shorttanktop 1148-> 1164-->
  2026.     <item id="1148"
  2027.        image="equipment/chest/shorttanktop.png|W:#A4B2B2,FFFFFF"
  2028.        name="White shorttanktop"
  2029.        description="A sexy white shorttanktop for summer times"
  2030.        effect="+% Defense"
  2031.        type="equip-torso"
  2032.        weight="70"
  2033.        defense=""
  2034.        max-per-slot="1">
  2035.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#A4B2B2,FFFFFF"</sprite>
  2036.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#A4B2B2,FFFFFF"</sprite>
  2037.     </item>
  2038.     <item id="1149"
  2039.        image="equipment/chest/shorttanktop.png|W:#000000,202020,404040,dddddd"
  2040.        name="Black shorttanktop"
  2041.        description="A sexy black shorttanktop for summer times"
  2042.        effect="+% Defense"
  2043.        type="equip-torso"
  2044.        weight="70"
  2045.        defense=""
  2046.        max-per-slot="1">
  2047.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#000000,202020,404040,dddddd"</sprite>
  2048.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#000000,202020,404040,dddddd"</sprite>
  2049.     </item>
  2050.     <item id="1150"
  2051.        image="equipment/chest/shorttanktop.png|W:#805e74,c6b09b,ffffff"
  2052.        name="Silver shorttanktop"
  2053.        description="A sexy silver shorttanktop for summer times"
  2054.        effect="+% Defense"
  2055.        type="equip-torso"
  2056.        weight="70"
  2057.        defense=""
  2058.        max-per-slot="1">
  2059.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#805e74,c6b09b,ffffff"</sprite>
  2060.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#805e74,c6b09b,ffffff"</sprite>
  2061.     </item>
  2062.     <item id="1151"
  2063.        image="equipment/chest/shorttanktop.png|W:#831f2d,be4f2d,f8cc8b"
  2064.        name="Brown shorttanktop"
  2065.        description="A sexy brown shorttanktop for summer times"
  2066.        effect="+% Defense"
  2067.        type="equip-torso"
  2068.        weight="70"
  2069.        defense=""
  2070.        max-per-slot="1">
  2071.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  2072.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  2073.     </item>
  2074.     <item id="1152"
  2075.        image="equipment/chest/shorttanktop.png|W:#5f0b33,91191c,f9ad81"
  2076.        name="Red shorttanktop"
  2077.        description="A sexy red shorttanktop for summer times"
  2078.        effect="+% Defense"
  2079.        type="equip-torso"
  2080.        weight="70"
  2081.        defense=""
  2082.        max-per-slot="1">
  2083.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#5f0b33,91191c,f9ad81"</sprite>
  2084.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#5f0b33,91191c,f9ad81"</sprite>
  2085.     </item>
  2086.     <item id="1153"
  2087.        image="equipment/chest/shorttanktop.png|W:#602486,934cc3,fdc689"
  2088.        name="Purple shorttanktop"
  2089.        description="A sexy purple shorttanktop for summer times"
  2090.        effect="+% Defense"
  2091.        type="equip-torso"
  2092.        weight="70"
  2093.        defense=""
  2094.        max-per-slot="1">
  2095.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#602486,934cc3,fdc689"</sprite>
  2096.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#602486,934cc3,fdc689"</sprite>
  2097.     </item>
  2098.     <item id="1154"
  2099.        image="equipment/chest/shorttanktop.png|W:#a24b93,ec46d9,f7eaf4"
  2100.        name="Fushia shorttanktop"
  2101.        description="A sexy fushia shorttanktop for summer times"
  2102.        effect="+% Defense"
  2103.        type="equip-torso"
  2104.        weight="70"
  2105.        defense=""
  2106.        max-per-slot="1">
  2107.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  2108.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  2109.     </item>
  2110.     <item id="1155"
  2111.        image="equipment/chest/shorttanktop.png|W:#06372b,489e25,fdedcc"
  2112.        name="Green shorttanktop"
  2113.        description="A sexy green shorttanktop for summer times"
  2114.        effect="+% Defense"
  2115.        type="equip-torso"
  2116.        weight="70"
  2117.        defense=""
  2118.        max-per-slot="1">
  2119.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#06372b,489e25,fdedcc"</sprite>
  2120.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#06372b,489e25,fdedcc"</sprite>
  2121.     </item>
  2122.     <item id="1156"
  2123.        image="equipment/chest/shorttanktop.png|W:#7ba400,bfff00,ecffb2"
  2124.        name="Lime shorttanktop"
  2125.        description="A sexy lime shorttanktop for summer times"
  2126.        effect="+% Defense"
  2127.        type="equip-torso"
  2128.        weight="70"
  2129.        defense=""
  2130.        max-per-slot="1">
  2131.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#7ba400,bfff00,ecffb2"</sprite>
  2132.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#7ba400,bfff00,ecffb2"</sprite>
  2133.     </item>
  2134.     <item id="1157"
  2135.        image="equipment/chest/shorttanktop.png|W:#808000,e3e300,efef92"
  2136.        name="Olive shorttanktop"
  2137.        description="A sexy olive shorttanktop for summer times"
  2138.        effect="+% Defense"
  2139.        type="equip-torso"
  2140.        weight="70"
  2141.        defense=""
  2142.        max-per-slot="1">
  2143.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#808000,e3e300,efef92"</sprite>
  2144.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#808000,e3e300,efef92"</sprite>
  2145.     </item>
  2146.     <item id="1158"
  2147.        image="equipment/chest/shorttanktop.png|W:#8c6625,dab425,ffffff"
  2148.        name="Yellow shorttanktop"
  2149.        description="A sexy yellow shorttanktop for summer times"
  2150.        effect="+% Defense"
  2151.        type="equip-torso"
  2152.        weight="70"
  2153.        defense=""
  2154.        max-per-slot="1">
  2155.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#8c6625,dab425,ffffff"</sprite>
  2156.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#8c6625,dab425,ffffff"</sprite>
  2157.     </item>
  2158.     <item id="1159"
  2159.        image="equipment/chest/shorttanktop.png|W:#0d1430,21337c,4363e5"
  2160.        name="Navy blue shorttanktop"
  2161.        description="A sexy navy shorttanktop for summer times"
  2162.        effect="+% Defense"
  2163.        type="equip-torso"
  2164.        weight="70"
  2165.        defense=""
  2166.        max-per-slot="1">
  2167.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#0d1430,21337c,4363e5"</sprite>
  2168.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#0d1430,21337c,4363e5"</sprite>
  2169.     </item>
  2170.     <item id="1160"
  2171.        image="equipment/chest/shorttanktop.png|W:#1c6c74,43d7e5,bae1e5"
  2172.        name="Blue shorttanktop"
  2173.        description="A sexy blue shorttanktop for summer times"
  2174.        effect="+% Defense"
  2175.        type="equip-torso"
  2176.        weight="70"
  2177.        defense=""
  2178.        max-per-slot="1">
  2179.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  2180.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  2181.     </item>
  2182.     <item id="1161"
  2183.        image="equipment/chest/shorttanktop.png|W:#12634b,29dca6,b1dccf"
  2184.        name="Teal shorttanktop"
  2185.        description="A sexy teal shorttanktop for summer times"
  2186.        effect="+% Defense"
  2187.        type="equip-torso"
  2188.        weight="70"
  2189.        defense=""
  2190.        max-per-slot="1">
  2191.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#12634b,29dca6,b1dccf"</sprite>
  2192.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#12634b,29dca6,b1dccf"</sprite>
  2193.     </item>
  2194. <!-- Reserved shorttanktop 1162 -> 1163
  2195.    <item id="1162"
  2196.        image="equipment/chest/shorttanktop.png|W:xx"
  2197.        name="xx shorttanktop"
  2198.        description="A sexy xx shorttanktop for summer times"
  2199.        effect="+% Defense"
  2200.        type="equip-torso"
  2201.        weight="70"
  2202.        defense=""
  2203.        max-per-slot="1">
  2204.        <sprite gender="male">equipment/chest/shorttanktop-male.xml|xx"</sprite>
  2205.        <sprite gender="female">equipment/chest/shorttanktop-female.xml|xx"</sprite>
  2206.    </item>
  2207.    <item id="1163"
  2208.        image="equipment/chest/shorttanktop.png|W:yy"
  2209.        name="yy shorttanktop"
  2210.        description="A sexy yy shorttanktop for summer times"
  2211.        effect="+% Defense"
  2212.        type="equip-torso"
  2213.        weight="70"
  2214.        defense=""
  2215.        max-per-slot="1">
  2216.        <sprite gender="male">equipment/chest/shorttanktop-male.xml|yy"</sprite>
  2217.        <sprite gender="female">equipment/chest/shorttanktop-female.xml|yy"</sprite>
  2218.    </item>
  2219.    -->      
  2220.     <item id="1164"
  2221.        image="equipment/chest/snakechest.png"
  2222.        name="Snake top"
  2223.        description="A top made from snake skins"
  2224.        effect="+% Defense"
  2225.        type="equip-torso"
  2226.        weight=""
  2227.        defense=""
  2228.        max-per-slot="1">
  2229.         <sprite gender="male">equipment/chest/snakechest-male.xml|#FBF5E9"</sprite>
  2230.         <sprite gender="female">equipment/chest/snakechest-female.xml|#FBF5E9"</sprite>
  2231.     </item>
  2232. <!-- colored sorcererrobes 1165-> 1180-->
  2233.     <item id="1165"
  2234.        image="equipment/chest/sorcererrobe.png|W;R:#A4B2B2,FFFFFF;#000000,202020,404040,dddddd"
  2235.        name="White sorcererrobe"
  2236.        description="A mystical white robe filled with magic."
  2237.        effect="+% Defense"
  2238.        type="equip-torso"
  2239.        weight="150"
  2240.        defense=""
  2241.        max-per-slot="1">
  2242.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#A4B2B2,FFFFFF;#000000,202020,404040,dddddd"</sprite>
  2243.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#A4B2B2,FFFFFF;#000000,202020,404040,dddddd"</sprite>
  2244.     </item>
  2245.     <item id="1166"
  2246.        image="equipment/chest/sorcererrobe.png|W;R:#000000,202020,404040,dddddd;#805e74,c6b09b,ffffff"
  2247.        name="Black sorcererrobe"
  2248.        description="A mystical black robe filled with magic."
  2249.        effect="+% Defense"
  2250.        type="equip-torso"
  2251.        weight="150"
  2252.        defense=""
  2253.        max-per-slot="1">
  2254.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#000000,202020,404040,dddddd;#805e74,c6b09b,ffffff"</sprite>
  2255.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#000000,202020,404040,dddddd;#805e74,c6b09b,ffffff"</sprite>
  2256.     </item>
  2257.     <item id="1167"
  2258.        image="equipment/chest/sorcererrobe.png|W;R:#805e74,c6b09b,ffffff;#831f2d,be4f2d,f8cc8b"
  2259.        name="Silver sorcererrobe"
  2260.        description="A mystical silver robe filled with magic."
  2261.        effect="+% Defense"
  2262.        type="equip-torso"
  2263.        weight="150"
  2264.        defense=""
  2265.        max-per-slot="1">
  2266.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#805e74,c6b09b,ffffff;#831f2d,be4f2d,f8cc8b"</sprite>
  2267.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#805e74,c6b09b,ffffff;#831f2d,be4f2d,f8cc8b"</sprite>
  2268.     </item>
  2269.     <item id="1168"
  2270.        image="equipment/chest/sorcererrobe.png|W;R:#831f2d,be4f2d,f8cc8b;#5f0b33,91191c,f9ad81"
  2271.        name="Brown sorcererrobe"
  2272.        description="A mystical brown robe filled with magic."
  2273.        effect="+% Defense"
  2274.        type="equip-torso"
  2275.        weight="150"
  2276.        defense=""
  2277.        max-per-slot="1">
  2278.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#831f2d,be4f2d,f8cc8b;#5f0b33,91191c,f9ad81"</sprite>
  2279.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#831f2d,be4f2d,f8cc8b;#5f0b33,91191c,f9ad81"</sprite>
  2280.     </item>
  2281.     <item id="1169"
  2282.        image="equipment/chest/sorcererrobe.png|W;R:#5f0b33,91191c,f9ad81;#602486,934cc3,fdc689"
  2283.        name="Red sorcererrobe"
  2284.        description="A mystical red robe filled with magic."
  2285.        effect="+% Defense"
  2286.        type="equip-torso"
  2287.        weight="150"
  2288.        defense=""
  2289.        max-per-slot="1">
  2290.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#5f0b33,91191c,f9ad81;#602486,934cc3,fdc689"</sprite>
  2291.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#5f0b33,91191c,f9ad81;#602486,934cc3,fdc689"</sprite>
  2292.     </item>
  2293.     <item id="1170"
  2294.        image="equipment/chest/sorcererrobe.png|W;R:#602486,934cc3,fdc689;#a24b93,ec46d9,f7eaf4"
  2295.        name="Purple sorcererrobe"
  2296.        description="A mystical purple robe filled with magic."
  2297.        effect="+% Defense"
  2298.        type="equip-torso"
  2299.        weight="150"
  2300.        defense=""
  2301.        max-per-slot="1">
  2302.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#602486,934cc3,fdc689;#a24b93,ec46d9,f7eaf4"</sprite>
  2303.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#602486,934cc3,fdc689;#a24b93,ec46d9,f7eaf4"</sprite>
  2304.     </item>
  2305.     <item id="1171"
  2306.        image="equipment/chest/sorcererrobe.png|W;R:#a24b93,ec46d9,f7eaf4;#06372b,489e25,fdedcc"
  2307.        name="Fushia sorcererrobe"
  2308.        description="A mystical fushia robe filled with magic."
  2309.        effect="+% Defense"
  2310.        type="equip-torso"
  2311.        weight="150"
  2312.        defense=""
  2313.        max-per-slot="1">
  2314.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#a24b93,ec46d9,f7eaf4;#06372b,489e25,fdedcc"</sprite>
  2315.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#a24b93,ec46d9,f7eaf4;#06372b,489e25,fdedcc"</sprite>
  2316.     </item>
  2317.     <item id="1172"
  2318.        image="equipment/chest/sorcererrobe.png|W;R:#06372b,489e25,fdedcc;#7ba400,bfff00,ecffb2"
  2319.        name="Green sorcererrobe"
  2320.        description="A mystical green robe filled with magic."
  2321.        effect="+% Defense"
  2322.        type="equip-torso"
  2323.        weight="150"
  2324.        defense=""
  2325.        max-per-slot="1">
  2326.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#06372b,489e25,fdedcc;#7ba400,bfff00,ecffb2"</sprite>
  2327.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#06372b,489e25,fdedcc;#7ba400,bfff00,ecffb2"</sprite>
  2328.     </item>
  2329.     <item id="1173"
  2330.        image="equipment/chest/sorcererrobe.png|W;R:#7ba400,bfff00,ecffb2;#808000,e3e300,efef92"
  2331.        name="Lime sorcererrobe"
  2332.        description="A mystical lime robe filled with magic."
  2333.        effect="+% Defense"
  2334.        type="equip-torso"
  2335.        weight="150"
  2336.        defense=""
  2337.        max-per-slot="1">
  2338.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#7ba400,bfff00,ecffb2;#808000,e3e300,efef92"</sprite>
  2339.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#7ba400,bfff00,ecffb2;#808000,e3e300,efef92"</sprite>
  2340.     </item>
  2341.     <item id="1174"
  2342.        image="equipment/chest/sorcererrobe.png|W;R:#808000,e3e300,efef92;#8c6625,dab425,ffffff"
  2343.        name="Olive sorcererrobe"
  2344.        description="A mystical olive robe filled with magic."
  2345.        effect="+% Defense"
  2346.        type="equip-torso"
  2347.        weight="150"
  2348.        defense=""
  2349.        max-per-slot="1">
  2350.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#808000,e3e300,efef92;#8c6625,dab425,ffffff"</sprite>
  2351.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#808000,e3e300,efef92;#8c6625,dab425,ffffff"</sprite>
  2352.     </item>
  2353.     <item id="1175"
  2354.        image="equipment/chest/sorcererrobe.png|W;R:#8c6625,dab425,ffffff;#12634b,29dca6,b1dccf"
  2355.        name="Yellow sorcererrobe"
  2356.        description="A mystical yellow robe filled with magic."
  2357.        effect="+% Defense"
  2358.        type="equip-torso"
  2359.        weight="150"
  2360.        defense=""
  2361.        max-per-slot="1">
  2362.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#8c6625,dab425,ffffff;#12634b,29dca6,b1dccf"</sprite>
  2363.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#8c6625,dab425,ffffff;#12634b,29dca6,b1dccf"</sprite>
  2364.     </item>
  2365.     <item id="1176"
  2366.        image="equipment/chest/sorcererrobe.png|W;R:#0d1430,21337c,4363e5;#1c6c74,43d7e5,bae1e5"
  2367.        name="Navy blue sorcererrobe"
  2368.        description="A mystical navy blue robe filled with magic."
  2369.        effect="+% Defense"
  2370.        type="equip-torso"
  2371.        weight="150"
  2372.        defense=""
  2373.        max-per-slot="1">
  2374.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#0d1430,21337c,4363e5;#1c6c74,43d7e5,bae1e5"</sprite>
  2375.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#0d1430,21337c,4363e5;#1c6c74,43d7e5,bae1e5"</sprite>
  2376.     </item>
  2377.     <item id="1177"
  2378.        image="equipment/chest/sorcererrobe.png|W;R:#1c6c74,43d7e5,bae1e5;#A4B2B2,FFFFFF"
  2379.        name="Blue sorcererrobe"
  2380.        description="A mystical blue robe filled with magic."
  2381.        effect="+% Defense"
  2382.        type="equip-torso"
  2383.        weight="150"
  2384.        defense=""
  2385.        max-per-slot="1">
  2386.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#1c6c74,43d7e5,bae1e5;#A4B2B2,FFFFFF"</sprite>
  2387.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#1c6c74,43d7e5,bae1e5;#A4B2B2,FFFFFF"</sprite>
  2388.     </item>
  2389.     <item id="1178"
  2390.        image="equipment/chest/sorcererrobe.png|W;R:#12634b,29dca6,b1dccf;#0d1430,21337c,4363e5"
  2391.        name="Teal sorcererrobe"
  2392.        description="A mystical teal robe filled with magic."
  2393.        effect="+% Defense"
  2394.        type="equip-torso"
  2395.        weight="150"
  2396.        defense=""
  2397.        max-per-slot="1">
  2398.         <sprite gender="male">equipment/chest/sorcererrobe-male.xml|#12634b,29dca6,b1dccf;#0d1430,21337c,4363e5"</sprite>
  2399.         <sprite gender="female">equipment/chest/sorcererrobe-female.xml|#12634b,29dca6,b1dccf;#0d1430,21337c,4363e5"</sprite>
  2400.     </item>
  2401. <!-- Reserved sorcererrobe 1179 -> 1180
  2402.    <item id="1179"
  2403.        image="equipment/chest/sorcererrobe.png|W;R:xx;yy"
  2404.        name="xx sorcererrobe"
  2405.        description="A mystical xx robe filled with magic."
  2406.        effect="+% Defense"
  2407.        type="equip-torso"
  2408.        weight="150"
  2409.        defense=""
  2410.        max-per-slot="1">
  2411.        <sprite gender="male">equipment/chest/sorcererrobe-male.xml|xx;yy"</sprite>
  2412.        <sprite gender="female">equipment/chest/sorcererrobe-female.xml|xx;yy"</sprite>
  2413.    </item>
  2414.    <item id="1129"
  2415.        image="equipment/chest/sorcererrobe.png|W;R:yy;xx"
  2416.        name="yy sorcererrobe"
  2417.        description="A mystical xx robe filled with magic."
  2418.        effect="+% Defense"
  2419.        type="equip-torso"
  2420.        weight="150"
  2421.        defense=""
  2422.        max-per-slot="1">
  2423.        <sprite gender="male">equipment/chest/sorcererrobe-male.xml|yy;xx"</sprite>
  2424.        <sprite gender="female">equipment/chest/sorcererrobe-female.xml|yy;xx"</sprite>
  2425.    </item>
  2426.    -->
  2427.     <item id="1181"
  2428.        image="equipment/chest/sulidress.png|R:ffebe8"
  2429.        name="Suli dress"
  2430.        description="A long and elegant robe"
  2431.        effect="+% Defense"
  2432.        type="equip-torso"
  2433.        weight="200"
  2434.        defense=""
  2435.        max-per-slot="1">
  2436.         <sprite gender="male">equipment/chest/sulidress.xml|ffebe8"</sprite>
  2437.         <sprite gender="female">equipment/chest/sulidress.xml|ffebe8"</sprite>
  2438.     </item>
  2439. <!-- colored shorttanktop 1182-> 1197-->
  2440.     <item id="1182"
  2441.        image="equipment/chest/tanktop.png|W:#A4B2B2,FFFFFF"
  2442.        name="White tanktop"
  2443.        description="A white tanktop made for summertimes"
  2444.        effect="+% Defense"
  2445.        type="equip-torso"
  2446.        weight="80"
  2447.        defense=""
  2448.        max-per-slot="1">
  2449.         <sprite gender="male">equipment/chest/tanktop-male.xml|#A4B2B2,FFFFFF"</sprite>
  2450.         <sprite gender="female">equipment/chest/tanktop-female.xml|#A4B2B2,FFFFFF"</sprite>
  2451.     </item>
  2452.     <item id="1183"
  2453.        image="equipment/chest/tanktop.png|W:#000000,202020,404040,dddddd"
  2454.        name="Black tanktop"
  2455.        description="A black tanktop made for summertimes"
  2456.        effect="+% Defense"
  2457.        type="equip-torso"
  2458.        weight="80"
  2459.        defense=""
  2460.        max-per-slot="1">
  2461.         <sprite gender="male">equipment/chest/tanktop-male.xml|#000000,202020,404040,dddddd"</sprite>
  2462.         <sprite gender="female">equipment/chest/tanktop-female.xml|#000000,202020,404040,dddddd"</sprite>
  2463.     </item>
  2464.     <item id="1184"
  2465.        image="equipment/chest/tanktop.png|W:#805e74,c6b09b,ffffff"
  2466.        name="Silver tanktop"
  2467.        description="A silver tanktop made for summertimes"
  2468.        effect="+% Defense"
  2469.        type="equip-torso"
  2470.        weight="80"
  2471.        defense=""
  2472.        max-per-slot="1">
  2473.         <sprite gender="male">equipment/chest/tanktop-male.xml|#805e74,c6b09b,ffffff"</sprite>
  2474.         <sprite gender="female">equipment/chest/tanktop-female.xml|#805e74,c6b09b,ffffff"</sprite>
  2475.     </item>
  2476.     <item id="1185"
  2477.        image="equipment/chest/tanktop.png|W:#831f2d,be4f2d,f8cc8b"
  2478.        name="Brown tanktop"
  2479.        description="A brown tanktop made for summertimes"
  2480.        effect="+% Defense"
  2481.        type="equip-torso"
  2482.        weight="80"
  2483.        defense=""
  2484.        max-per-slot="1">
  2485.         <sprite gender="male">equipment/chest/tanktop-male.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  2486.         <sprite gender="female">equipment/chest/tanktop-female.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  2487.     </item>
  2488.     <item id="1186"
  2489.        image="equipment/chest/tanktop.png|W:#5f0b33,91191c,f9ad81"
  2490.        name="Red tanktop"
  2491.        description="A red tanktop made for summertimes"
  2492.        effect="+% Defense"
  2493.        type="equip-torso"
  2494.        weight="80"
  2495.        defense=""
  2496.        max-per-slot="1">
  2497.         <sprite gender="male">equipment/chest/tanktop-male.xml|#5f0b33,91191c,f9ad81"</sprite>
  2498.         <sprite gender="female">equipment/chest/tanktop-female.xml|#5f0b33,91191c,f9ad81"</sprite>
  2499.     </item>
  2500.     <item id="1187"
  2501.        image="equipment/chest/tanktop.png|W:#602486,934cc3,fdc689"
  2502.        name="Purple tanktop"
  2503.        description="A purple tanktop made for summertimes"
  2504.        effect="+% Defense"
  2505.        type="equip-torso"
  2506.        weight="80"
  2507.        defense=""
  2508.        max-per-slot="1">
  2509.         <sprite gender="male">equipment/chest/tanktop-male.xml|#602486,934cc3,fdc689"</sprite>
  2510.         <sprite gender="female">equipment/chest/tanktop-female.xml|#602486,934cc3,fdc689"</sprite>
  2511.     </item>
  2512.     <item id="1188"
  2513.        image="equipment/chest/tanktop.png|W:#a24b93,ec46d9,f7eaf4"
  2514.        name="Fushia tanktop"
  2515.        description="A fushia tanktop made for summertimes"
  2516.        effect="+% Defense"
  2517.        type="equip-torso"
  2518.        weight="80"
  2519.        defense=""
  2520.        max-per-slot="1">
  2521.         <sprite gender="male">equipment/chest/tanktop-male.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  2522.         <sprite gender="female">equipment/chest/tanktop-female.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  2523.     </item>
  2524.     <item id="1189"
  2525.        image="equipment/chest/tanktop.png|W:#06372b,489e25,fdedcc"
  2526.        name="Green tanktop"
  2527.        description="A green tanktop made for summertimes"
  2528.        effect="+% Defense"
  2529.        type="equip-torso"
  2530.        weight="80"
  2531.        defense=""
  2532.        max-per-slot="1">
  2533.         <sprite gender="male">equipment/chest/tanktop-male.xml|#06372b,489e25,fdedcc"</sprite>
  2534.         <sprite gender="female">equipment/chest/tanktop-female.xml|#06372b,489e25,fdedcc"</sprite>
  2535.     </item>
  2536.     <item id="1190"
  2537.        image="equipment/chest/tanktop.png|W:#7ba400,bfff00,ecffb2"
  2538.        name="Lime tanktop"
  2539.        description="A lime tanktop made for summertimes"
  2540.        effect="+% Defense"
  2541.        type="equip-torso"
  2542.        weight="80"
  2543.        defense=""
  2544.        max-per-slot="1">
  2545.         <sprite gender="male">equipment/chest/tanktop-male.xml|#7ba400,bfff00,ecffb2"</sprite>
  2546.         <sprite gender="female">equipment/chest/tanktop-female.xml|#7ba400,bfff00,ecffb2"</sprite>
  2547.     </item>
  2548.     <item id="1191"
  2549.        image="equipment/chest/tanktop.png|W:#808000,e3e300,efef92"
  2550.        name="Olive tanktop"
  2551.        description="An olive tanktop made for summertimes"
  2552.        effect="+% Defense"
  2553.        type="equip-torso"
  2554.        weight="80"
  2555.        defense=""
  2556.        max-per-slot="1">
  2557.         <sprite gender="male">equipment/chest/tanktop-male.xml|#808000,e3e300,efef92"</sprite>
  2558.         <sprite gender="female">equipment/chest/tanktop-female.xml|#808000,e3e300,efef92"</sprite>
  2559.     </item>
  2560.     <item id="1192"
  2561.        image="equipment/chest/tanktop.png|W:#8c6625,dab425,ffffff"
  2562.        name="Yellow tanktop"
  2563.        description="A yellow tanktop made for summertimes"
  2564.        effect="+% Defense"
  2565.        type="equip-torso"
  2566.        weight="80"
  2567.        defense=""
  2568.        max-per-slot="1">
  2569.         <sprite gender="male">equipment/chest/tanktop-male.xml|#8c6625,dab425,ffffff"</sprite>
  2570.         <sprite gender="female">equipment/chest/tanktop-female.xml|#8c6625,dab425,ffffff"</sprite>
  2571.     </item>
  2572.     <item id="1193"
  2573.        image="equipment/chest/tanktop.png|W:#0d1430,21337c,4363e5"
  2574.        name="Navy blue tanktop"
  2575.        description="A navy blue tanktop made for summertimes"
  2576.        effect="+% Defense"
  2577.        type="equip-torso"
  2578.        weight="80"
  2579.        defense=""
  2580.        max-per-slot="1">
  2581.         <sprite gender="male">equipment/chest/tanktop-male.xml|#0d1430,21337c,4363e5"</sprite>
  2582.         <sprite gender="female">equipment/chest/tanktop-female.xml|#0d1430,21337c,4363e5"</sprite>
  2583.     </item>
  2584.     <item id="1194"
  2585.        image="equipment/chest/tanktop.png|W:#1c6c74,43d7e5,bae1e5"
  2586.        name="Blue tanktop"
  2587.        description="A blue tanktop made for summertimes"
  2588.        effect="+% Defense"
  2589.        type="equip-torso"
  2590.        weight="80"
  2591.        defense=""
  2592.        max-per-slot="1">
  2593.         <sprite gender="male">equipment/chest/tanktop-male.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  2594.         <sprite gender="female">equipment/chest/tanktop-female.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  2595.     </item>
  2596.     <item id="1195"
  2597.        image="equipment/chest/tanktop.png|W:#12634b,29dca6,b1dccf"
  2598.        name="Teal tanktop"
  2599.        description="A teal tanktop made for summertimes"
  2600.        effect="+% Defense"
  2601.        type="equip-torso"
  2602.        weight="80"
  2603.        defense=""
  2604.        max-per-slot="1">
  2605.         <sprite gender="male">equipment/chest/tanktop-male.xml|#12634b,29dca6,b1dccf"</sprite>
  2606.         <sprite gender="female">equipment/chest/tanktop-female.xml|#12634b,29dca6,b1dccf"</sprite>
  2607.     </item>
  2608. <!-- Reserved tanktop 1182 -> 1197
  2609.    <item id="1196"
  2610.        image="equipment/chest/tanktop.png|W:xx"
  2611.        name="xx tanktop"
  2612.        description="A xx tanktop made for summertimes"
  2613.        effect="+% Defense"
  2614.        type="equip-torso"
  2615.        weight="80"
  2616.        defense=""
  2617.        max-per-slot="1">
  2618.        <sprite gender="male">equipment/chest/tanktop-male.xml|xx"</sprite>
  2619.        <sprite gender="female">equipment/chest/tanktop-female.xml|xx"</sprite>
  2620.    </item>
  2621.    <item id="1163"
  2622.        image="equipment/chest/tanktop.png|W:yy"
  2623.        name="yy tanktop"
  2624.        description="A yy tanktop made for summertimes"
  2625.        effect="+% Defense"
  2626.        type="equip-torso"
  2627.        weight="80"
  2628.        defense=""
  2629.        max-per-slot="1">
  2630.        <sprite gender="male">equipment/chest/tanktop-male.xml|yy"</sprite>
  2631.        <sprite gender="female">equipment/chest/tanktop-female.xml|yy"</sprite>
  2632.    </item>
  2633.    -->      
  2634.         <item id="1198"
  2635.        image="equipment/chest/terranitearmor.png"
  2636.        name="Terranite armor"
  2637.        description="A nice piece of armor made out of terranite ore"
  2638.        effect="+% Defense"
  2639.        type="equip-torso"
  2640.        weight="900"
  2641.        defense=""
  2642.        max-per-slot="1">
  2643.         <sprite gender="male">equipment/chest/terranitearmor-male.xml"</sprite>
  2644.         <sprite gender="female">equipment/chest/terranitearmor-female.xml"</sprite>
  2645.     </item>
  2646.   <!-- colored tnecksweater 1199-> 1214-->
  2647.     <item id="1199"
  2648.        image="equipment/chest/tnecksweater.png|W:#A4B2B2,FFFFFF"
  2649.        name="White tnecksweater"
  2650.        description="A soft and warm, white sweater."
  2651.        effect="+% Defense"
  2652.        type="equip-torso"
  2653.        weight="60"
  2654.        defense=""
  2655.        max-per-slot="1">
  2656.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#A4B2B2,FFFFFF"</sprite>
  2657.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#A4B2B2,FFFFFF"</sprite>
  2658.     </item>
  2659.     <item id="1200"
  2660.        image="equipment/chest/tnecksweater.png|W:#000000,202020,404040,dddddd"
  2661.        name="Black tnecksweater"
  2662.        description="A soft and warm, black sweater."
  2663.        effect="+% Defense"
  2664.        type="equip-torso"
  2665.        weight="60"
  2666.        defense=""
  2667.        max-per-slot="1">
  2668.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#000000,202020,404040,dddddd"</sprite>
  2669.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#000000,202020,404040,dddddd"</sprite>
  2670.     </item>
  2671.     <item id="1201"
  2672.        image="equipment/chest/tnecksweater.png|W:#805e74,c6b09b,ffffff"
  2673.        name="Silver tnecksweater"
  2674.        description="A soft and warm, silver sweater."
  2675.        effect="+% Defense"
  2676.        type="equip-torso"
  2677.        weight="60"
  2678.        defense=""
  2679.        max-per-slot="1">
  2680.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#805e74,c6b09b,ffffff"</sprite>
  2681.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#805e74,c6b09b,ffffff"</sprite>
  2682.     </item>
  2683.     <item id="1202"
  2684.        image="equipment/chest/tnecksweater.png|W:#831f2d,be4f2d,f8cc8b"
  2685.        name="Brown tnecksweater"
  2686.        description="A soft and warm, brown sweater."
  2687.        effect="+% Defense"
  2688.        type="equip-torso"
  2689.        weight="60"
  2690.        defense=""
  2691.        max-per-slot="1">
  2692.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  2693.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  2694.     </item>
  2695.     <item id="1203"
  2696.        image="equipment/chest/tnecksweater.png|W:#5f0b33,91191c,f9ad81"
  2697.        name="Red tnecksweater"
  2698.        description="A soft and warm, red sweater."
  2699.        effect="+% Defense"
  2700.        type="equip-torso"
  2701.        weight="60"
  2702.        defense=""
  2703.        max-per-slot="1">
  2704.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#5f0b33,91191c,f9ad81"</sprite>
  2705.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#5f0b33,91191c,f9ad81"</sprite>
  2706.     </item>
  2707.     <item id="1204"
  2708.        image="equipment/chest/tnecksweater.png|W:#602486,934cc3,fdc689"
  2709.        name="Purple tnecksweater"
  2710.        description="A soft and warm, purple sweater."
  2711.        effect="+% Defense"
  2712.        type="equip-torso"
  2713.        weight="60"
  2714.        defense=""
  2715.        max-per-slot="1">
  2716.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#602486,934cc3,fdc689"</sprite>
  2717.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#602486,934cc3,fdc689"</sprite>
  2718.     </item>
  2719.     <item id="1205"
  2720.        image="equipment/chest/tnecksweater.png|W:#a24b93,ec46d9,f7eaf4"
  2721.        name="Fushia tnecksweater"
  2722.        description="A soft and warm, fushia sweater."
  2723.        effect="+% Defense"
  2724.        type="equip-torso"
  2725.        weight="60"
  2726.        defense=""
  2727.        max-per-slot="1">
  2728.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  2729.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  2730.     </item>
  2731.     <item id="1206"
  2732.        image="equipment/chest/tnecksweater.png|W:#06372b,489e25,fdedcc"
  2733.        name="Green tnecksweater"
  2734.        description="A soft and warm, green sweater."
  2735.        effect="+% Defense"
  2736.        type="equip-torso"
  2737.        weight="60"
  2738.        defense=""
  2739.        max-per-slot="1">
  2740.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#06372b,489e25,fdedcc"</sprite>
  2741.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#06372b,489e25,fdedcc"</sprite>
  2742.     </item>
  2743.     <item id="1207"
  2744.        image="equipment/chest/tnecksweater.png|W:#7ba400,bfff00,ecffb2"
  2745.        name="Lime tnecksweater"
  2746.        description="A soft and warm, lime sweater."
  2747.        effect="+% Defense"
  2748.        type="equip-torso"
  2749.        weight="60"
  2750.        defense=""
  2751.        max-per-slot="1">
  2752.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#7ba400,bfff00,ecffb2"</sprite>
  2753.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#7ba400,bfff00,ecffb2"</sprite>
  2754.     </item>
  2755.     <item id="1208"
  2756.        image="equipment/chest/tnecksweater.png|W:#808000,e3e300,efef92"
  2757.        name="Olive tnecksweater"
  2758.        description="A soft and warm, olive sweater."
  2759.        effect="+% Defense"
  2760.        type="equip-torso"
  2761.        weight="60"
  2762.        defense=""
  2763.        max-per-slot="1">
  2764.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#808000,e3e300,efef92"</sprite>
  2765.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#808000,e3e300,efef92"</sprite>
  2766.     </item>
  2767.     <item id="1209"
  2768.        image="equipment/chest/tnecksweater.png|W:#8c6625,dab425,ffffff"
  2769.        name="Yellow tnecksweater"
  2770.        description="A soft and warm, yellow sweater."
  2771.        effect="+% Defense"
  2772.        type="equip-torso"
  2773.        weight="60"
  2774.        defense=""
  2775.        max-per-slot="1">
  2776.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#8c6625,dab425,ffffff"</sprite>
  2777.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#8c6625,dab425,ffffff"</sprite>
  2778.     </item>
  2779.     <item id="1210"
  2780.        image="equipment/chest/tnecksweater.png|W:#0d1430,21337c,4363e5"
  2781.        name="Navy blue tnecksweater"
  2782.        description="A soft and warm, navy blue sweater."
  2783.        effect="+% Defense"
  2784.        type="equip-torso"
  2785.        weight="60"
  2786.        defense=""
  2787.        max-per-slot="1">
  2788.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#0d1430,21337c,4363e5"</sprite>
  2789.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#0d1430,21337c,4363e5"</sprite>
  2790.     </item>
  2791.     <item id="1211"
  2792.        image="equipment/chest/tnecksweater.png|W:#1c6c74,43d7e5,bae1e5"
  2793.        name="Blue tnecksweater"
  2794.        description="A soft and warm, blue sweater."
  2795.        effect="+% Defense"
  2796.        type="equip-torso"
  2797.        weight="60"
  2798.        defense=""
  2799.        max-per-slot="1">
  2800.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  2801.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  2802.     </item>
  2803.     <item id="1212"
  2804.        image="equipment/chest/tnecksweater.png|W:#12634b,29dca6,b1dccf"
  2805.        name="Teal tnecksweater"
  2806.        description="A soft and warm, teal sweater."
  2807.        effect="+% Defense"
  2808.        type="equip-torso"
  2809.        weight="60"
  2810.        defense=""
  2811.        max-per-slot="1">
  2812.         <sprite gender="male">equipment/chest/tnecksweater-male.xml|#12634b,29dca6,b1dccf"</sprite>
  2813.         <sprite gender="female">equipment/chest/tnecksweater-female.xml|#12634b,29dca6,b1dccf"</sprite>
  2814.     </item>
  2815. <!-- Reserved tnecksweater 1213 -> 1214
  2816.    <item id="1213"
  2817.        image="equipment/chest/tnecksweater.png|W:xx"
  2818.        name="xx tnecksweater"
  2819.        description="A soft and warm, xx sweater."
  2820.        effect="+% Defense"
  2821.        type="equip-torso"
  2822.        weight="60"
  2823.        defense=""
  2824.        max-per-slot="1">
  2825.        <sprite gender="male">equipment/chest/tnecksweater-male.xml|xx"</sprite>
  2826.        <sprite gender="female">equipment/chest/tnecksweater-female.xml|xx"</sprite>
  2827.    </item>
  2828.    <item id="1214"
  2829.        image="equipment/chest/tnecksweater.png|W:yy"
  2830.        name="yy tnecksweater"
  2831.        description="A soft and warm, yy sweater."
  2832.        effect="+% Defense"
  2833.        type="equip-torso"
  2834.        weight="60"
  2835.        defense=""
  2836.        max-per-slot="1">
  2837.        <sprite gender="male">equipment/chest/tnecksweater-male.xml|yy"</sprite>
  2838.        <sprite gender="female">equipment/chest/tnecksweater-female.xml|yy"</sprite>
  2839.    </item>    -->      
  2840.     <!-- colored vnecksweater 1215-> 1230-->
  2841.     <item id="1215"
  2842.        image="equipment/chest/vnecksweater.png|W:#A4B2B2,FFFFFF"
  2843.        name="White vnecksweater"
  2844.        description="A soft and warm, white sweater."
  2845.        effect="+% Defense"
  2846.        type="equip-torso"
  2847.        weight="60"
  2848.        defense=""
  2849.        max-per-slot="1">
  2850.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#A4B2B2,FFFFFF"</sprite>
  2851.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#A4B2B2,FFFFFF"</sprite>
  2852.     </item>
  2853.     <item id="1216"
  2854.        image="equipment/chest/vnecksweater.png|W:#000000,202020,404040,dddddd"
  2855.        name="Black vnecksweater"
  2856.        description="A soft and warm, black sweater."
  2857.        effect="+% Defense"
  2858.        type="equip-torso"
  2859.        weight="60"
  2860.        defense=""
  2861.        max-per-slot="1">
  2862.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#000000,202020,404040,dddddd"</sprite>
  2863.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#000000,202020,404040,dddddd"</sprite>
  2864.     </item>
  2865.     <item id="1217"
  2866.        image="equipment/chest/vnecksweater.png|W:#805e74,c6b09b,ffffff"
  2867.        name="Silver vnecksweater"
  2868.        description="A soft and warm, silver sweater."
  2869.        effect="+% Defense"
  2870.        type="equip-torso"
  2871.        weight="60"
  2872.        defense=""
  2873.        max-per-slot="1">
  2874.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#805e74,c6b09b,ffffff"</sprite>
  2875.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#805e74,c6b09b,ffffff"</sprite>
  2876.     </item>
  2877.     <item id="1218"
  2878.        image="equipment/chest/vnecksweater.png|W:#831f2d,be4f2d,f8cc8b"
  2879.        name="Brown vnecksweater"
  2880.        description="A soft and warm, brown sweater."
  2881.        effect="+% Defense"
  2882.        type="equip-torso"
  2883.        weight="60"
  2884.        defense=""
  2885.        max-per-slot="1">
  2886.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  2887.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#831f2d,be4f2d,f8cc8b"</sprite>
  2888.     </item>
  2889.     <item id="1219"
  2890.        image="equipment/chest/vnecksweater.png|W:#5f0b33,91191c,f9ad81"
  2891.        name="Red vnecksweater"
  2892.        description="A soft and warm, red sweater."
  2893.        effect="+% Defense"
  2894.        type="equip-torso"
  2895.        weight="60"
  2896.        defense=""
  2897.        max-per-slot="1">
  2898.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#5f0b33,91191c,f9ad81"</sprite>
  2899.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#5f0b33,91191c,f9ad81"</sprite>
  2900.     </item>
  2901.     <item id="1220"
  2902.        image="equipment/chest/vnecksweater.png|W:#602486,934cc3,fdc689"
  2903.        name="Purple vnecksweater"
  2904.        description="A soft and warm, purple sweater."
  2905.        effect="+% Defense"
  2906.        type="equip-torso"
  2907.        weight="60"
  2908.        defense=""
  2909.        max-per-slot="1">
  2910.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#602486,934cc3,fdc689"</sprite>
  2911.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#602486,934cc3,fdc689"</sprite>
  2912.     </item>
  2913.     <item id="1221"
  2914.        image="equipment/chest/vnecksweater.png|W:#a24b93,ec46d9,f7eaf4"
  2915.        name="Fushia vnecksweater"
  2916.        description="A soft and warm, fushia sweater."
  2917.        effect="+% Defense"
  2918.        type="equip-torso"
  2919.        weight="60"
  2920.        defense=""
  2921.        max-per-slot="1">
  2922.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  2923.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#a24b93,ec46d9,f7eaf4"</sprite>
  2924.     </item>
  2925.     <item id="1222"
  2926.        image="equipment/chest/vnecksweater.png|W:#06372b,489e25,fdedcc"
  2927.        name="Green vnecksweater"
  2928.        description="A soft and warm, green sweater."
  2929.        effect="+% Defense"
  2930.        type="equip-torso"
  2931.        weight="60"
  2932.        defense=""
  2933.        max-per-slot="1">
  2934.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#06372b,489e25,fdedcc"</sprite>
  2935.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#06372b,489e25,fdedcc"</sprite>
  2936.     </item>
  2937.     <item id="1223"
  2938.        image="equipment/chest/vnecksweater.png|W:#7ba400,bfff00,ecffb2"
  2939.        name="Lime vnecksweater"
  2940.        description="A soft and warm, lime sweater."
  2941.        effect="+% Defense"
  2942.        type="equip-torso"
  2943.        weight="60"
  2944.        defense=""
  2945.        max-per-slot="1">
  2946.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#7ba400,bfff00,ecffb2"</sprite>
  2947.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#7ba400,bfff00,ecffb2"</sprite>
  2948.     </item>
  2949.     <item id="1224"
  2950.        image="equipment/chest/vnecksweater.png|W:#808000,e3e300,efef92"
  2951.        name="Olive vnecksweater"
  2952.        description="A soft and warm, olive sweater."
  2953.        effect="+% Defense"
  2954.        type="equip-torso"
  2955.        weight="60"
  2956.        defense=""
  2957.        max-per-slot="1">
  2958.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#808000,e3e300,efef92"</sprite>
  2959.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#808000,e3e300,efef92"</sprite>
  2960.     </item>
  2961.     <item id="1225"
  2962.        image="equipment/chest/vnecksweater.png|W:#8c6625,dab425,ffffff"
  2963.        name="Yellow vnecksweater"
  2964.        description="A soft and warm, yellow sweater."
  2965.        effect="+% Defense"
  2966.        type="equip-torso"
  2967.        weight="60"
  2968.        defense=""
  2969.        max-per-slot="1">
  2970.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#8c6625,dab425,ffffff"</sprite>
  2971.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#8c6625,dab425,ffffff"</sprite>
  2972.     </item>
  2973.     <item id="1226"
  2974.        image="equipment/chest/vnecksweater.png|W:#0d1430,21337c,4363e5"
  2975.        name="Navy blue vnecksweater"
  2976.        description="A soft and warm, navy blue sweater."
  2977.        effect="+% Defense"
  2978.        type="equip-torso"
  2979.        weight="60"
  2980.        defense=""
  2981.        max-per-slot="1">
  2982.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#0d1430,21337c,4363e5"</sprite>
  2983.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#0d1430,21337c,4363e5"</sprite>
  2984.     </item>
  2985.     <item id="1227"
  2986.        image="equipment/chest/vnecksweater.png|W:#1c6c74,43d7e5,bae1e5"
  2987.        name="Blue vnecksweater"
  2988.        description="A soft and warm, blue sweater."
  2989.        effect="+% Defense"
  2990.        type="equip-torso"
  2991.        weight="60"
  2992.        defense=""
  2993.        max-per-slot="1">
  2994.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  2995.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#1c6c74,43d7e5,bae1e5"</sprite>
  2996.     </item>
  2997.     <item id="1228"
  2998.        image="equipment/chest/vnecksweater.png|W:#12634b,29dca6,b1dccf"
  2999.        name="Teal vnecksweater"
  3000.        description="A soft and warm, teal sweater."
  3001.        effect="+% Defense"
  3002.        type="equip-torso"
  3003.        weight="60"
  3004.        defense=""
  3005.        max-per-slot="1">
  3006.         <sprite gender="male">equipment/chest/vnecksweater-male.xml|#12634b,29dca6,b1dccf"</sprite>
  3007.         <sprite gender="female">equipment/chest/vnecksweater-female.xml|#12634b,29dca6,b1dccf"</sprite>
  3008.     </item>
  3009. <!-- Reserved vnecksweater 1229 -> 1230
  3010.    <item id="1229"
  3011.        image="equipment/chest/vnecksweater.png|W:xx"
  3012.        name="xx vnecksweater"
  3013.        description="A soft and warm, xx sweater."
  3014.        effect="+% Defense"
  3015.        type="equip-torso"
  3016.        weight="60"
  3017.        defense=""
  3018.        max-per-slot="1">
  3019.        <sprite gender="male">equipment/chest/vnecksweater-male.xml|xx"</sprite>
  3020.        <sprite gender="female">equipment/chest/vnecksweater-female.xml|xx"</sprite>
  3021.    </item>
  3022.    <item id="1230"
  3023.        image="equipment/chest/vnecksweater.png|W:yy"
  3024.        name="yy vnecksweater"
  3025.        description="A soft and warm, yy sweater."
  3026.        effect="+% Defense"
  3027.        type="equip-torso"
  3028.        weight="60"
  3029.        defense=""
  3030.        max-per-slot="1">
  3031.        <sprite gender="male">equipment/chest/vnecksweater-male.xml|yy"</sprite>
  3032.        <sprite gender="female">equipment/chest/vnecksweater-female.xml|yy"</sprite>
  3033.    </item>    -->        
  3034.     <item id="1230"
  3035.        image="equipment/chest/warlordplate.png"
  3036.        name="Warlord plate"
  3037.        description="Strong and decorative armor."
  3038.        effect="+% Defense"
  3039.        type="equip-torso"
  3040.        weight="2300"
  3041.        defense=""
  3042.        max-per-slot="1">
  3043.         <sprite gender="male">equipment/chest/warlordplate-male.xml"</sprite>
  3044.         <sprite gender="female">equipment/chest/warlordplate-female.xml"</sprite>
  3045.     </item>
  3046.         <item id="1231"
  3047.        image="equipment/chest/brassplate.png"
  3048.        name="Brass plate"
  3049.        description="Powerful and rare armor"
  3050.        effect="+% Defense"
  3051.        type="equip-torso"
  3052.        weight="2000"
  3053.        defense=""
  3054.        max-per-slot="1">
  3055.         <sprite gender="male">equipment/chest/brassplate-male.xml|#FBF5E9"</sprite>
  3056.         <sprite gender="female">equipment/chest/brassplate-female.xml|#FBF5E9"</sprite>
  3057.     </item>
  3058.  
  3059.  
  3060.  
  3061.  
  3062.  
  3063.  
  3064.     <item id="x"
  3065.    description="JeTu. t'aime. " >
  3066.     </item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement