Advertisement
Guest User

Untitled

a guest
Jun 29th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 171.79 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.     </item>
  1376.        
  1377.        
  1378.        
  1379.        
  1380.        
  1381.         <!-- Dye -->
  1382.     <item id="984"
  1383.        image="generic/potion-e.png|W:#A4B2B2,FFFFFF"
  1384.        name="White dye"
  1385.        description="White dye to colour your clothes."
  1386.        type="generic"
  1387.        weight="40"
  1388.        max-per-slot="10"/>
  1389.     <item id="985"
  1390.        image="generic/potion-e.png|W:#000000,202020,404040,dddddd"
  1391.        name="Black dye"
  1392.        description="Black dye to colour your clothes."
  1393.        type="generic"
  1394.        weight="40"
  1395.        max-per-slot="10"/>
  1396.     <item id="986"
  1397.        image="generic/potion-e.png|W:#805e74,c6b09b,ffffff"
  1398.        name="Silver dye"
  1399.        description="Silver dye to colour your clothes."
  1400.        type="generic"
  1401.        weight="40"
  1402.        max-per-slot="10"/>
  1403.     <item id="987"
  1404.        image="generic/potion-e.png|W:#831f2d,be4f2d,f8cc8b"
  1405.        name="Brown dye"
  1406.        description="Brown dye to colour your clothes."
  1407.        type="generic"
  1408.        weight="40"
  1409.        max-per-slot="10"/>
  1410.     <item id="988"
  1411.        image="generic/potion-e.png|W:#5f0b33,91191c,f9ad81"
  1412.        name="Red dye"
  1413.        description="Red dye to colour your clothes."
  1414.        type="generic"
  1415.        weight="40"
  1416.        max-per-slot="10"/>
  1417.     <item id="989"
  1418.        image="generic/potion-e.png|W:#602486,934cc3,fdc689"
  1419.        name="Purple dye"
  1420.        description="Purple dye to colour your clothes."
  1421.        type="generic"
  1422.        weight="40"
  1423.        max-per-slot="10"/>
  1424.     <item id="990"
  1425.        image="generic/potion-e.png|W:#a24b93,ec46d9,f7eaf4"
  1426.        name="Fushia dye"
  1427.        description="Fushia dye to colour your clothes."
  1428.        type="generic"
  1429.        weight="40"
  1430.        max-per-slot="10"/>
  1431.     <item id="991"
  1432.        image="generic/potion-e.png|W:#06372b,489e25,fdedcc"
  1433.        name="Green dye"
  1434.        description="Green dye to colour your clothes."
  1435.        type="generic"
  1436.        weight="40"
  1437.        max-per-slot="10"/>
  1438.     <item id="992"
  1439.        image="generic/potion-e.png|W:#7ba400,bfff00,ecffb2"
  1440.        name="Lime dye"
  1441.        description="Lime dye to colour your clothes."
  1442.        type="generic"
  1443.        weight="40"
  1444.        max-per-slot="10"/>
  1445.     <item id="993"
  1446.        image="generic/potion-e.png|W:#808000,e3e300,efef92"
  1447.        name="Olive dye"
  1448.        description="Olive dye to colour your clothes."
  1449.        type="Olive dye to colour your clothes"
  1450.        weight="40"
  1451.        max-per-slot="10"/>
  1452.     <item id="994"
  1453.        image="generic/potion-e.png|W:#8c6625,dab425,ffffff"
  1454.        name="Yellow dye"
  1455.        description="Yellow dye to colour your clothes."
  1456.        type="generic"
  1457.        weight="40"
  1458.        max-per-slot="10"/>
  1459.     <item id="995"
  1460.        image="generic/potion-e.png|W:#0d1430,21337c,4363e5"
  1461.        name="Blue navy dye"
  1462.        description="Blue navy dye to colour your clothes."
  1463.        type="generic"
  1464.        weight="40"
  1465.        max-per-slot="10"/>
  1466.     <item id="996"
  1467.        image="generic/potion-e.png|#1c6c74,43d7e5,bae1e5"
  1468.        name="Blue dye"
  1469.        description="Blue dye to colour your clothes."
  1470.        type="generic"
  1471.        weight="40"
  1472.        max-per-slot="10"/>
  1473.     <item id="997"
  1474.        image="generic/potion-e.png|W:#12634b,29dca6,b1dccf"
  1475.        name="Teal dye"
  1476.        description="Teal dye to colour your clothes."
  1477.        type="generic"
  1478.        weight="40"
  1479.        max-per-slot="10"/>
  1480.     <item id="998"
  1481.        image="generic/potion-e.png|W:xx"
  1482.        name="xx dye"
  1483.        description="xx dye to colore your cloth."
  1484.        type="generic"
  1485.        weight="40"
  1486.        max-per-slot="10"/>
  1487.     <item id="999"
  1488.        image="generic/potion-e.png|W:yy"
  1489.        name="yy dye"
  1490.        description="yy dye to colore your cloth."
  1491.        type="generic"
  1492.        weight="40"
  1493.        max-per-slot="10"/>
  1494.        
  1495.        
  1496.        
  1497.        
  1498.        
  1499.        
  1500.             <!-- necklace -->
  1501.     <item id="1000"
  1502.        image="equipment/amulet/4leafclover.png"
  1503.        name="Four-leaf clover"
  1504.        description="Lucky (wo)man!"
  1505.        effect="+2 Luck"
  1506.        type="equip-necklace"
  1507.        luck="2"
  1508.        weight="2"
  1509.        max-per-slot="1"/>
  1510.     <item id="1001"
  1511.        image="equipment/amulet/beginneramulet.png"
  1512.        name="Beginner's amulet"
  1513.        description="A spirit will help you to become stronger during your adventure!"
  1514.        effect="+1 Vitality"
  1515.        type="equip-necklace"
  1516.        vitality="1"
  1517.        weight="50"
  1518.        max-per-slot="1"/>
  1519.     <item id="1002"
  1520.        image="equipment/amulet/scarabamulet.png"
  1521.        name="Scarab amulet"
  1522.        description="Old but in good condition, it's a figurine of an ancient giant monster!"
  1523.        effect="+3 Intelligence "
  1524.        type="equip-necklace"
  1525.        intelligence="3"
  1526.        weight="100"
  1527.        max-per-slot="1"/>
  1528.     <item id="1003"
  1529.        image="equipment/amulet/silvernecklace.png"
  1530.        name="Silver necklace"
  1531.        description="Rare and powerful necklace."
  1532.        effect="+5 Luck"
  1533.        type="equip-necklace"
  1534.        luck="5"
  1535.        :weight="50"
  1536.        max-per-slot="1"/>
  1537.     <item id="1004"
  1538.        image="equipment/amulet/towel.png"
  1539.        name="Magic note"
  1540.        description="It will give you some tips with magic!"
  1541.        effect="+5 Vitality"
  1542.        type="equip-necklace"
  1543.        vitality="5"
  1544.        weight="40"
  1545.        max-per-slot="1"/>
  1546.     <item id="1005"
  1547.        image="equipment/amulet/windnecklace.png"
  1548.        name="Wind necklace"
  1549.        description="It will protect you wherever you are!"
  1550.        effect="+4 Vitality and +4 Luck"
  1551.        type="equip-necklace"
  1552.        vitality="4"
  1553.        luck="4"
  1554.        weight="75"
  1555.        max-per-slot="1"/>
  1556.  
  1557.  
  1558.  
  1559.  
  1560.             <!-- chest -->
  1561.     <item id="1100"
  1562.        image="equipment/chest/assassinrobe.png|W:#808080;R:#F4F0EC"
  1563.        name="Trainee assassin robe"
  1564.        description="A robe made for a trainee assassin."
  1565.        effect="+% Defense"
  1566.        type="equip-torso"
  1567.        weight="40"
  1568.        defense=""
  1569.        max-per-slot="1">
  1570.         <sprite gender="male">equipment/chest/assassinrobe-male.xml|W:#808080;R:#F4F0EC</sprite>
  1571.         <sprite gender="female">equipment/chest/assassinrobe-female.xml|W:#808080;R:#F4F0EC</sprite>
  1572.     </item>
  1573.     <item id="1101"
  1574.        image="equipment/chest/assassinrobe.png|W:#F4F0EC;R:#D40000"
  1575.        name="Medium assassin robe"
  1576.        description="A robe made for experienced assassins."
  1577.        effect="+% Defense"
  1578.        type="equip-torso"
  1579.        weight="40"
  1580.        defense=""
  1581.        max-per-slot="1">
  1582.         <sprite gender="male">equipment/chest/assassinrobe-male.xml|W:#F4F0EC;R:#D40000</sprite>
  1583.         <sprite gender="female">equipment/chest/assassinrob-female.xmlW:#F4F0EC;R:#D40000</sprite>
  1584.     </item>
  1585.     <item id="1102"
  1586.        image="equipment/chest/assassinrobe.png|R:#D40000"
  1587.        name="High assassin robe"
  1588.        description="A robe made for elite assassins."
  1589.        effect="+% Defense"
  1590.        type="equip-torso"
  1591.        weight="40"
  1592.        defense=""
  1593.        max-per-slot="1">
  1594.         <sprite gender="male">equipment/chest/assassinrobe-male.xml|R:#D40000</sprite>
  1595.         <sprite gender="female">equipment/chest/assassinrobe-female.xml|R:#D40000</sprite>
  1596.     </item>
  1597.     <item id="1103"
  1598.        image="equipment/chest/assassintop.png|W:#808080;R:#F4F0EC"
  1599.        name="Trainee assassin top"
  1600.        description="A top made for trainee assassins."
  1601.        effect="+% Defense"
  1602.        type="equip-torso"
  1603.        weight="30"
  1604.        defense=""
  1605.        max-per-slot="1">
  1606.         <sprite gender="male">equipment/chest/assassintop-male.xml|W:#808080;R:#F4F0EC</sprite>
  1607.         <sprite gender="female">equipment/chest/assassintop-female.xml|W:#808080;R:#F4F0EC</sprite>
  1608.     </item>
  1609.     <item id="1104"
  1610.        image="equipment/chest/assassintop.png|W:#F4F0EC;R:#D40000"
  1611.        name="Medium assassin top"
  1612.        description="A top made for experienced assassins."
  1613.        effect="+% Defense"
  1614.        type="equip-torso"
  1615.        weight="30"
  1616.        defense=""
  1617.        max-per-slot="1">
  1618.         <sprite gender="male">equipment/chest/assassintop-male.xml|W:#F4F0EC;R:#D40000</sprite>
  1619.         <sprite gender="female">equipment/chest/assassintop-female.xmlW:#F4F0EC;R:#D40000</sprite>
  1620.     </item>
  1621.     <item id="1105"
  1622.        image="equipment/chest/assassinrobe.png|R:#D40000"
  1623.        name="High assassin top"
  1624.        description="A top made for elite assassins."
  1625.        effect="+% Defense"
  1626.        type="equip-torso"
  1627.        weight="30"
  1628.        defense=""
  1629.        max-per-slot="1">
  1630.         <sprite gender="male">equipment/chest/assassintop-male.xml|R:#D40000</sprite>
  1631.         <sprite gender="female">equipment/chest/assassintop-female.xml|R:#D40000</sprite>
  1632.     </item>
  1633.     <item id="1106"
  1634.        image="equipment/chest/blueplatemail.png"
  1635.        name="Blue plate"
  1636.        description="An extremely rare blue armour."
  1637.        effect="+% Defense"
  1638.        type="equip-torso"
  1639.        weight="1000"
  1640.        defense=""
  1641.        max-per-slot="1">
  1642.         <sprite gender="male">equipment/chest/blueplatemail-male.xml</sprite>
  1643.         <sprite gender="female">equipment/chest/blueplatemail-female.xml</sprite>
  1644.     </item>
  1645.     <item id="1107"
  1646.        image="equipment/chest/chainmail.png"
  1647.        name="Chainmail Shirt"
  1648.        description="A shirt made of chains. It weighs a lot but offers excellent protection."
  1649.        effect="+% Defense"
  1650.        type="equip-torso"
  1651.        weight="300"
  1652.        defense=""
  1653.        max-per-slot="1">
  1654.         <sprite gender="male">equipment/chest/chainmail-male.xml</sprite>
  1655.         <sprite gender="female">equipment/chest/chainmail-female.xml</sprite>
  1656.     </item>
  1657.     <item id="1108"
  1658.        image="equipment/chest/cottonshirt.png"
  1659.        name="Cotton Shirt"
  1660.        description="A shirt made of 100% cotton."
  1661.        effect="+% Defense"
  1662.        type="equip-torso"
  1663.        weight="50"
  1664.        defense=""
  1665.        max-per-slot="1">
  1666.         <sprite gender="male">equipment/chest/cottonshirt-male.xml</sprite>
  1667.         <sprite gender="female">equipment/chest/cottonshirt-female.xml</sprite>
  1668.     </item>
  1669.     <item id="1109"
  1670.        image="equipment/chest/darkassassinrobe.png|W:#808080;R:#40404F"
  1671.        name="Royal assassin robe"
  1672.        description="A robe coming from a legendary assassin."
  1673.        effect="+% Defense"
  1674.        type="equip-torso"
  1675.        weight="800"
  1676.        defense=""
  1677.        max-per-slot="1">
  1678.         <sprite gender="male">equipment/chest/darkassassinrobe-male.xml</sprite>
  1679.         <sprite gender="female">equipment/chest/darkassassinrobe-female.xml</sprite>
  1680.     </item>  
  1681.     <item id="1110"
  1682.        image="equipment/chest/dress.png"
  1683.        name="Mithril robe"
  1684.        description="A mithril robe, very rare and very old but still in very good condition."
  1685.        effect="+% Defense"
  1686.        type="equip-torso"
  1687.        weight="20"
  1688.        defense=""
  1689.        max-per-slot="1">
  1690.         <sprite gender="male">equipment/chest/dress.xml</sprite>
  1691.         <sprite gender="female">equipment/chest/dress.xml</sprite>
  1692.     </item>
  1693.     <item id="1111"
  1694.        image="equipment/chest/forestarmor.png"
  1695.        name="Forest armor"
  1696.        description="An armor designed for camouflage, very useful for hunting."
  1697.        effect="+% Defense"
  1698.        type="equip-torso"
  1699.        weight="1200"
  1700.        defense=""
  1701.        max-per-slot="1">
  1702.         <sprite gender="male">equipment/chest/forestarmor-male.xml</sprite>
  1703.         <sprite gender="female">equipment/chest/forestarmor-female.xml</sprite>
  1704.     </item>
  1705.     <item id="1112"
  1706.        image="equipment/chest/leathershirt.png"
  1707.        name="Warm vest"
  1708.        description="A used vest in poor condition."
  1709.        effect="+2% Defense"
  1710.        type="equip-torso"
  1711.        weight="50"
  1712.        defense="2"
  1713.        max-per-slot="1">
  1714.         <sprite gender="male">equipment/chest/leathershirt-male.xml|#43301c,806951,d3b79e,ffffff;#43301c,fbf5f1</sprite>
  1715.         <sprite gender="female">equipment/chest/leathershirt-female.xml|#43301c,806951,d3b79e,ffffff;#43301c,fbf5f1</sprite>
  1716.     </item>
  1717.     <item id="1113"
  1718.        image="equipment/chest/lightplatemail.png"
  1719.        name="Plate mail"
  1720.        description="A light cuirass with iron shoulder pads, usually worn by foot soldiers."
  1721.        effect="+% Defense"
  1722.        type="equip-torso"
  1723.        weight="1200"
  1724.        defense=""
  1725.        max-per-slot="1">
  1726.         <sprite gender="male">equipment/chest/lightplatemail-male.xml|#FBF5E9</sprite>
  1727.         <sprite gender="female">equipment/chest/lightplatemail-female.xml|#FBF5E9</sprite>
  1728.     </item>
  1729. <!-- colored robes 1114 -> 1129-->
  1730.     <item id="1114"
  1731.        image="equipment/chest/robe.png|W:#A4B2B2,FFFFFF"
  1732.        name="White robe"
  1733.        description="A simple dyable white robe."
  1734.        effect="+% Defense"
  1735.        type="equip-torso"
  1736.        weight="100"
  1737.        defense=""
  1738.        max-per-slot="1">
  1739.         <sprite gender="male">equipment/chest/robe-male.xml|#A4B2B2,FFFFFF</sprite>
  1740.         <sprite gender="female">equipment/chest/robe-female.xml|#A4B2B2,FFFFFF</sprite>
  1741.     </item>
  1742.     <item id="1115"
  1743.        image="equipment/chest/robe.png|W:#000000,202020,404040,dddddd"
  1744.        name="Black robe"
  1745.        description="A simple black robe."
  1746.        effect="+% Defense"
  1747.        type="equip-torso"
  1748.        weight="100"
  1749.        defense=""
  1750.        max-per-slot="1">
  1751.         <sprite gender="male">equipment/chest/robe-male.xml|#000000,202020,404040,dddddd</sprite>
  1752.         <sprite gender="female">equipment/chest/robe-female.xml|#000000,202020,404040,dddddd</sprite>
  1753.     </item>
  1754.     <item id="1116"
  1755.        image="equipment/chest/robe.png|W:#805e74,c6b09b,ffffff"
  1756.        name="Silver robe"
  1757.        description="A simple silver robe."
  1758.        effect="+% Defense"
  1759.        type="equip-torso"
  1760.        weight="100"
  1761.        defense=""
  1762.        max-per-slot="1">
  1763.         <sprite gender="male">equipment/chest/robe-male.xml|#805e74,c6b09b,ffffff</sprite>
  1764.         <sprite gender="female">equipment/chest/robe-female.xml|#805e74,c6b09b,ffffff</sprite>
  1765.     </item>
  1766.     <item id="1117"
  1767.        image="equipment/chest/robe.png|W:#831f2d,be4f2d,f8cc8b"
  1768.        name="Brown robe"
  1769.        description="A simple brown robe."
  1770.        effect="+% Defense"
  1771.        type="equip-torso"
  1772.        weight="100"
  1773.        defense=""
  1774.        max-per-slot="1">
  1775.         <sprite gender="male">equipment/chest/robe-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  1776.         <sprite gender="female">equipment/chest/robe-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  1777.     </item>
  1778.     <item id="1118"
  1779.        image="equipment/chest/robe.png|W:#5f0b33,91191c,f9ad81"
  1780.        name="Red robe"
  1781.        description="A simple red robe."
  1782.        effect="+% Defense"
  1783.        type="equip-torso"
  1784.        weight="100"
  1785.        defense=""
  1786.        max-per-slot="1">
  1787.         <sprite gender="male">equipment/chest/robe-male.xml|#5f0b33,91191c,f9ad81</sprite>
  1788.         <sprite gender="female">equipment/chest/robe-female.xml|#5f0b33,91191c,f9ad81</sprite>
  1789.     </item>
  1790.     <item id="1119"
  1791.        image="equipment/chest/robe.png|W:#602486,934cc3,fdc689"
  1792.        name="Purple robe"
  1793.        description="A simple purple robe."
  1794.        effect="+% Defense"
  1795.        type="equip-torso"
  1796.        weight="100"
  1797.        defense=""
  1798.        max-per-slot="1">
  1799.         <sprite gender="male">equipment/chest/robe-male.xml|#602486,934cc3,fdc689</sprite>
  1800.         <sprite gender="female">equipment/chest/robe-female.xml|#602486,934cc3,fdc689</sprite>
  1801.     </item>
  1802.     <item id="1120"
  1803.        image="equipment/chest/robe.png|W:#a24b93,ec46d9,f7eaf4"
  1804.        name="Fushia robe"
  1805.        description="A simple fushia robe."
  1806.        effect="+% Defense"
  1807.        type="equip-torso"
  1808.        weight="100"
  1809.        defense=""
  1810.        max-per-slot="1">
  1811.         <sprite gender="male">equipment/chest/robe-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  1812.         <sprite gender="female">equipment/chest/robe-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  1813.     </item>
  1814.     <item id="1121"
  1815.        image="equipment/chest/robe.png|W:#06372b,489e25,fdedcc"
  1816.        name="Green robe"
  1817.        description="A simple green robe."
  1818.        effect="+% Defense"
  1819.        type="equip-torso"
  1820.        weight="100"
  1821.        defense=""
  1822.        max-per-slot="1">
  1823.         <sprite gender="male">equipment/chest/robe-male.xml|#06372b,489e25,fdedcc</sprite>
  1824.         <sprite gender="female">equipment/chest/robe-female.xml|#06372b,489e25,fdedcc</sprite>
  1825.     </item>
  1826.     <item id="1122"
  1827.        image="equipment/chest/robe.png|W:#7ba400,bfff00,ecffb2"
  1828.        name="Lime robe"
  1829.        description="A simple lime robe."
  1830.        effect="+% Defense"
  1831.        type="equip-torso"
  1832.        weight="100"
  1833.        defense=""
  1834.        max-per-slot="1">
  1835.         <sprite gender="male">equipment/chest/robe-male.xml|#7ba400,bfff00,ecffb2</sprite>
  1836.         <sprite gender="female">equipment/chest/robe-female.xml|#7ba400,bfff00,ecffb2</sprite>
  1837.     </item>
  1838.     <item id="1123"
  1839.        image="equipment/chest/robe.png|W:#808000,e3e300,efef92"
  1840.        name="Olive robe"
  1841.        description="A simple olive robe."
  1842.        effect="+% Defense"
  1843.        type="equip-torso"
  1844.        weight="100"
  1845.        defense=""
  1846.        max-per-slot="1">
  1847.         <sprite gender="male">equipment/chest/robe-male.xml|#808000,e3e300,efef92</sprite>
  1848.         <sprite gender="female">equipment/chest/robe-female.xml|#808000,e3e300,efef92</sprite>
  1849.     </item>
  1850.     <item id="1124"
  1851.        image="equipment/chest/robe.png|W:#8c6625,dab425,ffffff"
  1852.        name="Yellow robe"
  1853.        description="A simple yellow robe."
  1854.        effect="+% Defense"
  1855.        type="equip-torso"
  1856.        weight="100"
  1857.        defense=""
  1858.        max-per-slot="1">
  1859.         <sprite gender="male">equipment/chest/robe-male.xml|#8c6625,dab425,ffffff</sprite>
  1860.         <sprite gender="female">equipment/chest/robe-female.xml|#8c6625,dab425,ffffff</sprite>
  1861.     </item>
  1862.     <item id="1125"
  1863.        image="equipment/chest/robe.png|W:#0d1430,21337c,4363e5"
  1864.        name="Navy blue robe"
  1865.        description="A simple navy blue robe."
  1866.        effect="+% Defense"
  1867.        type="equip-torso"
  1868.        weight="100"
  1869.        defense=""
  1870.        max-per-slot="1">
  1871.         <sprite gender="male">equipment/chest/robe-male.xml|#0d1430,21337c,4363e5</sprite>
  1872.         <sprite gender="female">equipment/chest/robe-female.xml|#0d1430,21337c,4363e5</sprite>
  1873.     </item>
  1874.     <item id="1126"
  1875.        image="equipment/chest/robe.png|W:#1c6c74,43d7e5,bae1e5"
  1876.        name="Blue robe"
  1877.        description="A simple blue robe."
  1878.        effect="+% Defense"
  1879.        type="equip-torso"
  1880.        weight="100"
  1881.        defense=""
  1882.        max-per-slot="1">
  1883.         <sprite gender="male">equipment/chest/robe-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  1884.         <sprite gender="female">equipment/chest/robe-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  1885.     </item>
  1886.     <item id="1127"
  1887.        image="equipment/chest/robe.png|W:#12634b,29dca6,b1dccf"
  1888.        name="Teal robe"
  1889.        description="A simple teal robe."
  1890.        effect="+% Defense"
  1891.        type="equip-torso"
  1892.        weight="100"
  1893.        defense=""
  1894.        max-per-slot="1">
  1895.         <sprite gender="male">equipment/chest/robe-male.xml|#12634b,29dca6,b1dccf</sprite>
  1896.         <sprite gender="female">equipment/chest/robe-female.xml|#12634b,29dca6,b1dccf</sprite>
  1897.     </item>
  1898. <!-- Reserved robe 1128 -> 1129
  1899.    <item id="1128"
  1900.        image="equipment/chest/robe.png|W:xx"
  1901.        name="xx robe"
  1902.        description="A simple xx robe"
  1903.        effect="+% Defense"
  1904.        type="equip-torso"
  1905.        weight="100"
  1906.        defense=""
  1907.        max-per-slot="1">
  1908.        <sprite gender="male">equipment/chest/robe-male.xml|xx</sprite>
  1909.        <sprite gender="female">equipment/chest/robe-female.xml|xx</sprite>
  1910.    </item>
  1911.    <item id="1129"
  1912.        image="equipment/chest/robe.png|W:yy"
  1913.        name="yy robe"
  1914.        description="A simple yy robe"
  1915.        effect="+% Defense"
  1916.        type="equip-torso"
  1917.        weight="100"
  1918.        defense=""
  1919.        max-per-slot="1">
  1920.        <sprite gender="male">equipment/chest/robe-male.xml|yy</sprite>
  1921.        <sprite gender="female">equipment/chest/robe-female.xml|yy</sprite>
  1922.    </item>
  1923.    -->
  1924.     <item id="1130"
  1925.        image="equipment/chest/leathershirt.png"
  1926.        name="Sailor Shirt"
  1927.        description="Proof that you belong to a pirate team."
  1928.        effect="+5% Defense"
  1929.        type="equip-torso"
  1930.        weight="50"
  1931.        defense="5"
  1932.        max-per-slot="1">
  1933.         <sprite gender="male">equipment/chest/leathershirt-male.xml|#808000,e3e300,efef92;#8c6625,dab425,ffffff</sprite>
  1934.         <sprite gender="female">equipment/chest/leathershirt-female.xml|#808000,e3e300,efef92;#8c6625,dab425,ffffff</sprite>
  1935.     </item>
  1936.     <item id="1131"
  1937.        image="equipment/chest/saviorarmor.png"
  1938.        name="Savior armor"
  1939.        description="An old plate designed for a mythical adventurer."
  1940.        effect="+% Defense"
  1941.        type="equip-torso"
  1942.        weight="3000"
  1943.        defense=""
  1944.        max-per-slot="1">
  1945.         <sprite gender="male">equipment/chest/saviorarmor-male.xml</sprite>
  1946.         <sprite gender="female">equipment/chest/saviorarmor-female.xml</sprite>
  1947.     </item>
  1948. <!-- colored shortrobes 1132 -> 1147-->
  1949.     <item id="1132"
  1950.        image="equipment/chest/shortrobe.png|W:#A4B2B2,FFFFFF"
  1951.        name="White shortrobe"
  1952.        description="A short and dyable white robe for summertime."
  1953.        effect="+% Defense"
  1954.        type="equip-torso"
  1955.        weight="90"
  1956.        defense=""
  1957.        max-per-slot="1">
  1958.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#A4B2B2,FFFFFF</sprite>
  1959.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#A4B2B2,FFFFFF</sprite>
  1960.     </item>
  1961.     <item id="1133"
  1962.        image="equipment/chest/shortrobe.png|W:#000000,202020,404040,dddddd"
  1963.        name="Black shortrobe"
  1964.        description="A short black robe for summertime."
  1965.        effect="+% Defense"
  1966.        type="equip-torso"
  1967.        weight="90"
  1968.        defense=""
  1969.        max-per-slot="1">
  1970.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#000000,202020,404040,dddddd</sprite>
  1971.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#000000,202020,404040,dddddd</sprite>
  1972.     </item>
  1973.     <item id="1134"
  1974.        image="equipment/chest/shortrobe.png|W:#805e74,c6b09b,ffffff"
  1975.        name="Silver shortrobe"
  1976.        description="A short silver robe for summertime."
  1977.        effect="+% Defense"
  1978.        type="equip-torso"
  1979.        weight="90"
  1980.        defense=""
  1981.        max-per-slot="1">
  1982.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#805e74,c6b09b,ffffff</sprite>
  1983.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#805e74,c6b09b,ffffff</sprite>
  1984.     </item>
  1985.     <item id="1135"
  1986.        image="equipment/chest/shortrobe.png|W:#831f2d,be4f2d,f8cc8b"
  1987.        name="Brown shortrobe"
  1988.        description="A short brown robe for summertime."
  1989.        effect="+% Defense"
  1990.        type="equip-torso"
  1991.        weight="90"
  1992.        defense=""
  1993.        max-per-slot="1">
  1994.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  1995.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  1996.     </item>
  1997.     <item id="1136"
  1998.        image="equipment/chest/shortrobe.png|W:#5f0b33,91191c,f9ad81"
  1999.        name="Red shortrobe"
  2000.        description="A short red robe for summertime."
  2001.        effect="+% Defense"
  2002.        type="equip-torso"
  2003.        weight="90"
  2004.        defense=""
  2005.        max-per-slot="1">
  2006.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#5f0b33,91191c,f9ad81</sprite>
  2007.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#5f0b33,91191c,f9ad81</sprite>
  2008.     </item>
  2009.     <item id="1137"
  2010.        image="equipment/chest/shortrobe.png|W:#602486,934cc3,fdc689"
  2011.        name="Purple shortrobe"
  2012.        description="A short purple robe for summertime."
  2013.        effect="+% Defense"
  2014.        type="equip-torso"
  2015.        weight="90"
  2016.        defense=""
  2017.        max-per-slot="1">
  2018.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#602486,934cc3,fdc689</sprite>
  2019.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#602486,934cc3,fdc689</sprite>
  2020.     </item>
  2021.     <item id="1138"
  2022.        image="equipment/chest/shortrobe.png|W:#a24b93,ec46d9,f7eaf4"
  2023.        name="Fushia shortrobe"
  2024.        description="A short white fushia for summertime."
  2025.        effect="+% Defense"
  2026.        type="equip-torso"
  2027.        weight="90"
  2028.        defense=""
  2029.        max-per-slot="1">
  2030.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  2031.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  2032.     </item>
  2033.     <item id="1139"
  2034.        image="equipment/chest/shortrobe.png|W:#06372b,489e25,fdedcc"
  2035.        name="Green shortrobe"
  2036.        description="A short green robe for summertime."
  2037.        effect="+% Defense"
  2038.        type="equip-torso"
  2039.        weight="90"
  2040.        defense=""
  2041.        max-per-slot="1">
  2042.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#06372b,489e25,fdedcc</sprite>
  2043.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#06372b,489e25,fdedcc</sprite>
  2044.     </item>
  2045.     <item id="1140"
  2046.        image="equipment/chest/shortrobe.png|W:#7ba400,bfff00,ecffb2"
  2047.        name="Lime shortrobe"
  2048.        description="A short lime robe for summertime."
  2049.        effect="+% Defense"
  2050.        type="equip-torso"
  2051.        weight="90"
  2052.        defense=""
  2053.        max-per-slot="1">
  2054.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#7ba400,bfff00,ecffb2</sprite>
  2055.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#7ba400,bfff00,ecffb2</sprite>
  2056.     </item>
  2057.     <item id="1141"
  2058.        image="equipment/chest/shortrobe.png|W:#808000,e3e300,efef92"
  2059.        name="Olive shortrobe"
  2060.        description="A short olive robe for summertime."
  2061.        effect="+% Defense"
  2062.        type="equip-torso"
  2063.        weight="90"
  2064.        defense=""
  2065.        max-per-slot="1">
  2066.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#808000,e3e300,efef92</sprite>
  2067.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#808000,e3e300,efef92</sprite>
  2068.     </item>
  2069.     <item id="1142"
  2070.        image="equipment/chest/shortrobe.png|W:#8c6625,dab425,ffffff"
  2071.        name="Yellow shortrobe"
  2072.        description="A short yellow robe for summertime."
  2073.        effect="+% Defense"
  2074.        type="equip-torso"
  2075.        weight="90"
  2076.        defense=""
  2077.        max-per-slot="1">
  2078.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#8c6625,dab425,ffffff</sprite>
  2079.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#8c6625,dab425,ffffff</sprite>
  2080.     </item>
  2081.     <item id="1143"
  2082.        image="equipment/chest/shortrobe.png|W:#0d1430,21337c,4363e5"
  2083.        name="Navy blue shortrobe"
  2084.        description="A short navy blue robe for summertime."
  2085.        effect="+% Defense"
  2086.        type="equip-torso"
  2087.        weight="90"
  2088.        defense=""
  2089.        max-per-slot="1">
  2090.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#0d1430,21337c,4363e5</sprite>
  2091.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#0d1430,21337c,4363e5</sprite>
  2092.     </item>
  2093.     <item id="1144"
  2094.        image="equipment/chest/shortrobe.png|W:#1c6c74,43d7e5,bae1e5"
  2095.        name="Blue shortrobe"
  2096.        description="A short blue robe for summertime."
  2097.        effect="+% Defense"
  2098.        type="equip-torso"
  2099.        weight="90"
  2100.        defense=""
  2101.        max-per-slot="1">
  2102.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  2103.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  2104.     </item>
  2105.     <item id="1145"
  2106.        image="equipment/chest/shortrobe.png|W:#12634b,29dca6,b1dccf"
  2107.        name="Teal shortrobe"
  2108.        description="A short teal robe for summertime."
  2109.        effect="+% Defense"
  2110.        type="equip-torso"
  2111.        weight="90"
  2112.        defense=""
  2113.        max-per-slot="1">
  2114.         <sprite gender="male">equipment/chest/shortrobe-male.xml|#12634b,29dca6,b1dccf</sprite>
  2115.         <sprite gender="female">equipment/chest/shortrobe-female.xml|#12634b,29dca6,b1dccf</sprite>
  2116.     </item>
  2117. <!-- Reserved robe 1146 -> 1147
  2118.    <item id="1146"
  2119.        image="equipment/chest/shortrobe.png|W:xx"
  2120.        name="xx shortrobe"
  2121.        description="A short xx robe for summertime."
  2122.        effect="+% Defense"
  2123.        type="equip-torso"
  2124.        weight="90"
  2125.        defense=""
  2126.        max-per-slot="1">
  2127.        <sprite gender="male">equipment/chest/shortrobe-male.xml|xx</sprite>
  2128.        <sprite gender="female">equipment/chest/shortrobe-female.xml|xx</sprite>
  2129.    </item>
  2130.    <item id="1147"
  2131.        image="equipment/chest/shortrobe.png|W:yy"
  2132.        name="yy shortrobe"
  2133.        description="A short yy robe for summertime."
  2134.        effect="+% Defense"
  2135.        type="equip-torso"
  2136.        weight="90"
  2137.        defense=""
  2138.        max-per-slot="1">
  2139.        <sprite gender="male">equipment/chest/shortrobe-male.xml|yy</sprite>
  2140.        <sprite gender="female">equipment/chest/shortrobe-female.xml|yy</sprite>
  2141.    </item>
  2142.    -->
  2143. <!-- colored shorttanktop 1148 -> 1164-->
  2144.     <item id="1148"
  2145.        image="equipment/chest/shorttanktop.png|W:#A4B2B2,FFFFFF"
  2146.        name="White shorttanktop"
  2147.        description="A sexy white shorttanktop for summertime."
  2148.        effect="+% Defense"
  2149.        type="equip-torso"
  2150.        weight="70"
  2151.        defense=""
  2152.        max-per-slot="1">
  2153.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#A4B2B2,FFFFFF</sprite>
  2154.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#A4B2B2,FFFFFF</sprite>
  2155.     </item>
  2156.     <item id="1149"
  2157.        image="equipment/chest/shorttanktop.png|W:#000000,202020,404040,dddddd"
  2158.        name="Black shorttanktop"
  2159.        description="A sexy black shorttanktop for summertime."
  2160.        effect="+% Defense"
  2161.        type="equip-torso"
  2162.        weight="70"
  2163.        defense=""
  2164.        max-per-slot="1">
  2165.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#000000,202020,404040,dddddd</sprite>
  2166.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#000000,202020,404040,dddddd</sprite>
  2167.     </item>
  2168.     <item id="1150"
  2169.        image="equipment/chest/shorttanktop.png|W:#805e74,c6b09b,ffffff"
  2170.        name="Silver shorttanktop"
  2171.        description="A sexy silver shorttanktop for summertime."
  2172.        effect="+% Defense"
  2173.        type="equip-torso"
  2174.        weight="70"
  2175.        defense=""
  2176.        max-per-slot="1">
  2177.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#805e74,c6b09b,ffffff</sprite>
  2178.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#805e74,c6b09b,ffffff</sprite>
  2179.     </item>
  2180.     <item id="1151"
  2181.        image="equipment/chest/shorttanktop.png|W:#831f2d,be4f2d,f8cc8b"
  2182.        name="Brown shorttanktop"
  2183.        description="A sexy brown shorttanktop for summertime."
  2184.        effect="+% Defense"
  2185.        type="equip-torso"
  2186.        weight="70"
  2187.        defense=""
  2188.        max-per-slot="1">
  2189.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  2190.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  2191.     </item>
  2192.     <item id="1152"
  2193.        image="equipment/chest/shorttanktop.png|W:#5f0b33,91191c,f9ad81"
  2194.        name="Red shorttanktop"
  2195.        description="A sexy red shorttanktop for summertime."
  2196.        effect="+% Defense"
  2197.        type="equip-torso"
  2198.        weight="70"
  2199.        defense=""
  2200.        max-per-slot="1">
  2201.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#5f0b33,91191c,f9ad81</sprite>
  2202.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#5f0b33,91191c,f9ad81</sprite>
  2203.     </item>
  2204.     <item id="1153"
  2205.        image="equipment/chest/shorttanktop.png|W:#602486,934cc3,fdc689"
  2206.        name="Purple shorttanktop"
  2207.        description="A sexy purple shorttanktop for summertime."
  2208.        effect="+% Defense"
  2209.        type="equip-torso"
  2210.        weight="70"
  2211.        defense=""
  2212.        max-per-slot="1">
  2213.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#602486,934cc3,fdc689</sprite>
  2214.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#602486,934cc3,fdc689</sprite>
  2215.     </item>
  2216.     <item id="1154"
  2217.        image="equipment/chest/shorttanktop.png|W:#a24b93,ec46d9,f7eaf4"
  2218.        name="Fushia shorttanktop"
  2219.        description="A sexy fushia shorttanktop for summertime."
  2220.        effect="+% Defense"
  2221.        type="equip-torso"
  2222.        weight="70"
  2223.        defense=""
  2224.        max-per-slot="1">
  2225.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  2226.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  2227.     </item>
  2228.     <item id="1155"
  2229.        image="equipment/chest/shorttanktop.png|W:#06372b,489e25,fdedcc"
  2230.        name="Green shorttanktop"
  2231.        description="A sexy green shorttanktop for summertime."
  2232.        effect="+% Defense"
  2233.        type="equip-torso"
  2234.        weight="70"
  2235.        defense=""
  2236.        max-per-slot="1">
  2237.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#06372b,489e25,fdedcc</sprite>
  2238.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#06372b,489e25,fdedcc</sprite>
  2239.     </item>
  2240.     <item id="1156"
  2241.        image="equipment/chest/shorttanktop.png|W:#7ba400,bfff00,ecffb2"
  2242.        name="Lime shorttanktop"
  2243.        description="A sexy lime shorttanktop for summertime."
  2244.        effect="+% Defense"
  2245.        type="equip-torso"
  2246.        weight="70"
  2247.        defense=""
  2248.        max-per-slot="1">
  2249.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#7ba400,bfff00,ecffb2</sprite>
  2250.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#7ba400,bfff00,ecffb2</sprite>
  2251.     </item>
  2252.     <item id="1157"
  2253.        image="equipment/chest/shorttanktop.png|W:#808000,e3e300,efef92"
  2254.        name="Olive shorttanktop"
  2255.        description="A sexy olive shorttanktop for summertime."
  2256.        effect="+% Defense"
  2257.        type="equip-torso"
  2258.        weight="70"
  2259.        defense=""
  2260.        max-per-slot="1">
  2261.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#808000,e3e300,efef92</sprite>
  2262.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#808000,e3e300,efef92</sprite>
  2263.     </item>
  2264.     <item id="1158"
  2265.        image="equipment/chest/shorttanktop.png|W:#8c6625,dab425,ffffff"
  2266.        name="Yellow shorttanktop"
  2267.        description="A sexy yellow shorttanktop for summertime."
  2268.        effect="+% Defense"
  2269.        type="equip-torso"
  2270.        weight="70"
  2271.        defense=""
  2272.        max-per-slot="1">
  2273.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#8c6625,dab425,ffffff</sprite>
  2274.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#8c6625,dab425,ffffff</sprite>
  2275.     </item>
  2276.     <item id="1159"
  2277.        image="equipment/chest/shorttanktop.png|W:#0d1430,21337c,4363e5"
  2278.        name="Navy blue shorttanktop"
  2279.        description="A sexy navy shorttanktop for summertime."
  2280.        effect="+% Defense"
  2281.        type="equip-torso"
  2282.        weight="70"
  2283.        defense=""
  2284.        max-per-slot="1">
  2285.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#0d1430,21337c,4363e5</sprite>
  2286.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#0d1430,21337c,4363e5</sprite>
  2287.     </item>
  2288.     <item id="1160"
  2289.        image="equipment/chest/shorttanktop.png|W:#1c6c74,43d7e5,bae1e5"
  2290.        name="Blue shorttanktop"
  2291.        description="A sexy blue shorttanktop for summertime."
  2292.        effect="+% Defense"
  2293.        type="equip-torso"
  2294.        weight="70"
  2295.        defense=""
  2296.        max-per-slot="1">
  2297.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  2298.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  2299.     </item>
  2300.     <item id="1161"
  2301.        image="equipment/chest/shorttanktop.png|W:#12634b,29dca6,b1dccf"
  2302.        name="Teal shorttanktop"
  2303.        description="A sexy teal shorttanktop for summertime."
  2304.        effect="+% Defense"
  2305.        type="equip-torso"
  2306.        weight="70"
  2307.        defense=""
  2308.        max-per-slot="1">
  2309.         <sprite gender="male">equipment/chest/shorttanktop-male.xml|#12634b,29dca6,b1dccf</sprite>
  2310.         <sprite gender="female">equipment/chest/shorttanktop-female.xml|#12634b,29dca6,b1dccf</sprite>
  2311.     </item>
  2312. <!-- Reserved shorttanktop 1162 -> 1163
  2313.    <item id="1162"
  2314.        image="equipment/chest/shorttanktop.png|W:xx"
  2315.        name="xx shorttanktop"
  2316.        description="A sexy xx shorttanktop for summertime."
  2317.        effect="+% Defense"
  2318.        type="equip-torso"
  2319.        weight="70"
  2320.        defense=""
  2321.        max-per-slot="1">
  2322.        <sprite gender="male">equipment/chest/shorttanktop-male.xml|xx</sprite>
  2323.        <sprite gender="female">equipment/chest/shorttanktop-female.xml|xx</sprite>
  2324.    </item>
  2325.    <item id="1163"
  2326.        image="equipment/chest/shorttanktop.png|W:yy"
  2327.        name="yy shorttanktop"
  2328.        description="A sexy yy shorttanktop for summertime."
  2329.        effect="+% Defense"
  2330.        type="equip-torso"
  2331.        weight="70"
  2332.        defense=""
  2333.        max-per-slot="1">
  2334.        <sprite gender="male">equipment/chest/shorttanktop-male.xml|yy</sprite>
  2335.        <sprite gender="female">equipment/chest/shorttanktop-female.xml|yy</sprite>
  2336.    </item>
  2337.    -->      
  2338.     <item id="1164"
  2339.        image="equipment/chest/snakechest.png"
  2340.        name="Snake skin top"
  2341.        description="A top made using snake skins."
  2342.        effect="+% Defense"
  2343.        type="equip-torso"
  2344.        weight="1400"
  2345.        defense=""
  2346.        max-per-slot="1">
  2347.         <sprite gender="male">equipment/chest/snakechest-male.xml|#FBF5E9</sprite>
  2348.         <sprite gender="female">equipment/chest/snakechest-female.xml|#FBF5E9</sprite>
  2349.     </item>
  2350. <!-- colored sorcerer robes 1165 -> 1180-->
  2351.     <item id="1165"
  2352.        image="equipment/chest/sorcerer robe.png|W;R:#A4B2B2,FFFFFF;#000000,202020,404040,dddddd"
  2353.        name="White sorcerer robe"
  2354.        description="A mystical white robe filled with magic."
  2355.        effect="+% Defense"
  2356.        type="equip-torso"
  2357.        weight="150"
  2358.        defense=""
  2359.        max-per-slot="1">
  2360.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#A4B2B2,FFFFFF;#000000,202020,404040,dddddd</sprite>
  2361.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#A4B2B2,FFFFFF;#000000,202020,404040,dddddd</sprite>
  2362.     </item>
  2363.     <item id="1166"
  2364.        image="equipment/chest/sorcerer robe.png|W;R:#000000,202020,404040,dddddd;#805e74,c6b09b,ffffff"
  2365.        name="Black sorcerer robe"
  2366.        description="A mystical black robe filled with magic."
  2367.        effect="+% Defense"
  2368.        type="equip-torso"
  2369.        weight="150"
  2370.        defense=""
  2371.        max-per-slot="1">
  2372.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#000000,202020,404040,dddddd;#805e74,c6b09b,ffffff</sprite>
  2373.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#000000,202020,404040,dddddd;#805e74,c6b09b,ffffff</sprite>
  2374.     </item>
  2375.     <item id="1167"
  2376.        image="equipment/chest/sorcerer robe.png|W;R:#805e74,c6b09b,ffffff;#831f2d,be4f2d,f8cc8b"
  2377.        name="Silver sorcerer robe"
  2378.        description="A mystical silver robe filled with magic."
  2379.        effect="+% Defense"
  2380.        type="equip-torso"
  2381.        weight="150"
  2382.        defense=""
  2383.        max-per-slot="1">
  2384.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#805e74,c6b09b,ffffff;#831f2d,be4f2d,f8cc8b</sprite>
  2385.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#805e74,c6b09b,ffffff;#831f2d,be4f2d,f8cc8b</sprite>
  2386.     </item>
  2387.     <item id="1168"
  2388.        image="equipment/chest/sorcerer robe.png|W;R:#831f2d,be4f2d,f8cc8b;#5f0b33,91191c,f9ad81"
  2389.        name="Brown sorcerer robe"
  2390.        description="A mystical brown robe filled with magic."
  2391.        effect="+% Defense"
  2392.        type="equip-torso"
  2393.        weight="150"
  2394.        defense=""
  2395.        max-per-slot="1">
  2396.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#831f2d,be4f2d,f8cc8b;#5f0b33,91191c,f9ad81</sprite>
  2397.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#831f2d,be4f2d,f8cc8b;#5f0b33,91191c,f9ad81</sprite>
  2398.     </item>
  2399.     <item id="1169"
  2400.        image="equipment/chest/sorcerer robe.png|W;R:#5f0b33,91191c,f9ad81;#602486,934cc3,fdc689"
  2401.        name="Red sorcerer robe"
  2402.        description="A mystical red robe filled with magic."
  2403.        effect="+% Defense"
  2404.        type="equip-torso"
  2405.        weight="150"
  2406.        defense=""
  2407.        max-per-slot="1">
  2408.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#5f0b33,91191c,f9ad81;#602486,934cc3,fdc689</sprite>
  2409.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#5f0b33,91191c,f9ad81;#602486,934cc3,fdc689</sprite>
  2410.     </item>
  2411.     <item id="1170"
  2412.        image="equipment/chest/sorcerer robe.png|W;R:#602486,934cc3,fdc689;#a24b93,ec46d9,f7eaf4"
  2413.        name="Purple sorcerer robe"
  2414.        description="A mystical purple robe filled with magic."
  2415.        effect="+% Defense"
  2416.        type="equip-torso"
  2417.        weight="150"
  2418.        defense=""
  2419.        max-per-slot="1">
  2420.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#602486,934cc3,fdc689;#a24b93,ec46d9,f7eaf4</sprite>
  2421.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#602486,934cc3,fdc689;#a24b93,ec46d9,f7eaf4</sprite>
  2422.     </item>
  2423.     <item id="1171"
  2424.        image="equipment/chest/sorcerer robe.png|W;R:#a24b93,ec46d9,f7eaf4;#06372b,489e25,fdedcc"
  2425.        name="Fushia sorcerer robe"
  2426.        description="A mystical fushia robe filled with magic."
  2427.        effect="+% Defense"
  2428.        type="equip-torso"
  2429.        weight="150"
  2430.        defense=""
  2431.        max-per-slot="1">
  2432.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#a24b93,ec46d9,f7eaf4;#06372b,489e25,fdedcc</sprite>
  2433.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#a24b93,ec46d9,f7eaf4;#06372b,489e25,fdedcc</sprite>
  2434.     </item>
  2435.     <item id="1172"
  2436.        image="equipment/chest/sorcerer robe.png|W;R:#06372b,489e25,fdedcc;#7ba400,bfff00,ecffb2"
  2437.        name="Green sorcerer robe"
  2438.        description="A mystical green robe filled with magic."
  2439.        effect="+% Defense"
  2440.        type="equip-torso"
  2441.        weight="150"
  2442.        defense=""
  2443.        max-per-slot="1">
  2444.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#06372b,489e25,fdedcc;#7ba400,bfff00,ecffb2</sprite>
  2445.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#06372b,489e25,fdedcc;#7ba400,bfff00,ecffb2</sprite>
  2446.     </item>
  2447.     <item id="1173"
  2448.        image="equipment/chest/sorcerer robe.png|W;R:#7ba400,bfff00,ecffb2;#808000,e3e300,efef92"
  2449.        name="Lime sorcerer robe"
  2450.        description="A mystical lime robe filled with magic."
  2451.        effect="+% Defense"
  2452.        type="equip-torso"
  2453.        weight="150"
  2454.        defense=""
  2455.        max-per-slot="1">
  2456.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#7ba400,bfff00,ecffb2;#808000,e3e300,efef92</sprite>
  2457.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#7ba400,bfff00,ecffb2;#808000,e3e300,efef92</sprite>
  2458.     </item>
  2459.     <item id="1174"
  2460.        image="equipment/chest/sorcerer robe.png|W;R:#808000,e3e300,efef92;#8c6625,dab425,ffffff"
  2461.        name="Olive sorcerer robe"
  2462.        description="A mystical olive robe filled with magic."
  2463.        effect="+% Defense"
  2464.        type="equip-torso"
  2465.        weight="150"
  2466.        defense=""
  2467.        max-per-slot="1">
  2468.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#808000,e3e300,efef92;#8c6625,dab425,ffffff</sprite>
  2469.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#808000,e3e300,efef92;#8c6625,dab425,ffffff</sprite>
  2470.     </item>
  2471.     <item id="1175"
  2472.        image="equipment/chest/sorcerer robe.png|W;R:#8c6625,dab425,ffffff;#12634b,29dca6,b1dccf"
  2473.        name="Yellow sorcerer robe"
  2474.        description="A mystical yellow robe filled with magic."
  2475.        effect="+% Defense"
  2476.        type="equip-torso"
  2477.        weight="150"
  2478.        defense=""
  2479.        max-per-slot="1">
  2480.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#8c6625,dab425,ffffff;#12634b,29dca6,b1dccf</sprite>
  2481.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#8c6625,dab425,ffffff;#12634b,29dca6,b1dccf</sprite>
  2482.     </item>
  2483.     <item id="1176"
  2484.        image="equipment/chest/sorcerer robe.png|W;R:#0d1430,21337c,4363e5;#1c6c74,43d7e5,bae1e5"
  2485.        name="Navy blue sorcerer robe"
  2486.        description="A mystical navy blue robe filled with magic."
  2487.        effect="+% Defense"
  2488.        type="equip-torso"
  2489.        weight="150"
  2490.        defense=""
  2491.        max-per-slot="1">
  2492.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#0d1430,21337c,4363e5;#1c6c74,43d7e5,bae1e5</sprite>
  2493.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#0d1430,21337c,4363e5;#1c6c74,43d7e5,bae1e5</sprite>
  2494.     </item>
  2495.     <item id="1177"
  2496.        image="equipment/chest/sorcerer robe.png|W;R:#1c6c74,43d7e5,bae1e5;#A4B2B2,FFFFFF"
  2497.        name="Blue sorcerer robe"
  2498.        description="A mystical blue robe filled with magic."
  2499.        effect="+% Defense"
  2500.        type="equip-torso"
  2501.        weight="150"
  2502.        defense=""
  2503.        max-per-slot="1">
  2504.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#1c6c74,43d7e5,bae1e5;#A4B2B2,FFFFFF</sprite>
  2505.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#1c6c74,43d7e5,bae1e5;#A4B2B2,FFFFFF</sprite>
  2506.     </item>
  2507.     <item id="1178"
  2508.        image="equipment/chest/sorcerer robe.png|W;R:#12634b,29dca6,b1dccf;#0d1430,21337c,4363e5"
  2509.        name="Teal sorcerer robe"
  2510.        description="A mystical teal robe filled with magic."
  2511.        effect="+% Defense"
  2512.        type="equip-torso"
  2513.        weight="150"
  2514.        defense=""
  2515.        max-per-slot="1">
  2516.         <sprite gender="male">equipment/chest/sorcerer robe-male.xml|#12634b,29dca6,b1dccf;#0d1430,21337c,4363e5</sprite>
  2517.         <sprite gender="female">equipment/chest/sorcerer robe-female.xml|#12634b,29dca6,b1dccf;#0d1430,21337c,4363e5</sprite>
  2518.     </item>
  2519. <!-- Reserved sorcerer robe 1179 -> 1180
  2520.    <item id="1179"
  2521.        image="equipment/chest/sorcerer robe.png|W;R:xx;yy"
  2522.        name="xx sorcerer robe"
  2523.        description="A mystical xx robe filled with magic."
  2524.        effect="+% Defense"
  2525.        type="equip-torso"
  2526.        weight="150"
  2527.        defense=""
  2528.        max-per-slot="1">
  2529.        <sprite gender="male">equipment/chest/sorcerer robe-male.xml|xx;yy</sprite>
  2530.        <sprite gender="female">equipment/chest/sorcerer robe-female.xml|xx;yy</sprite>
  2531.    </item>
  2532.    <item id="1180"
  2533.        image="equipment/chest/sorcerer robe.png|W;R:yy;xx"
  2534.        name="yy sorcerer robe"
  2535.        description="A mystical xx robe filled with magic."
  2536.        effect="+% Defense"
  2537.        type="equip-torso"
  2538.        weight="150"
  2539.        defense=""
  2540.        max-per-slot="1">
  2541.        <sprite gender="male">equipment/chest/sorcerer robe-male.xml|yy;xx</sprite>
  2542.        <sprite gender="female">equipment/chest/sorcerer robe-female.xml|yy;xx</sprite>
  2543.    </item>
  2544.    -->
  2545.     <item id="1181"
  2546.        image="equipment/chest/sulidress.png|R:ffebe8"
  2547.        name="Suli dress"
  2548.        description="A long and elegant robe."
  2549.        effect="+% Defense"
  2550.        type="equip-torso"
  2551.        weight="200"
  2552.        defense=""
  2553.        max-per-slot="1">
  2554.         <sprite gender="male">equipment/chest/sulidress.xml|ffebe8</sprite>
  2555.         <sprite gender="female">equipment/chest/sulidress.xml|ffebe8</sprite>
  2556.     </item>
  2557. <!-- colored shorttanktop 1182 -> 1197-->
  2558.     <item id="1182"
  2559.        image="equipment/chest/tanktop.png|W:#A4B2B2,FFFFFF"
  2560.        name="White tanktop"
  2561.        description="A white tanktop made for summertime."
  2562.        effect="+% Defense"
  2563.        type="equip-torso"
  2564.        weight="80"
  2565.        defense=""
  2566.        max-per-slot="1">
  2567.         <sprite gender="male">equipment/chest/tanktop-male.xml|#A4B2B2,FFFFFF</sprite>
  2568.         <sprite gender="female">equipment/chest/tanktop-female.xml|#A4B2B2,FFFFFF</sprite>
  2569.     </item>
  2570.     <item id="1183"
  2571.        image="equipment/chest/tanktop.png|W:#000000,202020,404040,dddddd"
  2572.        name="Black tanktop"
  2573.        description="A black tanktop made for summertime."
  2574.        effect="+% Defense"
  2575.        type="equip-torso"
  2576.        weight="80"
  2577.        defense=""
  2578.        max-per-slot="1">
  2579.         <sprite gender="male">equipment/chest/tanktop-male.xml|#000000,202020,404040,dddddd</sprite>
  2580.         <sprite gender="female">equipment/chest/tanktop-female.xml|#000000,202020,404040,dddddd</sprite>
  2581.     </item>
  2582.     <item id="1184"
  2583.        image="equipment/chest/tanktop.png|W:#805e74,c6b09b,ffffff"
  2584.        name="Silver tanktop"
  2585.        description="A silver tanktop made for summertime."
  2586.        effect="+% Defense"
  2587.        type="equip-torso"
  2588.        weight="80"
  2589.        defense=""
  2590.        max-per-slot="1">
  2591.         <sprite gender="male">equipment/chest/tanktop-male.xml|#805e74,c6b09b,ffffff</sprite>
  2592.         <sprite gender="female">equipment/chest/tanktop-female.xml|#805e74,c6b09b,ffffff</sprite>
  2593.     </item>
  2594.     <item id="1185"
  2595.        image="equipment/chest/tanktop.png|W:#831f2d,be4f2d,f8cc8b"
  2596.        name="Brown tanktop"
  2597.        description="A brown tanktop made for summertime."
  2598.        effect="+% Defense"
  2599.        type="equip-torso"
  2600.        weight="80"
  2601.        defense=""
  2602.        max-per-slot="1">
  2603.         <sprite gender="male">equipment/chest/tanktop-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  2604.         <sprite gender="female">equipment/chest/tanktop-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  2605.     </item>
  2606.     <item id="1186"
  2607.        image="equipment/chest/tanktop.png|W:#5f0b33,91191c,f9ad81"
  2608.        name="Red tanktop"
  2609.        description="A red tanktop made for summertime."
  2610.        effect="+% Defense"
  2611.        type="equip-torso"
  2612.        weight="80"
  2613.        defense=""
  2614.        max-per-slot="1">
  2615.         <sprite gender="male">equipment/chest/tanktop-male.xml|#5f0b33,91191c,f9ad81</sprite>
  2616.         <sprite gender="female">equipment/chest/tanktop-female.xml|#5f0b33,91191c,f9ad81</sprite>
  2617.     </item>
  2618.     <item id="1187"
  2619.        image="equipment/chest/tanktop.png|W:#602486,934cc3,fdc689"
  2620.        name="Purple tanktop"
  2621.        description="A purple tanktop made for summertime."
  2622.        effect="+% Defense"
  2623.        type="equip-torso"
  2624.        weight="80"
  2625.        defense=""
  2626.        max-per-slot="1">
  2627.         <sprite gender="male">equipment/chest/tanktop-male.xml|#602486,934cc3,fdc689</sprite>
  2628.         <sprite gender="female">equipment/chest/tanktop-female.xml|#602486,934cc3,fdc689</sprite>
  2629.     </item>
  2630.     <item id="1188"
  2631.        image="equipment/chest/tanktop.png|W:#a24b93,ec46d9,f7eaf4"
  2632.        name="Fushia tanktop"
  2633.        description="A fushia tanktop made for summertime."
  2634.        effect="+% Defense"
  2635.        type="equip-torso"
  2636.        weight="80"
  2637.        defense=""
  2638.        max-per-slot="1">
  2639.         <sprite gender="male">equipment/chest/tanktop-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  2640.         <sprite gender="female">equipment/chest/tanktop-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  2641.     </item>
  2642.     <item id="1189"
  2643.        image="equipment/chest/tanktop.png|W:#06372b,489e25,fdedcc"
  2644.        name="Green tanktop"
  2645.        description="A green tanktop made for summertime."
  2646.        effect="+% Defense"
  2647.        type="equip-torso"
  2648.        weight="80"
  2649.        defense=""
  2650.        max-per-slot="1">
  2651.         <sprite gender="male">equipment/chest/tanktop-male.xml|#06372b,489e25,fdedcc</sprite>
  2652.         <sprite gender="female">equipment/chest/tanktop-female.xml|#06372b,489e25,fdedcc</sprite>
  2653.     </item>
  2654.     <item id="1190"
  2655.        image="equipment/chest/tanktop.png|W:#7ba400,bfff00,ecffb2"
  2656.        name="Lime tanktop"
  2657.        description="A lime tanktop made for summertime."
  2658.        effect="+% Defense"
  2659.        type="equip-torso"
  2660.        weight="80"
  2661.        defense=""
  2662.        max-per-slot="1">
  2663.         <sprite gender="male">equipment/chest/tanktop-male.xml|#7ba400,bfff00,ecffb2</sprite>
  2664.         <sprite gender="female">equipment/chest/tanktop-female.xml|#7ba400,bfff00,ecffb2</sprite>
  2665.     </item>
  2666.     <item id="1191"
  2667.        image="equipment/chest/tanktop.png|W:#808000,e3e300,efef92"
  2668.        name="Olive tanktop"
  2669.        description="An olive tanktop made for summertime."
  2670.        effect="+% Defense"
  2671.        type="equip-torso"
  2672.        weight="80"
  2673.        defense=""
  2674.        max-per-slot="1">
  2675.         <sprite gender="male">equipment/chest/tanktop-male.xml|#808000,e3e300,efef92</sprite>
  2676.         <sprite gender="female">equipment/chest/tanktop-female.xml|#808000,e3e300,efef92</sprite>
  2677.     </item>
  2678.     <item id="1192"
  2679.        image="equipment/chest/tanktop.png|W:#8c6625,dab425,ffffff"
  2680.        name="Yellow tanktop"
  2681.        description="A yellow tanktop made for summertime."
  2682.        effect="+% Defense"
  2683.        type="equip-torso"
  2684.        weight="80"
  2685.        defense=""
  2686.        max-per-slot="1">
  2687.         <sprite gender="male">equipment/chest/tanktop-male.xml|#8c6625,dab425,ffffff</sprite>
  2688.         <sprite gender="female">equipment/chest/tanktop-female.xml|#8c6625,dab425,ffffff</sprite>
  2689.     </item>
  2690.     <item id="1193"
  2691.        image="equipment/chest/tanktop.png|W:#0d1430,21337c,4363e5"
  2692.        name="Navy blue tanktop"
  2693.        description="A navy blue tanktop made for summertime."
  2694.        effect="+% Defense"
  2695.        type="equip-torso"
  2696.        weight="80"
  2697.        defense=""
  2698.        max-per-slot="1">
  2699.         <sprite gender="male">equipment/chest/tanktop-male.xml|#0d1430,21337c,4363e5</sprite>
  2700.         <sprite gender="female">equipment/chest/tanktop-female.xml|#0d1430,21337c,4363e5</sprite>
  2701.     </item>
  2702.     <item id="1194"
  2703.        image="equipment/chest/tanktop.png|W:#1c6c74,43d7e5,bae1e5"
  2704.        name="Blue tanktop"
  2705.        description="A blue tanktop made for summertime."
  2706.        effect="+% Defense"
  2707.        type="equip-torso"
  2708.        weight="80"
  2709.        defense=""
  2710.        max-per-slot="1">
  2711.         <sprite gender="male">equipment/chest/tanktop-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  2712.         <sprite gender="female">equipment/chest/tanktop-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  2713.     </item>
  2714.     <item id="1195"
  2715.        image="equipment/chest/tanktop.png|W:#12634b,29dca6,b1dccf"
  2716.        name="Teal tanktop"
  2717.        description="A teal tanktop made for summertime."
  2718.        effect="+% Defense"
  2719.        type="equip-torso"
  2720.        weight="80"
  2721.        defense=""
  2722.        max-per-slot="1">
  2723.         <sprite gender="male">equipment/chest/tanktop-male.xml|#12634b,29dca6,b1dccf</sprite>
  2724.         <sprite gender="female">equipment/chest/tanktop-female.xml|#12634b,29dca6,b1dccf</sprite>
  2725.     </item>
  2726. <!-- Reserved tanktop 1182 -> 1197
  2727.    <item id="1196"
  2728.        image="equipment/chest/tanktop.png|W:xx"
  2729.        name="xx tanktop"
  2730.        description="A xx tanktop made for summertime."
  2731.        effect="+% Defense"
  2732.        type="equip-torso"
  2733.        weight="80"
  2734.        defense=""
  2735.        max-per-slot="1">
  2736.        <sprite gender="male">equipment/chest/tanktop-male.xml|xx</sprite>
  2737.        <sprite gender="female">equipment/chest/tanktop-female.xml|xx</sprite>
  2738.    </item>
  2739.    <item id="1197"
  2740.        image="equipment/chest/tanktop.png|W:yy"
  2741.        name="yy tanktop"
  2742.        description="A yy tanktop made for summertime."
  2743.        effect="+% Defense"
  2744.        type="equip-torso"
  2745.        weight="80"
  2746.        defense=""
  2747.        max-per-slot="1">
  2748.        <sprite gender="male">equipment/chest/tanktop-male.xml|yy</sprite>
  2749.        <sprite gender="female">equipment/chest/tanktop-female.xml|yy</sprite>
  2750.    </item>
  2751.    -->      
  2752.         <item id="1198"
  2753.        image="equipment/chest/terranitearmor.png"
  2754.        name="Terranite armor"
  2755.        description="A nice piece of armor made out of terranite ore."
  2756.        effect="+% Defense"
  2757.        type="equip-torso"
  2758.        weight="900"
  2759.        defense=""
  2760.        max-per-slot="1">
  2761.         <sprite gender="male">equipment/chest/terranitearmor-male.xml</sprite>
  2762.         <sprite gender="female">equipment/chest/terranitearmor-female.xml</sprite>
  2763.     </item>
  2764.   <!-- colored T-neck sweater 1199 -> 1214-->
  2765.     <item id="1199"
  2766.        image="equipment/chest/T-neck sweater.png|W:#A4B2B2,FFFFFF"
  2767.        name="White T-neck sweater"
  2768.        description="A soft and warm, white sweater."
  2769.        effect="+% Defense"
  2770.        type="equip-torso"
  2771.        weight="60"
  2772.        defense=""
  2773.        max-per-slot="1">
  2774.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#A4B2B2,FFFFFF</sprite>
  2775.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#A4B2B2,FFFFFF</sprite>
  2776.     </item>
  2777.     <item id="1200"
  2778.        image="equipment/chest/T-neck sweater.png|W:#000000,202020,404040,dddddd"
  2779.        name="Black T-neck sweater"
  2780.        description="A soft and warm, black sweater."
  2781.        effect="+% Defense"
  2782.        type="equip-torso"
  2783.        weight="60"
  2784.        defense=""
  2785.        max-per-slot="1">
  2786.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#000000,202020,404040,dddddd</sprite>
  2787.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#000000,202020,404040,dddddd</sprite>
  2788.     </item>
  2789.     <item id="1201"
  2790.        image="equipment/chest/T-neck sweater.png|W:#805e74,c6b09b,ffffff"
  2791.        name="Silver T-neck sweater"
  2792.        description="A soft and warm, silver sweater."
  2793.        effect="+% Defense"
  2794.        type="equip-torso"
  2795.        weight="60"
  2796.        defense=""
  2797.        max-per-slot="1">
  2798.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#805e74,c6b09b,ffffff</sprite>
  2799.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#805e74,c6b09b,ffffff</sprite>
  2800.     </item>
  2801.     <item id="1202"
  2802.        image="equipment/chest/T-neck sweater.png|W:#831f2d,be4f2d,f8cc8b"
  2803.        name="Brown T-neck sweater"
  2804.        description="A soft and warm, brown sweater."
  2805.        effect="+% Defense"
  2806.        type="equip-torso"
  2807.        weight="60"
  2808.        defense=""
  2809.        max-per-slot="1">
  2810.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  2811.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  2812.     </item>
  2813.     <item id="1203"
  2814.        image="equipment/chest/T-neck sweater.png|W:#5f0b33,91191c,f9ad81"
  2815.        name="Red T-neck sweater"
  2816.        description="A soft and warm, red sweater."
  2817.        effect="+% Defense"
  2818.        type="equip-torso"
  2819.        weight="60"
  2820.        defense=""
  2821.        max-per-slot="1">
  2822.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#5f0b33,91191c,f9ad81</sprite>
  2823.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#5f0b33,91191c,f9ad81</sprite>
  2824.     </item>
  2825.     <item id="1204"
  2826.        image="equipment/chest/T-neck sweater.png|W:#602486,934cc3,fdc689"
  2827.        name="Purple T-neck sweater"
  2828.        description="A soft and warm, purple sweater."
  2829.        effect="+% Defense"
  2830.        type="equip-torso"
  2831.        weight="60"
  2832.        defense=""
  2833.        max-per-slot="1">
  2834.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#602486,934cc3,fdc689</sprite>
  2835.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#602486,934cc3,fdc689</sprite>
  2836.     </item>
  2837.     <item id="1205"
  2838.        image="equipment/chest/T-neck sweater.png|W:#a24b93,ec46d9,f7eaf4"
  2839.        name="Fushia T-neck sweater"
  2840.        description="A soft and warm, fushia sweater."
  2841.        effect="+% Defense"
  2842.        type="equip-torso"
  2843.        weight="60"
  2844.        defense=""
  2845.        max-per-slot="1">
  2846.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  2847.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  2848.     </item>
  2849.     <item id="1206"
  2850.        image="equipment/chest/T-neck sweater.png|W:#06372b,489e25,fdedcc"
  2851.        name="Green T-neck sweater"
  2852.        description="A soft and warm, green sweater."
  2853.        effect="+% Defense"
  2854.        type="equip-torso"
  2855.        weight="60"
  2856.        defense=""
  2857.        max-per-slot="1">
  2858.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#06372b,489e25,fdedcc</sprite>
  2859.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#06372b,489e25,fdedcc</sprite>
  2860.     </item>
  2861.     <item id="1207"
  2862.        image="equipment/chest/T-neck sweater.png|W:#7ba400,bfff00,ecffb2"
  2863.        name="Lime T-neck sweater"
  2864.        description="A soft and warm, lime sweater."
  2865.        effect="+% Defense"
  2866.        type="equip-torso"
  2867.        weight="60"
  2868.        defense=""
  2869.        max-per-slot="1">
  2870.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#7ba400,bfff00,ecffb2</sprite>
  2871.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#7ba400,bfff00,ecffb2</sprite>
  2872.     </item>
  2873.     <item id="1208"
  2874.        image="equipment/chest/T-neck sweater.png|W:#808000,e3e300,efef92"
  2875.        name="Olive T-neck sweater"
  2876.        description="A soft and warm, olive sweater."
  2877.        effect="+% Defense"
  2878.        type="equip-torso"
  2879.        weight="60"
  2880.        defense=""
  2881.        max-per-slot="1">
  2882.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#808000,e3e300,efef92</sprite>
  2883.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#808000,e3e300,efef92</sprite>
  2884.     </item>
  2885.     <item id="1209"
  2886.        image="equipment/chest/T-neck sweater.png|W:#8c6625,dab425,ffffff"
  2887.        name="Yellow T-neck sweater"
  2888.        description="A soft and warm, yellow sweater."
  2889.        effect="+% Defense"
  2890.        type="equip-torso"
  2891.        weight="60"
  2892.        defense=""
  2893.        max-per-slot="1">
  2894.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#8c6625,dab425,ffffff</sprite>
  2895.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#8c6625,dab425,ffffff</sprite>
  2896.     </item>
  2897.     <item id="1210"
  2898.        image="equipment/chest/T-neck sweater.png|W:#0d1430,21337c,4363e5"
  2899.        name="Navy blue T-neck sweater"
  2900.        description="A soft and warm, navy blue sweater."
  2901.        effect="+% Defense"
  2902.        type="equip-torso"
  2903.        weight="60"
  2904.        defense=""
  2905.        max-per-slot="1">
  2906.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#0d1430,21337c,4363e5</sprite>
  2907.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#0d1430,21337c,4363e5</sprite>
  2908.     </item>
  2909.     <item id="1211"
  2910.        image="equipment/chest/T-neck sweater.png|W:#1c6c74,43d7e5,bae1e5"
  2911.        name="Blue T-neck sweater"
  2912.        description="A soft and warm, blue sweater."
  2913.        effect="+% Defense"
  2914.        type="equip-torso"
  2915.        weight="60"
  2916.        defense=""
  2917.        max-per-slot="1">
  2918.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  2919.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  2920.     </item>
  2921.     <item id="1212"
  2922.        image="equipment/chest/T-neck sweater.png|W:#12634b,29dca6,b1dccf"
  2923.        name="Teal T-neck sweater"
  2924.        description="A soft and warm, teal sweater."
  2925.        effect="+% Defense"
  2926.        type="equip-torso"
  2927.        weight="60"
  2928.        defense=""
  2929.        max-per-slot="1">
  2930.         <sprite gender="male">equipment/chest/T-neck sweater-male.xml|#12634b,29dca6,b1dccf</sprite>
  2931.         <sprite gender="female">equipment/chest/T-neck sweater-female.xml|#12634b,29dca6,b1dccf</sprite>
  2932.     </item>
  2933. <!-- Reserved T-neck sweater 1213 -> 1214
  2934.    <item id="1213"
  2935.        image="equipment/chest/T-neck sweater.png|W:xx"
  2936.        name="xx T-neck sweater"
  2937.        description="A soft and warm, xx sweater."
  2938.        effect="+% Defense"
  2939.        type="equip-torso"
  2940.        weight="60"
  2941.        defense=""
  2942.        max-per-slot="1">
  2943.        <sprite gender="male">equipment/chest/T-neck sweater-male.xml|xx</sprite>
  2944.        <sprite gender="female">equipment/chest/T-neck sweater-female.xml|xx</sprite>
  2945.    </item>
  2946.    <item id="1214"
  2947.        image="equipment/chest/T-neck sweater.png|W:yy"
  2948.        name="yy T-neck sweater"
  2949.        description="A soft and warm, yy sweater."
  2950.        effect="+% Defense"
  2951.        type="equip-torso"
  2952.        weight="60"
  2953.        defense=""
  2954.        max-per-slot="1">
  2955.        <sprite gender="male">equipment/chest/T-neck sweater-male.xml|yy</sprite>
  2956.        <sprite gender="female">equipment/chest/T-neck sweater-female.xml|yy</sprite>
  2957.    </item>    -->      
  2958.     <!-- colored V-neck sweater 1215 -> 1230-->
  2959.     <item id="1215"
  2960.        image="equipment/chest/V-neck sweater.png|W:#A4B2B2,FFFFFF"
  2961.        name="White V-neck sweater"
  2962.        description="A soft and warm, white sweater."
  2963.        effect="+% Defense"
  2964.        type="equip-torso"
  2965.        weight="60"
  2966.        defense=""
  2967.        max-per-slot="1">
  2968.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#A4B2B2,FFFFFF</sprite>
  2969.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#A4B2B2,FFFFFF</sprite>
  2970.     </item>
  2971.     <item id="1216"
  2972.        image="equipment/chest/V-neck sweater.png|W:#000000,202020,404040,dddddd"
  2973.        name="Black V-neck sweater"
  2974.        description="A soft and warm, black sweater."
  2975.        effect="+% Defense"
  2976.        type="equip-torso"
  2977.        weight="60"
  2978.        defense=""
  2979.        max-per-slot="1">
  2980.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#000000,202020,404040,dddddd</sprite>
  2981.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#000000,202020,404040,dddddd</sprite>
  2982.     </item>
  2983.     <item id="1217"
  2984.        image="equipment/chest/V-neck sweater.png|W:#805e74,c6b09b,ffffff"
  2985.        name="Silver V-neck sweater"
  2986.        description="A soft and warm, silver sweater."
  2987.        effect="+% Defense"
  2988.        type="equip-torso"
  2989.        weight="60"
  2990.        defense=""
  2991.        max-per-slot="1">
  2992.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#805e74,c6b09b,ffffff</sprite>
  2993.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#805e74,c6b09b,ffffff</sprite>
  2994.     </item>
  2995.     <item id="1218"
  2996.        image="equipment/chest/V-neck sweater.png|W:#831f2d,be4f2d,f8cc8b"
  2997.        name="Brown V-neck sweater"
  2998.        description="A soft and warm, brown sweater."
  2999.        effect="+% Defense"
  3000.        type="equip-torso"
  3001.        weight="60"
  3002.        defense=""
  3003.        max-per-slot="1">
  3004.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  3005.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  3006.     </item>
  3007.     <item id="1219"
  3008.        image="equipment/chest/V-neck sweater.png|W:#5f0b33,91191c,f9ad81"
  3009.        name="Red V-neck sweater"
  3010.        description="A soft and warm, red sweater."
  3011.        effect="+% Defense"
  3012.        type="equip-torso"
  3013.        weight="60"
  3014.        defense=""
  3015.        max-per-slot="1">
  3016.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#5f0b33,91191c,f9ad81</sprite>
  3017.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#5f0b33,91191c,f9ad81</sprite>
  3018.     </item>
  3019.     <item id="1220"
  3020.        image="equipment/chest/V-neck sweater.png|W:#602486,934cc3,fdc689"
  3021.        name="Purple V-neck sweater"
  3022.        description="A soft and warm, purple sweater."
  3023.        effect="+% Defense"
  3024.        type="equip-torso"
  3025.        weight="60"
  3026.        defense=""
  3027.        max-per-slot="1">
  3028.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#602486,934cc3,fdc689</sprite>
  3029.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#602486,934cc3,fdc689</sprite>
  3030.     </item>
  3031.     <item id="1221"
  3032.        image="equipment/chest/V-neck sweater.png|W:#a24b93,ec46d9,f7eaf4"
  3033.        name="Fushia V-neck sweater"
  3034.        description="A soft and warm, fushia sweater."
  3035.        effect="+% Defense"
  3036.        type="equip-torso"
  3037.        weight="60"
  3038.        defense=""
  3039.        max-per-slot="1">
  3040.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  3041.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  3042.     </item>
  3043.     <item id="1222"
  3044.        image="equipment/chest/V-neck sweater.png|W:#06372b,489e25,fdedcc"
  3045.        name="Green V-neck sweater"
  3046.        description="A soft and warm, green sweater."
  3047.        effect="+% Defense"
  3048.        type="equip-torso"
  3049.        weight="60"
  3050.        defense=""
  3051.        max-per-slot="1">
  3052.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#06372b,489e25,fdedcc</sprite>
  3053.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#06372b,489e25,fdedcc</sprite>
  3054.     </item>
  3055.     <item id="1223"
  3056.        image="equipment/chest/V-neck sweater.png|W:#7ba400,bfff00,ecffb2"
  3057.        name="Lime V-neck sweater"
  3058.        description="A soft and warm, lime sweater."
  3059.        effect="+% Defense"
  3060.        type="equip-torso"
  3061.        weight="60"
  3062.        defense=""
  3063.        max-per-slot="1">
  3064.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#7ba400,bfff00,ecffb2</sprite>
  3065.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#7ba400,bfff00,ecffb2</sprite>
  3066.     </item>
  3067.     <item id="1224"
  3068.        image="equipment/chest/V-neck sweater.png|W:#808000,e3e300,efef92"
  3069.        name="Olive V-neck sweater"
  3070.        description="A soft and warm, olive sweater."
  3071.        effect="+% Defense"
  3072.        type="equip-torso"
  3073.        weight="60"
  3074.        defense=""
  3075.        max-per-slot="1">
  3076.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#808000,e3e300,efef92</sprite>
  3077.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#808000,e3e300,efef92</sprite>
  3078.     </item>
  3079.     <item id="1225"
  3080.        image="equipment/chest/V-neck sweater.png|W:#8c6625,dab425,ffffff"
  3081.        name="Yellow V-neck sweater"
  3082.        description="A soft and warm, yellow sweater."
  3083.        effect="+% Defense"
  3084.        type="equip-torso"
  3085.        weight="60"
  3086.        defense=""
  3087.        max-per-slot="1">
  3088.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#8c6625,dab425,ffffff</sprite>
  3089.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#8c6625,dab425,ffffff</sprite>
  3090.     </item>
  3091.     <item id="1226"
  3092.        image="equipment/chest/V-neck sweater.png|W:#0d1430,21337c,4363e5"
  3093.        name="Navy blue V-neck sweater"
  3094.        description="A soft and warm, navy blue sweater."
  3095.        effect="+% Defense"
  3096.        type="equip-torso"
  3097.        weight="60"
  3098.        defense=""
  3099.        max-per-slot="1">
  3100.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#0d1430,21337c,4363e5</sprite>
  3101.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#0d1430,21337c,4363e5</sprite>
  3102.     </item>
  3103.     <item id="1227"
  3104.        image="equipment/chest/V-neck sweater.png|W:#1c6c74,43d7e5,bae1e5"
  3105.        name="Blue V-neck sweater"
  3106.        description="A soft and warm, blue sweater."
  3107.        effect="+% Defense"
  3108.        type="equip-torso"
  3109.        weight="60"
  3110.        defense=""
  3111.        max-per-slot="1">
  3112.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  3113.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  3114.     </item>
  3115.     <item id="1228"
  3116.        image="equipment/chest/V-neck sweater.png|W:#12634b,29dca6,b1dccf"
  3117.        name="Teal V-neck sweater"
  3118.        description="A soft and warm, teal sweater."
  3119.        effect="+% Defense"
  3120.        type="equip-torso"
  3121.        weight="60"
  3122.        defense=""
  3123.        max-per-slot="1">
  3124.         <sprite gender="male">equipment/chest/V-neck sweater-male.xml|#12634b,29dca6,b1dccf</sprite>
  3125.         <sprite gender="female">equipment/chest/V-neck sweater-female.xml|#12634b,29dca6,b1dccf</sprite>
  3126.     </item>
  3127. <!-- Reserved V-neck sweater 1229 -> 1230
  3128.    <item id="1229"
  3129.        image="equipment/chest/V-neck sweater.png|W:xx"
  3130.        name="xx V-neck sweater"
  3131.        description="A soft and warm, xx sweater."
  3132.        effect="+% Defense"
  3133.        type="equip-torso"
  3134.        weight="60"
  3135.        defense=""
  3136.        max-per-slot="1">
  3137.        <sprite gender="male">equipment/chest/V-neck sweater-male.xml|xx</sprite>
  3138.        <sprite gender="female">equipment/chest/V-neck sweater-female.xml|xx</sprite>
  3139.    </item>
  3140.    <item id="1230"
  3141.        image="equipment/chest/V-neck sweater.png|W:yy"
  3142.        name="yy V-neck sweater"
  3143.        description="A soft and warm, yy sweater."
  3144.        effect="+% Defense"
  3145.        type="equip-torso"
  3146.        weight="60"
  3147.        defense=""
  3148.        max-per-slot="1">
  3149.        <sprite gender="male">equipment/chest/V-neck sweater-male.xml|yy</sprite>
  3150.        <sprite gender="female">equipment/chest/V-neck sweater-female.xml|yy</sprite>
  3151.    </item>    -->        
  3152.     <item id="1231"
  3153.        image="equipment/chest/warlordplate.png"
  3154.        name="Warlord plate"
  3155.        description="Strong and decorative armor."
  3156.        effect="+% Defense"
  3157.        type="equip-torso"
  3158.        weight="2300"
  3159.        defense=""
  3160.        max-per-slot="1">
  3161.         <sprite gender="male">equipment/chest/warlordplate-male.xml</sprite>
  3162.         <sprite gender="female">equipment/chest/warlordplate-female.xml</sprite>
  3163.     </item>
  3164.         <item id="1232"
  3165.        image="equipment/chest/brassplate.png"
  3166.        name="Brass plate"
  3167.        description="Uncommon powerful armor."
  3168.        effect="+% Defense"
  3169.        type="equip-torso"
  3170.        weight="2000"
  3171.        defense=""
  3172.        max-per-slot="1">
  3173.         <sprite gender="male">equipment/chest/brassplate-male.xml|#FBF5E9</sprite>
  3174.         <sprite gender="female">equipment/chest/brassplate-female.xml|#FBF5E9</sprite>
  3175.     </item>
  3176.  
  3177.  
  3178.     <!-- Boots -->
  3179.     <item id="1400"
  3180.        image="equipment/feet/assassinboots.png|W:#808080;R:#F4F0EC"
  3181.        name="Assassin boots"
  3182.        description="Boots for a trainee assassin."
  3183.        effect="+2% Defense"
  3184.        type="equip-feet"
  3185.        weight="35"
  3186.        defense="2"
  3187.        max-per-slot="1">
  3188.         <sprite gender="male">equipment/feet/assassinboots-male.xml|W:#808080;R:#F4F0EC</sprite>
  3189.         <sprite gender="female">equipment/feet/assassinboots-female.xml|W:#808080;R:#F4F0EC</sprite>
  3190.     </item>
  3191.     <item id="1401"
  3192.        image="equipment/feet/assassinboots.png|W:#F4F0EC;R:#D40000"
  3193.        name="Advanced assassin boots"
  3194.        description="Boots for an advanced assassin."
  3195.        effect="+3% Defense"
  3196.        type="equip-feet"
  3197.        weight="35"
  3198.        defense="3"
  3199.        max-per-slot="1">
  3200.         <sprite gender="male">equipment/feet/assassinboots-male.xml|W:#F4F0EC;R:#D40000</sprite>
  3201.         <sprite gender="female">equipment/feet/assassinboots-female.xml|W:#F4F0EC;R:#D40000</sprite>
  3202.     </item>
  3203.     <item id="1402"
  3204.        image="equipment/feet/assassinboots.png|R:#D40000"
  3205.        name="Elite assassin boots"
  3206.        description="Boots for an elite assassin."
  3207.        effect="+5% Defense"
  3208.        type="equip-feet"
  3209.        weight="35"
  3210.        defense="5"
  3211.        max-per-slot="1">
  3212.         <sprite gender="male">equipment/feet/assassinboots-male.xml|R:#D40000</sprite>
  3213.         <sprite gender="female">equipment/feet/assassinboots-female.xml|R:#D40000</sprite>
  3214.     </item>
  3215.     <item id="1403"
  3216.        image="equipment/feet/blackboots.png"
  3217.        name="Black boots"
  3218.        description="Steel toe capped boots, designed to keep your feet very well protected."
  3219.        effect="+4% Defense"
  3220.        type="equip-feet"
  3221.        weight="40"
  3222.        defense="4"
  3223.        max-per-slot="1">
  3224.         <sprite gender="male">equipment/feet/blackboots-male.xml</sprite>
  3225.         <sprite gender="female">equipment/feet/blackboots-female.xml</sprite>
  3226.     </item>
  3227.     <item id="1404"
  3228.        image="equipment/feet/furboots.png"
  3229.        name="Fur boots"
  3230.        description="White fur boots."
  3231.        effect="+3% Defense"
  3232.        type="equip-feet"
  3233.        weight="55"
  3234.        defense="3"
  3235.        max-per-slot="1">
  3236.         <sprite gender="male">equipment/feet/furboots-male.xml</sprite>
  3237.         <sprite gender="female">equipment/feet/furboots-female.xml</sprite>
  3238.     </item>
  3239.     <item id="1405"
  3240.        image="equipment/feet/leatherboots.png"
  3241.        name="Leather boots"
  3242.        description="Robust leather boots, ideal for travelling."
  3243.        effect="+2% Defense"
  3244.        type="equip-feet"
  3245.        weight="50"
  3246.        defense="2"
  3247.        max-per-slot="1">
  3248.         <sprite gender="male">equipment/feet/leatherboots-male.xml</sprite>
  3249.         <sprite gender="female">equipment/feet/leatherboots-female.xml</sprite>
  3250.     </item>
  3251.     <item id="1406"
  3252.        image="equipment/feet/warlordboots.png"
  3253.        name="Warlord boots"
  3254.        description="Worn by great warriors."
  3255.        effect="+6% Defense"
  3256.        type="equip-feet"
  3257.        weight="75"
  3258.        defense="6"
  3259.        max-per-slot="1">
  3260.         <sprite gender="male">equipment/feet/warlordboots-male.xml</sprite>
  3261.         <sprite gender="female">equipment/feet/warlordboots-female.xml</sprite>
  3262.     </item>
  3263. <!-- colored boots 1407 -> 1422-->
  3264.     <item id="1407"
  3265.        image="equipment/feet/boots.png|W:#A4B2B2,FFFFFF"
  3266.        name="White boots"
  3267.        description="White boots made for beginners."
  3268.        effect="+1% Defense"
  3269.        type="equip-feet"
  3270.        weight="30"
  3271.        defense="1"
  3272.        max-per-slot="1">
  3273.         <sprite gender="male">equipment/feet/boots-male.xml|#A4B2B2,FFFFFF</sprite>
  3274.         <sprite gender="female">equipment/feet/boots-female.xml|#A4B2B2,FFFFFF</sprite>
  3275.     </item>
  3276.     <item id="1408"
  3277.        image="equipment/feet/boots.png|W:#000000,202020,404040,dddddd"
  3278.        name="Black boots"
  3279.        description="Black boots made for beginners."
  3280.        effect="+1% Defense"
  3281.        type="equip-feet"
  3282.        weight="30"
  3283.        defense="1"
  3284.        max-per-slot="1">
  3285.         <sprite gender="male">equipment/feet/boots-male.xml|#000000,202020,404040,dddddd</sprite>
  3286.         <sprite gender="female">equipment/feet/boots-female.xml|#000000,202020,404040,dddddd</sprite>
  3287.     </item>
  3288.     <item id="1409"
  3289.        image="equipment/feet/boots.png|W:#805e74,c6b09b,ffffff"
  3290.        name="Silver boots"
  3291.        description="Silver boots made for beginners."
  3292.        effect="+1% Defense"
  3293.        type="equip-feet"
  3294.        weight="30"
  3295.        defense="1"
  3296.        max-per-slot="1">
  3297.         <sprite gender="male">equipment/feet/boots-male.xml|#805e74,c6b09b,ffffff</sprite>
  3298.         <sprite gender="female">equipment/feet/boots-female.xml|#805e74,c6b09b,ffffff</sprite>
  3299.     </item>
  3300.     <item id="1410"
  3301.        image="equipment/feet/boots.png|W:#831f2d,be4f2d,f8cc8b"
  3302.        name="Brown boots"
  3303.        description="Brown boots made for beginners."
  3304.        effect="+1% Defense"
  3305.        type="equip-feet"
  3306.        weight="30"
  3307.        defense="1"
  3308.        max-per-slot="1">
  3309.         <sprite gender="male">equipment/feet/boots-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  3310.         <sprite gender="female">equipment/feet/boots-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  3311.     </item>
  3312.     <item id="1411"
  3313.        image="equipment/feet/boots.png|W:#5f0b33,91191c,f9ad81"
  3314.        name="Red boots"
  3315.        description="Red boots made for beginners."
  3316.        effect="+1% Defense"
  3317.        type="equip-feet"
  3318.        weight="30"
  3319.        defense="1"
  3320.        max-per-slot="1">
  3321.         <sprite gender="male">equipment/feet/boots-male.xml|#5f0b33,91191c,f9ad81</sprite>
  3322.         <sprite gender="female">equipment/feet/boots-female.xml|#5f0b33,91191c,f9ad81</sprite>
  3323.     </item>
  3324.     <item id="1412"
  3325.        image="equipment/feet/boots.png|W:#602486,934cc3,fdc689"
  3326.        name="Purple boots"
  3327.        description="Purple boots made for beginners."
  3328.        effect="+1% Defense"
  3329.        type="equip-feet"
  3330.        weight="30"
  3331.        defense="1"
  3332.        max-per-slot="1">
  3333.         <sprite gender="male">equipment/feet/boots-male.xml|#602486,934cc3,fdc689</sprite>
  3334.         <sprite gender="female">equipment/feet/boots-female.xml|#602486,934cc3,fdc689</sprite>
  3335.     </item>
  3336.     <item id="1413"
  3337.        image="equipment/feet/boots.png|W:#a24b93,ec46d9,f7eaf4"
  3338.        name="Fushia boots"
  3339.        description="Fushia boots made for beginners."
  3340.        effect="+1% Defense"
  3341.        type="equip-feet"
  3342.        weight="30"
  3343.        defense="1"
  3344.        max-per-slot="1">
  3345.         <sprite gender="male">equipment/feet/boots-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  3346.         <sprite gender="female">equipment/feet/boots-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  3347.     </item>
  3348.     <item id="1414"
  3349.        image="equipment/feet/boots.png|W:#06372b,489e25,fdedcc"
  3350.        name="Green boots"
  3351.        description="Green boots made for beginners."
  3352.        effect="+1% Defense"
  3353.        type="equip-feet"
  3354.        weight="30"
  3355.        defense="1"
  3356.        max-per-slot="1">
  3357.         <sprite gender="male">equipment/feet/boots-male.xml|#06372b,489e25,fdedcc</sprite>
  3358.         <sprite gender="female">equipment/feet/boots-female.xml|#06372b,489e25,fdedcc</sprite>
  3359.     </item>
  3360.     <item id="1415"
  3361.        image="equipment/feet/boots.png|W:#7ba400,bfff00,ecffb2"
  3362.        name="Lime boots"
  3363.        description="Lime boots made for beginners."
  3364.        effect="+1% Defense"
  3365.        type="equip-feet"
  3366.        weight="30"
  3367.        defense="1"
  3368.        max-per-slot="1">
  3369.         <sprite gender="male">equipment/feet/boots-male.xml|#7ba400,bfff00,ecffb2</sprite>
  3370.         <sprite gender="female">equipment/feet/boots-female.xml|#7ba400,bfff00,ecffb2</sprite>
  3371.     </item>
  3372.     <item id="1416"
  3373.        image="equipment/feet/boots.png|W:#808000,e3e300,efef92"
  3374.        name="Olive boots"
  3375.        description="Olive boots made for beginners."
  3376.        effect="+1% Defense"
  3377.        type="equip-feet"
  3378.        weight="30"
  3379.        defense="1"
  3380.        max-per-slot="1">
  3381.         <sprite gender="male">equipment/feet/boots-male.xml|#808000,e3e300,efef92</sprite>
  3382.         <sprite gender="female">equipment/feet/boots-female.xml|#808000,e3e300,efef92</sprite>
  3383.     </item>
  3384.     <item id="1417"
  3385.        image="equipment/feet/boots.png|W:#8c6625,dab425,ffffff"
  3386.        name="Yellow boots"
  3387.        description="Yellow boots made for beginners."
  3388.        effect="+1% Defense"
  3389.        type="equip-feet"
  3390.        weight="30"
  3391.        defense="1"
  3392.        max-per-slot="1">
  3393.         <sprite gender="male">equipment/feet/boots-male.xml|#8c6625,dab425,ffffff</sprite>
  3394.         <sprite gender="female">equipment/feet/boots-female.xml|#8c6625,dab425,ffffff</sprite>
  3395.     </item>
  3396.     <item id="1418"
  3397.        image="equipment/feet/boots.png|W:#0d1430,21337c,4363e5"
  3398.        name="Navy blue boots"
  3399.        description="Navy blue boots made for beginners."
  3400.        effect="+1% Defense"
  3401.        type="equip-feet"
  3402.        weight="30"
  3403.        defense="1"
  3404.        max-per-slot="1">
  3405.         <sprite gender="male">equipment/feet/boots-male.xml|#0d1430,21337c,4363e5</sprite>
  3406.         <sprite gender="female">equipment/feet/boots-female.xml|#0d1430,21337c,4363e5</sprite>
  3407.     </item>
  3408.     <item id="1419"
  3409.        image="equipment/feet/boots.png|W:#1c6c74,43d7e5,bae1e5"
  3410.        name="Blue boots"
  3411.        description="Blue boots made for beginners."
  3412.        effect="+1% Defense"
  3413.        type="equip-feet"
  3414.        weight="30"
  3415.        defense="1"
  3416.        max-per-slot="1">
  3417.         <sprite gender="male">equipment/feet/boots-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  3418.         <sprite gender="female">equipment/feet/boots-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  3419.     </item>
  3420.     <item id="1420"
  3421.        image="equipment/feet/boots.png|W:#12634b,29dca6,b1dccf"
  3422.        name="Teal boots"
  3423.        description="Teal boots made for beginners."
  3424.        effect="+1% Defense"
  3425.        type="equip-feet"
  3426.        weight="30"
  3427.        defense="1"
  3428.        max-per-slot="1">
  3429.         <sprite gender="male">equipment/feet/boots-male.xml|#12634b,29dca6,b1dccf</sprite>
  3430.         <sprite gender="female">equipment/feet/boots-female.xml|#12634b,29dca6,b1dccf</sprite>
  3431.     </item>
  3432. <!-- Reserved boots 1421 -> 1422
  3433.    <item id="1421"
  3434.        image="equipment/feet/boots.png|W:xx"
  3435.        name="xx boots"
  3436.        description="xx boots made for beginners."
  3437.        effect="+1% Defense"
  3438.        type="equip-feet"
  3439.        weight="30"
  3440.        defense="1"
  3441.        max-per-slot="1">
  3442.        <sprite gender="male">equipment/feet/boots-male.xml|xx</sprite>
  3443.        <sprite gender="female">equipment/feet/boots-female.xml|xx</sprite>
  3444.    </item>
  3445.    <item id="1422"
  3446.        image="equipment/feet/boots.png|yy"
  3447.        name="yy boots"
  3448.        description="yy boots made for beginners"
  3449.        effect="+1% Defense"
  3450.        type="equip-feet"
  3451.        weight="30"
  3452.        defense="1"
  3453.        max-per-slot="1">
  3454.        <sprite gender="male">equipment/feet/boots-male.xml|yy</sprite>
  3455.        <sprite gender="female">equipment/feet/boots-female.xml|yy</sprite>
  3456.    </item>
  3457.    -->
  3458.  
  3459.  
  3460.  
  3461.  
  3462.  
  3463.     <!-- Gloves -->
  3464.     <item id="1500"
  3465.        image="equipment/hands/assassingloves.png|W:#808080;R:#F4F0EC"
  3466.        name="Assassin gloves"
  3467.        description="Gloves for a trainee assassin."
  3468.        effect="+2% Defense"
  3469.        type="equip-arms"
  3470.        weight="25"
  3471.        defense="2"
  3472.        max-per-slot="1">
  3473.         <sprite gender="male">equipment/hands/assassingloves-male.xml|W:#808080;R:#F4F0EC</sprite>
  3474.         <sprite gender="female">equipment/hands/assassingloves-female.xml|W:#808080;R:#F4F0EC</sprite>
  3475.     </item>
  3476.     <item id="1501"
  3477.        image="equipment/hands/assassingloves.png|W:#F4F0EC;R:#D40000"
  3478.        name="Advanced assassin gloves"
  3479.        description="Gloves for an experienced assassin."
  3480.        effect="+3% Defense"
  3481.        type="equip-arms"
  3482.        weight="25"
  3483.        defense="3"
  3484.        max-per-slot="1">
  3485.         <sprite gender="male">equipment/hands/assassingloves-male.xml|W:#F4F0EC;R:#D40000</sprite>
  3486.         <sprite gender="female">equipment/hands/assassingloves-female.xml|W:#F4F0EC;R:#D40000</sprite>
  3487.     </item>
  3488.     <item id="1502"
  3489.        image="equipment/hands/assassingloves.png|R:#D40000"
  3490.        name="Elite assassin gloves"
  3491.        description="Gloves for an elite assassin."
  3492.        effect="+5% Defense"
  3493.        type="equip-arms"
  3494.        weight="25"
  3495.        defense="5"
  3496.        max-per-slot="1">
  3497.         <sprite gender="male">equipment/hands/assassingloves-male.xml|R:#D40000</sprite>
  3498.         <sprite gender="female">equipment/hands/assassingloves-female.xml|R:#D40000</sprite>
  3499.     </item>
  3500.     <item id="1503"
  3501.        image="equipment/hands/minergloves.png|W:#000000,202020,404040,dddddd"
  3502.        name="Miner gloves"
  3503.        description="Quite useful gloves used by miners."
  3504.        effect="+4% Defense"
  3505.        type="equip-arms"
  3506.        weight="30"
  3507.        defense="4"
  3508.        max-per-slot="1">
  3509.         <sprite gender="male">equipment/hands/gloves-male.xml|#000000,202020,404040,dddddd</sprite>
  3510.         <sprite gender="female">equipment/hands/gloves-female.xml|#000000,202020,404040,dddddd</sprite>
  3511.     </item>
  3512.     <item id="1504"
  3513.        image="equipment/hands/leathergloves.png"
  3514.        name="Leather gloves"
  3515.        description="Gloves made of hardened leather."
  3516.        effect="+2% Defense"
  3517.        type="equip-arms"
  3518.        weight="40"
  3519.        defense="2"
  3520.        max-per-slot="1">
  3521.         <sprite gender="male">equipment/hands/gloves-male.xml|#4e2e18,c8752f</sprite>
  3522.         <sprite gender="female">equipment/hands/gloves-female.xml|#4e2e18,c8752f</sprite>
  3523.     </item>
  3524.     <item id="1505"
  3525.        image="equipment/feet/warlordgloves.png"
  3526.        name="Warlord gloves"
  3527.        description="Worn by great warriors."
  3528.        effect="+6% Defense"
  3529.        type="equip-arms"
  3530.        weight="65"
  3531.        defense="6"
  3532.        max-per-slot="1">
  3533.         <sprite gender="male">equipment/hands/warlordgloves-male.xml</sprite>
  3534.         <sprite gender="female">equipment/hands/warlordgloves-female.xml</sprite>
  3535.     </item>
  3536. <!-- colored gloves 1506-> 1521-->
  3537.     <item id="1506"
  3538.        image="equipment/hands/gloves.png|W:#A4B2B2,FFFFFF"
  3539.        name="White gloves"
  3540.        description="White cotton gloves made for beginners."
  3541.        effect="+1% Defense"
  3542.        type="equip-arms"
  3543.        weight="20"
  3544.        defense="1"
  3545.        max-per-slot="1">
  3546.         <sprite gender="male">equipment/hands/gloves-male.xml|#A4B2B2,FFFFFF</sprite>
  3547.         <sprite gender="female">equipment/feet/gloves-female.xml|#A4B2B2,FFFFFF</sprite>
  3548.     </item>
  3549.     <item id="1507"
  3550.        image="equipment/hands/gloves.png|W:#000000,202020,404040,dddddd"
  3551.        name="Black gloves"
  3552.        description="Black cotton gloves made for beginners."
  3553.        effect="+1% Defense"
  3554.        type="equip-arms"
  3555.        weight="30"
  3556.        defense="1"
  3557.        max-per-slot="1">
  3558.         <sprite gender="male">equipment/hands/gloves-male.xml|#000000,202020,404040,dddddd</sprite>
  3559.         <sprite gender="female">equipment/hands/gloves-female.xml|#000000,202020,404040,dddddd</sprite>
  3560.     </item>
  3561.     <item id="1508"
  3562.        image="equipment/hands/gloves.png|W:#805e74,c6b09b,ffffff"
  3563.        name="Silver gloves"
  3564.        description="Silver cotton gloves made for beginners."
  3565.        effect="+1% Defense"
  3566.        type="equip-arms"
  3567.        weight="20"
  3568.        defense="1"
  3569.        max-per-slot="1">
  3570.         <sprite gender="male">equipment/hands/gloves-male.xml|#805e74,c6b09b,ffffff</sprite>
  3571.         <sprite gender="female">equipment/hands/gloves-female.xml|#805e74,c6b09b,ffffff</sprite>
  3572.     </item>
  3573.     <item id="1509"
  3574.        image="equipment/hands/gloves.png|W:#831f2d,be4f2d,f8cc8b"
  3575.        name="Brown gloves"
  3576.        description="Brown cotton gloves made for beginners."
  3577.        effect="+1% Defense"
  3578.        type="equip-arms"
  3579.        weight="20"
  3580.        defense="1"
  3581.        max-per-slot="1">
  3582.         <sprite gender="male">equipment/hands/gloves-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  3583.         <sprite gender="female">equipment/hands/gloves-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  3584.     </item>
  3585.     <item id="1510"
  3586.        image="equipment/hands/gloves.png|W:#5f0b33,91191c,f9ad81"
  3587.        name="Red gloves"
  3588.        description="Red cotton gloves made for beginners."
  3589.        effect="+1% Defense"
  3590.        type="equip-arms"
  3591.        weight="20"
  3592.        defense="1"
  3593.        max-per-slot="1">
  3594.         <sprite gender="male">equipment/hands/gloves-male.xml|#5f0b33,91191c,f9ad81</sprite>
  3595.         <sprite gender="female">equipment/hands/gloves-female.xml|#5f0b33,91191c,f9ad81</sprite>
  3596.     </item>
  3597.     <item id="1511"
  3598.        image="equipment/hands/gloves.png|W:#602486,934cc3,fdc689"
  3599.        name="Purple gloves"
  3600.        description="Purple cotton gloves made for beginners."
  3601.        effect="+1% Defense"
  3602.        type="equip-arms"
  3603.        weight="20"
  3604.        defense="1"
  3605.        max-per-slot="1">
  3606.         <sprite gender="male">equipment/hands/gloves-male.xml|#602486,934cc3,fdc689</sprite>
  3607.         <sprite gender="female">equipment/hands/gloves-female.xml|#602486,934cc3,fdc689</sprite>
  3608.     </item>
  3609.     <item id="1512"
  3610.        image="equipment/hands/gloves.png|W:#a24b93,ec46d9,f7eaf4"
  3611.        name="Fushia gloves"
  3612.        description="Fushia cotton gloves made for beginners."
  3613.        effect="+1% Defense"
  3614.        type="equip-arms"
  3615.        weight="20"
  3616.        defense="1"
  3617.        max-per-slot="1">
  3618.         <sprite gender="male">equipment/hands/gloves-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  3619.         <sprite gender="female">equipment/hands/gloves-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  3620.     </item>
  3621.     <item id="1513"
  3622.        image="equipment/hands/gloves.png|W:#06372b,489e25,fdedcc"
  3623.        name="Green gloves"
  3624.        description="Green cotton gloves made for beginners."
  3625.        effect="+1% Defense"
  3626.        type="equip-arms"
  3627.        weight="20"
  3628.        defense="1"
  3629.        max-per-slot="1">
  3630.         <sprite gender="male">equipment/hands/gloves-male.xml|#06372b,489e25,fdedcc</sprite>
  3631.         <sprite gender="female">equipment/hands/gloves-female.xml|#06372b,489e25,fdedcc</sprite>
  3632.     </item>
  3633.     <item id="1514"
  3634.        image="equipment/hands/gloves.png|W:#7ba400,bfff00,ecffb2"
  3635.        name="Lime gloves"
  3636.        description="Lime gloves made for beginners."
  3637.        effect="+1% Defense"
  3638.        type="equip-arms"
  3639.        weight="20"
  3640.        defense="1"
  3641.        max-per-slot="1">
  3642.         <sprite gender="male">equipment/hands/gloves-male.xml|#7ba400,bfff00,ecffb2</sprite>
  3643.         <sprite gender="female">equipment/hands/gloves-female.xml|#7ba400,bfff00,ecffb2</sprite>
  3644.     </item>
  3645.     <item id="1515"
  3646.        image="equipment/hands/gloves.png|W:#808000,e3e300,efef92"
  3647.        name="Olive gloves"
  3648.        description="Olive cotton gloves made for beginners."
  3649.        effect="+1% Defense"
  3650.        type="equip-arms"
  3651.        weight="20"
  3652.        defense="1"
  3653.        max-per-slot="1">
  3654.         <sprite gender="male">equipment/feet/gloves-male.xml|#808000,e3e300,efef92</sprite>
  3655.         <sprite gender="female">equipment/feet/gloves-female.xml|#808000,e3e300,efef92</sprite>
  3656.     </item>
  3657.     <item id="1516"
  3658.        image="equipment/hands/gloves.png|W:#8c6625,dab425,ffffff"
  3659.        name="Yellow gloves"
  3660.        description="Yellow cotton gloves made for beginners."
  3661.        effect="+1% Defense"
  3662.        type="equip-arms"
  3663.        weight="20"
  3664.        defense="1"
  3665.        max-per-slot="1">
  3666.         <sprite gender="male">equipment/hands/gloves-male.xml|#8c6625,dab425,ffffff</sprite>
  3667.         <sprite gender="female">equipment/hands/gloves-female.xml|#8c6625,dab425,ffffff</sprite>
  3668.     </item>
  3669.     <item id="1517"
  3670.        image="equipment/hands/gloves.png|W:#0d1430,21337c,4363e5"
  3671.        name="Navy blue gloves"
  3672.        description="Navy blue cotton gloves made for beginners."
  3673.        effect="+1% Defense"
  3674.        type="equip-arms"
  3675.        weight="20"
  3676.        defense="1"
  3677.        max-per-slot="1">
  3678.         <sprite gender="male">equipment/hands/gloves-male.xml|#0d1430,21337c,4363e5</sprite>
  3679.         <sprite gender="female">equipment/hands/gloves-female.xml|#0d1430,21337c,4363e5</sprite>
  3680.     </item>
  3681.     <item id="1518"
  3682.        image="equipment/hands/gloves.png|W:#1c6c74,43d7e5,bae1e5"
  3683.        name="Blue gloves"
  3684.        description="Blue cotton gloves made for beginners."
  3685.        effect="+1% Defense"
  3686.        type="equip-arms"
  3687.        weight="20"
  3688.        defense="1"
  3689.        max-per-slot="1">
  3690.         <sprite gender="male">equipment/hands/gloves-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  3691.         <sprite gender="female">equipment/hands/gloves-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  3692.     </item>
  3693.     <item id="1519"
  3694.        image="equipment/hands/gloves.png|W:#12634b,29dca6,b1dccf"
  3695.        name="Teal gloves"
  3696.        description="Teal cotton gloves made for beginners."
  3697.        effect="+1% Defense"
  3698.        type="equip-arms"
  3699.        weight="20"
  3700.        defense="1"
  3701.        max-per-slot="1">
  3702.         <sprite gender="male">equipment/hands/gloves-male.xml|#12634b,29dca6,b1dccf</sprite>
  3703.         <sprite gender="female">equipment/hands/gloves-female.xml|#12634b,29dca6,b1dccf</sprite>
  3704.     </item>
  3705. <!-- Reserved gloves 1520 -> 1521
  3706.    <item id="1520"
  3707.        image="equipment/hands/gloves.png|W:xx"
  3708.        name="xx gloves"
  3709.        description="xx cotton gloves made for beginners."
  3710.        effect="+1% Defense"
  3711.        type="equip-arms"
  3712.        weight="20"
  3713.        defense="1"
  3714.        max-per-slot="1">
  3715.        <sprite gender="male">equipment/hands/gloves-male.xml|xx</sprite>
  3716.        <sprite gender="female">equipment/hands/gloves-female.xml|xx</sprite>
  3717.    </item>
  3718.    <item id="1521"
  3719.        image="equipment/hands/gloves.png|W:yy"
  3720.        name="yy gloves"
  3721.        description="yy cotton gloves made for beginners."
  3722.        effect="+1% Defense"
  3723.        type="equip-arms"
  3724.        weight="20"
  3725.        defense="1"
  3726.        max-per-slot="1">
  3727.        <sprite gender="male">equipment/hands/gloves-male.xml|yy</sprite>
  3728.        <sprite gender="female">equipment/hands/gloves-female.xml|yy</sprite>
  3729.    </item>
  3730.    -->
  3731.  
  3732.  
  3733.     <!-- Pants -->
  3734.     <item id="1600"
  3735.     image="equipment/leg/assassinpants.png|W:#808080;R:#F4F0EC"
  3736.        name="Assassin pants"
  3737.        description="Pants for a trainee assassin."
  3738.        effect="+% Defense"
  3739.        type="equip-legs"
  3740.        weight="45"
  3741.        defense=""
  3742.        max-per-slot="1">
  3743.         <sprite gender="male">equipment/leg/assassinpants-male.xml|W:#808080;R:#F4F0EC</sprite>
  3744.         <sprite gender="female">equipment/leg/assassinpants-female.xml|W:#808080;R:#F4F0EC</sprite>
  3745.     </item>
  3746.     <item id="1601"
  3747.        image="equipment/leg/assassinpants.png|W:#F4F0EC;R:#D40000"
  3748.        name="Advanced assassin pants"
  3749.        description="Pants for an experienced assassin."
  3750.        effect="+% Defense"
  3751.        type="equip-legs"
  3752.        weight="45"
  3753.        defense=""
  3754.        max-per-slot="1">
  3755.         <sprite gender="male">equipment/leg/assassinpants-male.xml|W:#F4F0EC;R:#D40000</sprite>
  3756.         <sprite gender="female">equipment/leg/assassinpants-female.xml|W:#F4F0EC;R:#D40000</sprite>
  3757.     </item>
  3758.     <item id="1602"
  3759.        image="equipment/leg/assassingpants.png|R:#D40000"
  3760.        name="Elite assassin pants"
  3761.        description="Pants for an elite assassin."
  3762.        effect="+% Defense"
  3763.        type="equip-legs"
  3764.        weight="45"
  3765.        defense=""
  3766.        max-per-slot="1">
  3767.         <sprite gender="male">equipment/leg/assassinpants-male.xml|R:#D40000</sprite>
  3768.         <sprite gender="female">equipment/leg/assassinpants-female.xml|R:#D40000</sprite>
  3769.     </item>
  3770.     <item id="1603"
  3771.        image="equipment/leg/jeanchaps.png"
  3772.        name="Jeans"
  3773.        description="Denim jeans."
  3774.        effect="+% Defense"
  3775.        type="equip-legs"
  3776.        weight="50"
  3777.        defense=""
  3778.        max-per-slot="1">
  3779.         <sprite gender="male">equipment/leg/jeanchaps-male.xml</sprite>
  3780.         <sprite gender="female">equipment/leg/jeanchaps-female.xml</sprite>
  3781.     </item>
  3782. <!-- colored pants 1604 -> 1619-->
  3783.     <item id="1604"
  3784.        image="equipment/leg/longpants.png|W:#A4B2B2,FFFFFF"
  3785.        name="White pants"
  3786.        description="Long cotton white pants."
  3787.        effect="+% Defense"
  3788.        type="equip-legs"
  3789.        weight="100"
  3790.        defense=""
  3791.        max-per-slot="1">
  3792.         <sprite gender="male">equipment/leg/longpants-male.xml|#A4B2B2,FFFFFF</sprite>
  3793.         <sprite gender="female">equipment/leg/longpants-female.xml|#A4B2B2,FFFFFF</sprite>
  3794.     </item>
  3795.     <item id="1605"
  3796.        image="equipment/leg/longpants.png|W:#000000,202020,404040,dddddd"
  3797.        name="Black pants"
  3798.        description="Long cotton black pants."
  3799.        effect="+% Defense"
  3800.        type="equip-legs"
  3801.        weight="100"
  3802.        defense=""
  3803.        max-per-slot="1">
  3804.         <sprite gender="male">equipment/leg/longpants-male.xml|#000000,202020,404040,dddddd</sprite>
  3805.         <sprite gender="female">equipment/leg/longpants-female.xml|#000000,202020,404040,dddddd</sprite>
  3806.     </item>
  3807.     <item id="1606"
  3808.        image="equipment/leg/longpants.png|W:#805e74,c6b09b,ffffff"
  3809.        name="Silver pants"
  3810.        description="Long cotton silver pants."
  3811.        effect="+% Defense"
  3812.        type="equip-legs"
  3813.        weight="100"
  3814.        defense=""
  3815.        max-per-slot="1">
  3816.         <sprite gender="male">equipment/leg/longpants-male.xml|#805e74,c6b09b,ffffff</sprite>
  3817.         <sprite gender="female">equipment/leg/longpants-female.xml|#805e74,c6b09b,ffffff</sprite>
  3818.     </item>
  3819.     <item id="1607"
  3820.        image="equipment/leg/longpants.png|W:#831f2d,be4f2d,f8cc8b"
  3821.        name="Brown pants"
  3822.        description="Long cotton brown pants."
  3823.        effect="+% Defense"
  3824.        type="equip-legs"
  3825.        weight="100"
  3826.        defense=""
  3827.        max-per-slot="1">
  3828.         <sprite gender="male">equipment/leg/longpants-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  3829.         <sprite gender="female">equipment/leg/longpants-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  3830.     </item>
  3831.     <item id="1608"
  3832.        image="equipment/leg/longpants.png|W:#5f0b33,91191c,f9ad81"
  3833.        name="Red pants"
  3834.        description="Long cotton red pants."
  3835.        effect="+% Defense"
  3836.        type="equip-legs"
  3837.        weight="100"
  3838.        defense=""
  3839.        max-per-slot="1">
  3840.         <sprite gender="male">equipment/leg/longpants-male.xml|#5f0b33,91191c,f9ad81</sprite>
  3841.         <sprite gender="female">equipment/leg/longpants-female.xml|#5f0b33,91191c,f9ad81</sprite>
  3842.     </item>
  3843.     <item id="1609"
  3844.        image="equipment/leg/longpants.png|W:#602486,934cc3,fdc689"
  3845.        name="Purple pants"
  3846.        description="Long cotton purple pants."
  3847.        effect="+% Defense"
  3848.        type="equip-legs"
  3849.        weight="100"
  3850.        defense=""
  3851.        max-per-slot="1">
  3852.         <sprite gender="male">equipment/leg/longpants-male.xml|#602486,934cc3,fdc689</sprite>
  3853.         <sprite gender="female">equipment/leg/longpants-female.xml|#602486,934cc3,fdc689</sprite>
  3854.     </item>
  3855.     <item id="1610"
  3856.        image="equipment/leg/longpants.png|W:#a24b93,ec46d9,f7eaf4"
  3857.        name="Fushia pants"
  3858.        description="Long cotton fushia pants."
  3859.        effect="+% Defense"
  3860.        type="equip-legs"
  3861.        weight="100"
  3862.        defense=""
  3863.        max-per-slot="1">
  3864.         <sprite gender="male">equipment/leg/longpants-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  3865.         <sprite gender="female">equipment/leg/longpants-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  3866.     </item>
  3867.     <item id="1611"
  3868.        image="equipment/leg/longpants.png|W:#06372b,489e25,fdedcc"
  3869.        name="Green pants"
  3870.        description="Long cotton green pants."
  3871.        effect="+% Defense"
  3872.        type="equip-leg"
  3873.        weight="100"
  3874.        defense=""
  3875.        max-per-slot="1">
  3876.         <sprite gender="male">equipment/leg/longpants-male.xml|#06372b,489e25,fdedcc</sprite>
  3877.         <sprite gender="female">equipment/leg/longpants-female.xml|#06372b,489e25,fdedcc</sprite>
  3878.     </item>
  3879.     <item id="1612"
  3880.        image="equipment/leg/longpants.png|W:#7ba400,bfff00,ecffb2"
  3881.        name="Lime pants"
  3882.        description="Long cotton lime pants."
  3883.        effect="+% Defense"
  3884.        type="equip-legs"
  3885.        weight="100"
  3886.        defense=""
  3887.        max-per-slot="1">
  3888.         <sprite gender="male">equipment/leg/longpants-male.xml|#7ba400,bfff00,ecffb2</sprite>
  3889.         <sprite gender="female">equipment/leg/longpants-female.xml|#7ba400,bfff00,ecffb2</sprite>
  3890.     </item>
  3891.     <item id="1613"
  3892.        image="equipment/leg/longpants.png|W:#808000,e3e300,efef92"
  3893.        name="Olive pants"
  3894.        description="Long cotton olive pants."
  3895.        effect="+% Defense"
  3896.        type="equip-legs"
  3897.        weight="100"
  3898.        defense=""
  3899.        max-per-slot="1">
  3900.         <sprite gender="male">equipment/leg/longpants-male.xml|#808000,e3e300,efef92</sprite>
  3901.         <sprite gender="female">equipment/leg/longpants-female.xml|#808000,e3e300,efef92</sprite>
  3902.     </item>
  3903.     <item id="1614"
  3904.        image="equipment/leg/pants.png|W:#8c6625,dab425,ffffff"
  3905.        name="Yellow pants"
  3906.        description="Long cotton yellow pants."
  3907.        effect="+% Defense"
  3908.        type="equip-legs"
  3909.        weight="100"
  3910.        defense=""
  3911.        max-per-slot="1">
  3912.         <sprite gender="male">equipment/leg/longpants-male.xml|#8c6625,dab425,ffffff</sprite>
  3913.         <sprite gender="female">equipment/leg/longpants-female.xml|#8c6625,dab425,ffffff</sprite>
  3914.     </item>
  3915.     <item id="1615"
  3916.        image="equipment/leg/longpants.png|W:#0d1430,21337c,4363e5"
  3917.        name="Navy blue pants"
  3918.        description="Long cotton navy blue pants."
  3919.        effect="+% Defense"
  3920.        type="equip-legs"
  3921.        weight="100"
  3922.        defense=""
  3923.        max-per-slot="1">
  3924.         <sprite gender="male">equipment/leg/longpants-male.xml|#0d1430,21337c,4363e5</sprite>
  3925.         <sprite gender="female">equipment/leg/longpants-female.xml|#0d1430,21337c,4363e5</sprite>
  3926.     </item>
  3927.     <item id="1616"
  3928.        image="equipment/leg/longpants.png|W:#1c6c74,43d7e5,bae1e5"
  3929.        name="Blue pants"
  3930.        description="Long cotton blue pants."
  3931.        effect="+% Defense"
  3932.        type="equip-legs"
  3933.        weight="100"
  3934.        defense=""
  3935.        max-per-slot="1">
  3936.         <sprite gender="male">equipment/leg/longpants-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  3937.         <sprite gender="female">equipment/leg/longpants-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  3938.     </item>
  3939.     <item id="1617"
  3940.        image="equipment/leg/longpants.png|W:#12634b,29dca6,b1dccf"
  3941.        name="Teal pants"
  3942.        description="Long cotton teal pants."
  3943.        effect="+% Defense"
  3944.        type="equip-legs"
  3945.        weight="100"
  3946.        defense=""
  3947.        max-per-slot="1">
  3948.         <sprite gender="male">equipment/leg/longpants-male.xml|#12634b,29dca6,b1dccf</sprite>
  3949.         <sprite gender="female">equipment/leg/longpants-female.xml|#12634b,29dca6,b1dccf</sprite>
  3950.     </item>
  3951. <!-- Reserved pants 1618 -> 1619
  3952.    <item id="1618"
  3953.        image="equipment/leg/longpants.png|W:xx"
  3954.        name="xx pants"
  3955.        description="Long cotton xx pants."
  3956.        effect="+% Defense"
  3957.        type="equip-legs"
  3958.        weight="100"
  3959.        defense=""
  3960.        max-per-slot="1">
  3961.        <sprite gender="male">equipment/leg/longpants-male.xml|xx</sprite>
  3962.        <sprite gender="female">equipment/leg/longpants-female.xml|xx</sprite>
  3963.    </item>
  3964.    <item id="1619"
  3965.        image="equipment/leg/longpants.png|W:yy"
  3966.        name="yy pants"
  3967.        description="Long cotton yy pants."
  3968.        effect="+% Defense"
  3969.        type="equip-legs"
  3970.        weight="100"
  3971.        defense=""
  3972.        max-per-slot="1">
  3973.        <sprite gender="male">equipment/leg/longpants-male.xml|yy</sprite>
  3974.        <sprite gender="female">equipment/leg/longpants-female.xml|yy</sprite>
  3975.    </item>
  3976.    -->
  3977. <!-- colored miniskirt 1620 -> 1635-->
  3978.     <item id="1620"
  3979.        image="equipment/leg/miniskirt.png|W:#A4B2B2,FFFFFF"
  3980.        name="White mini skirt"
  3981.        description="A short white skirt for hot summer days."
  3982.        effect="+% Defense"
  3983.        type="equip-legs"
  3984.        weight="70"
  3985.        defense=""
  3986.        max-per-slot="1">
  3987.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#A4B2B2,FFFFFF</sprite>
  3988.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#A4B2B2,FFFFFF</sprite>
  3989.     </item>
  3990.     <item id="1621"
  3991.        image="equipment/leg/miniskirt.png|W:#000000,202020,404040,dddddd"
  3992.        name="Black mini skirt"
  3993.        description="A short black skirt for hot summer days."
  3994.        effect="+% Defense"
  3995.        type="equip-legs"
  3996.        weight="70"
  3997.        defense=""
  3998.        max-per-slot="1">
  3999.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#000000,202020,404040,dddddd</sprite>
  4000.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#000000,202020,404040,dddddd</sprite>
  4001.     </item>
  4002.     <item id="1622"
  4003.        image="equipment/leg/miniskirt.png|W:#805e74,c6b09b,ffffff"
  4004.        name="Silver mini skirt"
  4005.        description="A short silver skirt for hot summer days."
  4006.        effect="+% Defense"
  4007.        type="equip-legs"
  4008.        weight="70"
  4009.        defense=""
  4010.        max-per-slot="1">
  4011.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#805e74,c6b09b,ffffff</sprite>
  4012.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#805e74,c6b09b,ffffff</sprite>
  4013.     </item>
  4014.     <item id="1623"
  4015.        image="equipment/leg/miniskirt.png|W:#831f2d,be4f2d,f8cc8b"
  4016.        name="Brown mini skirt"
  4017.        description="A short brown skirt for hot summer days."
  4018.        effect="+% Defense"
  4019.        type="equip-legs"
  4020.        weight="70"
  4021.        defense=""
  4022.        max-per-slot="1">
  4023.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  4024.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  4025.     </item>
  4026.     <item id="1624"
  4027.        image="equipment/leg/miniskirt.png|W:#5f0b33,91191c,f9ad81"
  4028.        name="Red mini skirt"
  4029.        description="A short red skirt for hot summer days."
  4030.        effect="+% Defense"
  4031.        type="equip-legs"
  4032.        weight="70"
  4033.        defense=""
  4034.        max-per-slot="1">
  4035.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#5f0b33,91191c,f9ad81</sprite>
  4036.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#5f0b33,91191c,f9ad81</sprite>
  4037.     </item>
  4038.     <item id="1625"
  4039.        image="equipment/leg/miniskirt.png|W:#602486,934cc3,fdc689"
  4040.        name="Purple mini skirt"
  4041.        description="A short purple skirt for hot summer days."
  4042.        effect="+% Defense"
  4043.        type="equip-legs"
  4044.        weight="70"
  4045.        defense=""
  4046.        max-per-slot="1">
  4047.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#602486,934cc3,fdc689</sprite>
  4048.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#602486,934cc3,fdc689</sprite>
  4049.     </item>
  4050.     <item id="1626"
  4051.        image="equipment/leg/miniskirt.png|W:#a24b93,ec46d9,f7eaf4"
  4052.        name="Fushia mini skirt"
  4053.        description="A short fushia skirt for hot summer days."
  4054.        effect="+% Defense"
  4055.        type="equip-legs"
  4056.        weight="70"
  4057.        defense=""
  4058.        max-per-slot="1">
  4059.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  4060.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  4061.     </item>
  4062.     <item id="1627"
  4063.        image="equipment/leg/miniskirt.png|W:#06372b,489e25,fdedcc"
  4064.        name="Green mini skirt"
  4065.        description="A short green skirt for hot summer days."
  4066.        effect="+% Defense"
  4067.        type="equip-leg"
  4068.        weight="70"
  4069.        defense=""
  4070.        max-per-slot="1">
  4071.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#06372b,489e25,fdedcc</sprite>
  4072.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#06372b,489e25,fdedcc</sprite>
  4073.     </item>
  4074.     <item id="1628"
  4075.        image="equipment/leg/miniskirt|W:#7ba400,bfff00,ecffb2"
  4076.        name="Lime mini skirt"
  4077.        description="A short lime skirt for hot summer days."
  4078.        effect="+% Defense"
  4079.        type="equip-legs"
  4080.        weight="70"
  4081.        defense=""
  4082.        max-per-slot="1">
  4083.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#7ba400,bfff00,ecffb2</sprite>
  4084.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#7ba400,bfff00,ecffb2</sprite>
  4085.     </item>
  4086.     <item id="1629"
  4087.        image="equipment/leg/miniskirt.png|W:#808000,e3e300,efef92"
  4088.        name="Olive mini skirt"
  4089.        description="A short olive skirt for hot summer days."
  4090.        effect="+% Defense"
  4091.        type="equip-legs"
  4092.        weight="70"
  4093.        defense=""
  4094.        max-per-slot="1">
  4095.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#808000,e3e300,efef92</sprite>
  4096.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#808000,e3e300,efef92</sprite>
  4097.     </item>
  4098.     <item id="1630"
  4099.        image="equipment/leg/miniskirt.png|W:#8c6625,dab425,ffffff"
  4100.        name="Yellow mini skirt"
  4101.        description="A short yellow skirt for hot summer days."
  4102.        effect="+% Defense"
  4103.        type="equip-legs"
  4104.        weight="70"
  4105.        defense=""
  4106.        max-per-slot="1">
  4107.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#8c6625,dab425,ffffff</sprite>
  4108.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#8c6625,dab425,ffffff</sprite>
  4109.     </item>
  4110.     <item id="1631"
  4111.        image="equipment/leg/miniskirt.png|W:#0d1430,21337c,4363e5"
  4112.        name="Navy blue mini skirt"
  4113.        description="A short navy blue skirt for hot summer days."
  4114.        effect="+% Defense"
  4115.        type="equip-legs"
  4116.        weight="70"
  4117.        defense=""
  4118.        max-per-slot="1">
  4119.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#0d1430,21337c,4363e5</sprite>
  4120.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#0d1430,21337c,4363e5</sprite>
  4121.     </item>
  4122.     <item id="1632"
  4123.        image="equipment/leg/miniskirt.png|W:#1c6c74,43d7e5,bae1e5"
  4124.        name="Blue mini skirt"
  4125.        description="A short blue skirt for hot summer days."
  4126.        effect="+% Defense"
  4127.        type="equip-legs"
  4128.        weight="70"
  4129.        defense=""
  4130.        max-per-slot="1">
  4131.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  4132.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  4133.     </item>
  4134.     <item id="1633"
  4135.        image="equipment/leg/miniskirt.png|W:#12634b,29dca6,b1dccf"
  4136.        name="Teal mini skirt"
  4137.        description="A short teal skirt for hot summer days."
  4138.        effect="+% Defense"
  4139.        type="equip-legs"
  4140.        weight="70"
  4141.        defense=""
  4142.        max-per-slot="1">
  4143.         <sprite gender="male">equipment/leg/miniskirt-male.xml|#12634b,29dca6,b1dccf</sprite>
  4144.         <sprite gender="female">equipment/leg/miniskirt-female.xml|#12634b,29dca6,b1dccf</sprite>
  4145.     </item>
  4146. <!-- Reserved miniskirt 1634 -> 1635
  4147.    <item id="1634"
  4148.        image="equipment/leg/miniskirt.png|W:xx"
  4149.        name="xx mini skirt"
  4150.        description="A short xx skirt for hot summer days."
  4151.        effect="+% Defense"
  4152.        type="equip-legs"
  4153.        weight="70"
  4154.        defense=""
  4155.        max-per-slot="1">
  4156.        <sprite gender="male">equipment/leg/miniskirt-male.xml|xx</sprite>
  4157.        <sprite gender="female">equipment/leg/miniskirt-female.xml|xx</sprite>
  4158.    </item>
  4159.    <item id="1635"
  4160.        image="equipment/leg/miniskirt.png|W:yy"
  4161.        name="yy mini skirt"
  4162.        description="A short yy skirt for hot summer days."
  4163.        effect="+% Defense"
  4164.        type="equip-legs"
  4165.        weight="70"
  4166.        defense=""
  4167.        max-per-slot="1">
  4168.        <sprite gender="male">equipment/leg/miniskirt-male.xml|yy</sprite>
  4169.        <sprite gender="female">equipment/leg/miniskirt-female.xml|yy</sprite>
  4170.    </item>
  4171.    -->
  4172. <!-- colored shorts 1636 -> 1651-->
  4173.     <item id="1636"
  4174.        image="equipment/leg/shorts.png|W:#A4B2B2,FFFFFF"
  4175.        name="White shorts"
  4176.        description="White shorts made of 100% cotton."
  4177.        effect="+% Defense"
  4178.        type="equip-legs"
  4179.        weight="80"
  4180.        defense=""
  4181.        max-per-slot="1">
  4182.         <sprite gender="male">equipment/leg/shorts-male.xml|#A4B2B2,FFFFFF</sprite>
  4183.         <sprite gender="female">equipment/leg/shorts-female.xml|#A4B2B2,FFFFFF</sprite>
  4184.     </item>
  4185.     <item id="1637"
  4186.        image="equipment/leg/shorts.png|W:#000000,202020,404040,dddddd"
  4187.        name="Black shorts"
  4188.        description="Black shorts made of 100% cotton."
  4189.        effect="+% Defense"
  4190.        type="equip-legs"
  4191.        weight="80"
  4192.        defense=""
  4193.        max-per-slot="1">
  4194.         <sprite gender="male">equipment/leg/shorts-male.xml|#000000,202020,404040,dddddd</sprite>
  4195.         <sprite gender="female">equipment/leg/shorts-female.xml|#000000,202020,404040,dddddd</sprite>
  4196.     </item>
  4197.     <item id="1638"
  4198.        image="equipment/leg/shorts.png|W:#805e74,c6b09b,ffffff"
  4199.        name="Silver shorts"
  4200.        description="Silver shorts made of 100% cotton."
  4201.        effect="+% Defense"
  4202.        type="equip-legs"
  4203.        weight="80"
  4204.        defense=""
  4205.        max-per-slot="1">
  4206.         <sprite gender="male">equipment/leg/shorts-male.xml|#805e74,c6b09b,ffffff</sprite>
  4207.         <sprite gender="female">equipment/leg/shorts-female.xml|#805e74,c6b09b,ffffff</sprite>
  4208.     </item>
  4209.     <item id="1639"
  4210.        image="equipment/leg/shorts.png|W:#831f2d,be4f2d,f8cc8b"
  4211.        name="Brown shorts"
  4212.        description="Brown shorts made of 100% cotton."
  4213.        effect="+% Defense"
  4214.        type="equip-legs"
  4215.        weight="80"
  4216.        defense=""
  4217.        max-per-slot="1">
  4218.         <sprite gender="male">equipment/leg/shorts-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  4219.         <sprite gender="female">equipment/leg/shorts-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  4220.     </item>
  4221.     <item id="1640"
  4222.        image="equipment/leg/shorts.png|W:#5f0b33,91191c,f9ad81"
  4223.        name="Red shorts"
  4224.        description="Red shorts made of 100% cotton"
  4225.        effect="+% Defense"
  4226.        type="equip-legs"
  4227.        weight="80"
  4228.        defense=""
  4229.        max-per-slot="1">
  4230.         <sprite gender="male">equipment/leg/shorts-male.xml|#5f0b33,91191c,f9ad81</sprite>
  4231.         <sprite gender="female">equipment/leg/shorts-female.xml|#5f0b33,91191c,f9ad81</sprite>
  4232.     </item>
  4233.     <item id="1641"
  4234.        image="equipment/leg/shorts.png|W:#602486,934cc3,fdc689"
  4235.        name="Purple shorts"
  4236.        description="Purple shorts made of 100% cotton"
  4237.        effect="+% Defense"
  4238.        type="equip-legs"
  4239.        weight="80"
  4240.        defense=""
  4241.        max-per-slot="1">
  4242.         <sprite gender="male">equipment/leg/shorts-male.xml|#602486,934cc3,fdc689</sprite>
  4243.         <sprite gender="female">equipment/leg/shorts-female.xml|#602486,934cc3,fdc689</sprite>
  4244.     </item>
  4245.     <item id="1642"
  4246.        image="equipment/leg/shorts.png|W:#a24b93,ec46d9,f7eaf4"
  4247.        name="Fushia shorts"
  4248.        description="Fushia shorts made of 100% cotton."
  4249.        effect="+% Defense"
  4250.        type="equip-legs"
  4251.        weight="80"
  4252.        defense=""
  4253.        max-per-slot="1">
  4254.         <sprite gender="male">equipment/leg/shorts-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  4255.         <sprite gender="female">equipment/leg/shorts-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  4256.     </item>
  4257.     <item id="1643"
  4258.        image="equipment/leg/shorts.png|W:#06372b,489e25,fdedcc"
  4259.        name="Green shorts"
  4260.        description="White shorts made of 100% cotton."
  4261.        effect="+% Defense"
  4262.        type="equip-leg"
  4263.        weight="80"
  4264.        defense=""
  4265.        max-per-slot="1">
  4266.         <sprite gender="male">equipment/leg/shorts-male.xml|#06372b,489e25,fdedcc</sprite>
  4267.         <sprite gender="female">equipment/leg/shorts-female.xml|#06372b,489e25,fdedcc</sprite>
  4268.     </item>
  4269.     <item id="1644"
  4270.        image="equipment/leg/shorts|W:#7ba400,bfff00,ecffb2"
  4271.        name="Lime shorts"
  4272.        description="Lime shorts made of 100% cotton."
  4273.        effect="+% Defense"
  4274.        type="equip-legs"
  4275.        weight="80"
  4276.        defense=""
  4277.        max-per-slot="1">
  4278.         <sprite gender="male">equipment/leg/shorts-male.xml|#7ba400,bfff00,ecffb2</sprite>
  4279.         <sprite gender="female">equipment/leg/shorts-female.xml|#7ba400,bfff00,ecffb2</sprite>
  4280.     </item>
  4281.     <item id="1645"
  4282.        image="equipment/leg/shorts.png|W:#808000,e3e300,efef92"
  4283.        name="Olive shorts"
  4284.        description="Olive shorts made of 100% cotton."
  4285.        effect="+% Defense"
  4286.        type="equip-legs"
  4287.        weight="80"
  4288.        defense=""
  4289.        max-per-slot="1">
  4290.         <sprite gender="male">equipment/leg/shorts-male.xml|#808000,e3e300,efef92</sprite>
  4291.         <sprite gender="female">equipment/leg/shorts-female.xml|#808000,e3e300,efef92</sprite>
  4292.     </item>
  4293.     <item id="1646"
  4294.        image="equipment/leg/shorts.png|W:#8c6625,dab425,ffffff"
  4295.        name="Yellow shorts"
  4296.        description="Yellow shorts made of 100% cotton."
  4297.        effect="+% Defense"
  4298.        type="equip-legs"
  4299.        weight="80"
  4300.        defense=""
  4301.        max-per-slot="1">
  4302.         <sprite gender="male">equipment/leg/shorts-male.xml|#8c6625,dab425,ffffff</sprite>
  4303.         <sprite gender="female">equipment/leg/shorts-female.xml|#8c6625,dab425,ffffff</sprite>
  4304.     </item>
  4305.     <item id="1647"
  4306.        image="equipment/leg/shorts.png|W:#0d1430,21337c,4363e5"
  4307.        name="Navy blue shorts"
  4308.        description="Navy blue shorts made of 100% cotton."
  4309.        effect="+% Defense"
  4310.        type="equip-legs"
  4311.        weight="80"
  4312.        defense=""
  4313.        max-per-slot="1">
  4314.         <sprite gender="male">equipment/leg/shorts-male.xml|#0d1430,21337c,4363e5</sprite>
  4315.         <sprite gender="female">equipment/leg/shorts-female.xml|#0d1430,21337c,4363e5</sprite>
  4316.     </item>
  4317.     <item id="1648"
  4318.        image="equipment/leg/shorts.png|W:#1c6c74,43d7e5,bae1e5"
  4319.        name="Blue shorts"
  4320.        description="Blue shorts made of 100% cotton."
  4321.        effect="+% Defense"
  4322.        type="equip-legs"
  4323.        weight="80"
  4324.        defense=""
  4325.        max-per-slot="1">
  4326.         <sprite gender="male">equipment/leg/shorts-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  4327.         <sprite gender="female">equipment/leg/shorts-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  4328.     </item>
  4329.     <item id="1649"
  4330.        image="equipment/leg/shorts.png|W:#12634b,29dca6,b1dccf"
  4331.        name="Teal shorts"
  4332.        description="Teal shorts made of 100% cotton."
  4333.        effect="+% Defense"
  4334.        type="equip-legs"
  4335.        weight="80"
  4336.        defense=""
  4337.        max-per-slot="1">
  4338.         <sprite gender="male">equipment/leg/shorts-male.xml|#12634b,29dca6,b1dccf</sprite>
  4339.         <sprite gender="female">equipment/leg/shorts-female.xml|#12634b,29dca6,b1dccf</sprite>
  4340.     </item>
  4341. <!-- Reserved shorts 1650 -> 1651
  4342.    <item id="1650"
  4343.        image="equipment/leg/shorts.png|W:xx"
  4344.        name="xx shorts"
  4345.        description="xx shorts made of 100% cotton."
  4346.        effect="+% Defense"
  4347.        type="equip-legs"
  4348.        weight="80"
  4349.        defense=""
  4350.        max-per-slot="1">
  4351.        <sprite gender="male">equipment/leg/shorts-male.xml|xx</sprite>
  4352.        <sprite gender="female">equipment/leg/shorts-female.xml|xx</sprite>
  4353.    </item>
  4354.    <item id="1651"
  4355.        image="equipment/leg/shorts.png|W:yy"
  4356.        name="yy shorts"
  4357.        description="yy shorts made of 100% cotton."
  4358.        effect="+% Defense"
  4359.        type="equip-legs"
  4360.        weight="80"
  4361.        defense=""
  4362.        max-per-slot="1">
  4363.        <sprite gender="male">equipment/leg/shorts-male.xml|yy</sprite>
  4364.        <sprite gender="female">equipment/leg/shorts-female.xml|yy</sprite>
  4365.    </item>
  4366.    -->
  4367. <!-- colored skirt 1652 -> 1667-->
  4368.     <item id="1652"
  4369.        image="equipment/leg/skirt.png|W:#A4B2B2,FFFFFF"
  4370.        name="White skirt"
  4371.        description="A white skirt for hot summer days."
  4372.        effect="+% Defense"
  4373.        type="equip-legs"
  4374.        weight="90"
  4375.        defense=""
  4376.        max-per-slot="1">
  4377.         <sprite gender="male">equipment/leg/skirt.xml|#A4B2B2,FFFFFF</sprite>
  4378.         <sprite gender="female">equipment/leg/skirt.xml|#A4B2B2,FFFFFF</sprite>
  4379.     </item>
  4380.     <item id="1653"
  4381.        image="equipment/leg/skirt.png|W:#000000,202020,404040,dddddd"
  4382.        name="Black skirt"
  4383.        description="A black skirt for hot summer days."
  4384.        effect="+% Defense"
  4385.        type="equip-legs"
  4386.        weight="90"
  4387.        defense=""
  4388.        max-per-slot="1">
  4389.         <sprite gender="male">equipment/leg/skirt.xml|#000000,202020,404040,dddddd</sprite>
  4390.         <sprite gender="female">equipment/leg/skirt.xml|#000000,202020,404040,dddddd</sprite>
  4391.     </item>
  4392.     <item id="1654"
  4393.        image="equipment/leg/skirt.png|W:#805e74,c6b09b,ffffff"
  4394.        name="Silver skirt"
  4395.        description="A silver skirt for hot summer days."
  4396.        effect="+% Defense"
  4397.        type="equip-legs"
  4398.        weight="90"
  4399.        defense=""
  4400.        max-per-slot="1">
  4401.         <sprite gender="male">equipment/leg/skirt-male.xml|#805e74,c6b09b,ffffff</sprite>
  4402.         <sprite gender="female">equipment/leg/skirt-female.xml|#805e74,c6b09b,ffffff</sprite>
  4403.     </item>
  4404.     <item id="1655"
  4405.        image="equipment/leg/skirt.png|W:#831f2d,be4f2d,f8cc8b"
  4406.        name="Brown skirt"
  4407.        description="A brown skirt for hot summer days."
  4408.        effect="+% Defense"
  4409.        type="equip-legs"
  4410.        weight="90"
  4411.        defense=""
  4412.        max-per-slot="1">
  4413.         <sprite gender="male">equipment/leg/skirt-male.xml|#831f2d,be4f2d,f8cc8b</sprite>
  4414.         <sprite gender="female">equipment/leg/skirt-female.xml|#831f2d,be4f2d,f8cc8b</sprite>
  4415.     </item>
  4416.     <item id="1656"
  4417.        image="equipment/leg/skirt.png|W:#5f0b33,91191c,f9ad81"
  4418.        name="Red skirt"
  4419.        description="A red skirt for hot summer days."
  4420.        effect="+% Defense"
  4421.        type="equip-legs"
  4422.        weight="90"
  4423.        defense=""
  4424.        max-per-slot="1">
  4425.         <sprite gender="male">equipment/leg/skirt-male.xml|#5f0b33,91191c,f9ad81</sprite>
  4426.         <sprite gender="female">equipment/leg/skirt-female.xml|#5f0b33,91191c,f9ad81</sprite>
  4427.     </item>
  4428.     <item id="1657"
  4429.        image="equipment/leg/skirt.png|W:#602486,934cc3,fdc689"
  4430.        name="Purple skirt"
  4431.        description="A purple skirt for hot summer days."
  4432.        effect="+% Defense"
  4433.        type="equip-legs"
  4434.        weight="90"
  4435.        defense=""
  4436.        max-per-slot="1">
  4437.         <sprite gender="male">equipment/leg/skirt-male.xml|#602486,934cc3,fdc689</sprite>
  4438.         <sprite gender="female">equipment/leg/skirt-female.xml|#602486,934cc3,fdc689</sprite>
  4439.     </item>
  4440.     <item id="1658"
  4441.        image="equipment/leg/skirt.png|W:#a24b93,ec46d9,f7eaf4"
  4442.        name="Fushia skirt"
  4443.        description="A fushia skirt for hot summer days."
  4444.        effect="+% Defense"
  4445.        type="equip-legs"
  4446.        weight="90"
  4447.        defense=""
  4448.        max-per-slot="1">
  4449.         <sprite gender="male">equipment/leg/skirt-male.xml|#a24b93,ec46d9,f7eaf4</sprite>
  4450.         <sprite gender="female">equipment/leg/skirt-female.xml|#a24b93,ec46d9,f7eaf4</sprite>
  4451.     </item>
  4452.     <item id="1659"
  4453.        image="equipment/leg/skirt.png|W:#06372b,489e25,fdedcc"
  4454.        name="Green skirt"
  4455.        description="A green skirt for hot summer days."
  4456.        effect="+% Defense"
  4457.        type="equip-leg"
  4458.        weight="90"
  4459.        defense=""
  4460.        max-per-slot="1">
  4461.         <sprite gender="male">equipment/leg/skirt-male.xml|#06372b,489e25,fdedcc</sprite>
  4462.         <sprite gender="female">equipment/leg/skirt-female.xml|#06372b,489e25,fdedcc</sprite>
  4463.     </item>
  4464.     <item id="1660"
  4465.        image="equipment/leg/skirt|W:#7ba400,bfff00,ecffb2"
  4466.        name="Lime skirt"
  4467.        description="A lime skirt for hot summer days."
  4468.        effect="+% Defense"
  4469.        type="equip-legs"
  4470.        weight="90"
  4471.        defense=""
  4472.        max-per-slot="1">
  4473.         <sprite gender="male">equipment/leg/skirt-male.xml|#7ba400,bfff00,ecffb2</sprite>
  4474.         <sprite gender="female">equipment/leg/skirt-female.xml|#7ba400,bfff00,ecffb2</sprite>
  4475.     </item>
  4476.     <item id="1661"
  4477.        image="equipment/leg/skirt.png|W:#808000,e3e300,efef92"
  4478.        name="Olive skirt"
  4479.        description="A olive skirt for hot summer days."
  4480.        effect="+% Defense"
  4481.        type="equip-legs"
  4482.        weight="90"
  4483.        defense=""
  4484.        max-per-slot="1">
  4485.         <sprite gender="male">equipment/leg/skirt-male.xml|#808000,e3e300,efef92</sprite>
  4486.         <sprite gender="female">equipment/leg/skirt-female.xml|#808000,e3e300,efef92</sprite>
  4487.     </item>
  4488.     <item id="1662"
  4489.        image="equipment/leg/skirt.png|W:#8c6625,dab425,ffffff"
  4490.        name="Yellow skirt"
  4491.        description="A yellow skirt for hot summer days."
  4492.        effect="+% Defense"
  4493.        type="equip-legs"
  4494.        weight="90"
  4495.        defense=""
  4496.        max-per-slot="1">
  4497.         <sprite gender="male">equipment/leg/skirt-male.xml|#8c6625,dab425,ffffff</sprite>
  4498.         <sprite gender="female">equipment/leg/skirt-female.xml|#8c6625,dab425,ffffff</sprite>
  4499.     </item>
  4500.     <item id="1663"
  4501.        image="equipment/leg/skirt.png|W:#0d1430,21337c,4363e5"
  4502.        name="Navy blue skirt"
  4503.        description="A navy blue skirt for hot summer days."
  4504.        effect="+% Defense"
  4505.        type="equip-legs"
  4506.        weight="90"
  4507.        defense=""
  4508.        max-per-slot="1">
  4509.         <sprite gender="male">equipment/leg/skirt-male.xml|#0d1430,21337c,4363e5</sprite>
  4510.         <sprite gender="female">equipment/leg/skirt-female.xml|#0d1430,21337c,4363e5</sprite>
  4511.     </item>
  4512.     <item id="1664"
  4513.        image="equipment/leg/skirt.png|W:#1c6c74,43d7e5,bae1e5"
  4514.        name="Blue skirt"
  4515.        description="A blue skirt for hot summer days."
  4516.        effect="+% Defense"
  4517.        type="equip-legs"
  4518.        weight="90"
  4519.        defense=""
  4520.        max-per-slot="1">
  4521.         <sprite gender="male">equipment/leg/skirt-male.xml|#1c6c74,43d7e5,bae1e5</sprite>
  4522.         <sprite gender="female">equipment/leg/skirt-female.xml|#1c6c74,43d7e5,bae1e5</sprite>
  4523.     </item>
  4524.     <item id="1665"
  4525.        image="equipment/leg/skirt.png|W:#12634b,29dca6,b1dccf"
  4526.        name="Teal skirt"
  4527.        description="A teal skirt for hot summer days."
  4528.        effect="+% Defense"
  4529.        type="equip-legs"
  4530.        weight="90"
  4531.        defense=""
  4532.        max-per-slot="1">
  4533.         <sprite gender="male">equipment/leg/skirt-male.xml|#12634b,29dca6,b1dccf</sprite>
  4534.         <sprite gender="female">equipment/leg/skirt-female.xml|#12634b,29dca6,b1dccf</sprite>
  4535.     </item>
  4536. <!-- Reserved skirt 1666 -> 1667
  4537.    <item id="1666"
  4538.        image="equipment/leg/skirt.png|W:xx"
  4539.        name="xx skirt"
  4540.        description="A xx skirt for hot summer days."
  4541.        effect="+% Defense"
  4542.        type="equip-legs"
  4543.        weight="90"
  4544.        defense=""
  4545.        max-per-slot="1">
  4546.        <sprite gender="male">equipment/leg/skirt-male.xml|xx</sprite>
  4547.        <sprite gender="female">equipment/leg/skirt-female.xml|xx</sprite>
  4548.    </item>
  4549.    <item id="1667"
  4550.        image="equipment/leg/skirt.png|W:yy"
  4551.        name="yy skirt"
  4552.        description="A yy skirt for hot summer days."
  4553.        effect="+% Defense"
  4554.        type="equip-legs"
  4555.        weight="90"
  4556.        defense=""
  4557.        max-per-slot="1">
  4558.        <sprite gender="male">equipment/leg/skirt-male.xml|yy</sprite>
  4559.        <sprite gender="female">equipment/leg/skirt-female.xml|yy</sprite>
  4560.    </item>
  4561.    -->
  4562.    <item id="1668"
  4563.        image="equipment/leg/snakepants.png"
  4564.        name="Snake skin pants"
  4565.        description="Pants made with snake skins."
  4566.        effect="+% Defense"
  4567.        type="equip-legs"
  4568.        weight="120"
  4569.        defense=""
  4570.        max-per-slot="1">
  4571.         <sprite gender="male">equipment/leg/snakepants-male.xml</sprite>
  4572.         <sprite gender="female">equipment/leg/snakepants-female.xml</sprite>
  4573.     </item>
  4574.    <item id="1669"
  4575.        image="equipment/leg/terranitepants.png"
  4576.        name="Terranite pants"
  4577.        description="Leggings made out of terranite."
  4578.        effect="+% Defense"
  4579.        type="equip-legs"
  4580.        weight="110"
  4581.        defense=""
  4582.        max-per-slot="1">
  4583.         <sprite gender="male">equipment/leg/terranitepants-male.xml</sprite>
  4584.         <sprite gender="female">equipment/leg/terranitepants-female.xml</sprite>
  4585.     </item>
  4586.    <item id="1670"
  4587.        image="equipment/leg/trausers.png"
  4588.        name="Trousers"
  4589.        description="Leggings made out of cotton and fur."
  4590.        effect="+% Defense"
  4591.        type="equip-legs"
  4592.        weight="100"
  4593.        defense=""
  4594.        max-per-slot="1">
  4595.         <sprite gender="male">equipment/leg/trausers-male.xml</sprite>
  4596.         <sprite gender="female">equipment/leg/trausers-female.xml</sprite>
  4597.     </item>
  4598.    <item id="1671"
  4599.        image="equipment/leg/warlordpants.png"
  4600.        name="Warlord pants"
  4601.        description="Strong and decorative armor."
  4602.        effect="+% Defense"
  4603.        type="equip-legs"
  4604.        weight="150"
  4605.        defense=""
  4606.        max-per-slot="1">
  4607.         <sprite gender="male">equipment/leg/warlordpants-male.xml</sprite>
  4608.         <sprite gender="female">equipment/leg/warlordpants-female.xml</sprite>
  4609.     </item>
  4610.  
  4611.  
  4612.  
  4613.     <!-- Wings -->
  4614.     <item id="1700"
  4615.         image="equipment/wings/angel wings.png"
  4616.         name="Angel wings"
  4617.         description="Angel wings."
  4618.         effect="+% Defense"
  4619.         type="equip-"
  4620.         weight="200"
  4621.         defense=""
  4622.         max-per-slot="1">
  4623.         <sprite gender="male">equipment/wings/angel wings.xml</sprite>
  4624.         <sprite gender="female">equipment/wings/angel wings.xml</sprite>
  4625.     </item>
  4626.     <item id="1701"
  4627.         image="equipment/wings/daemon wings.png"
  4628.         name="Daemon wings"
  4629.         description="Daemon wings."
  4630.         effect="+% Attack"
  4631.         type="equip-"
  4632.         weight="200"
  4633.         attack=""
  4634.         max-per-slot="1">
  4635.         <sprite gender="male">equipment/wings/daemon wings.xml</sprite>
  4636.         <sprite gender="female">equipment/wings/daemon wings.xml</sprite>
  4637.     </item>
  4638.  
  4639.  
  4640.     <item id="x"
  4641.     description="JeTu. t'aime. " >
  4642.     </item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement