123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- Authors: 4144, Alige, Piman, Reid
- Copyright (C) 2010-2015 Evol Online -->
- <!--
- New organization (04/12/11).
- -0 -99 = Hairstyles
- -100 -infinity = Races
- 30 500 = Weapon Animations
- 501 699 = Usable Items
- 700 999 = Generic Items
- 1000 1299 = Necklaces
- 1300 1799 = Chest Armors
- 1800 1999 = Boots
- 2000 2199 = Gloves
- 2200 2499 = Pants
- 2500 2699 = Wings
- 2700 2899 = Shields
- 2900 3199 = Head Gears
- 3200 3499 = Neck Armors
- 3500 3999 = Weapons
- 4000 4999 = Pets
- 5000 5999 = Cards
- 6000 6999 = Bows
- 7000 7999 = Arrows
- Colors for dyeable equipments or items are now set up by itemcolors.xml.
- -->
- <items>
- <!-- Hairstyles -->
- <item id="-1" type="hairsprite" name="Bald">
- <sprite>hairstyles/hairstyle01.xml</sprite>
- </item>
- <item id="-2" type="hairsprite" name="Bowl Cut" colors="hairS">
- <sprite>hairstyles/hairstyle02.xml</sprite>
- </item>
- <!-- Races -->
- <item id="-100" type="racesprite" name="Human">
- <sprite gender="unisex">races/human-male.xml</sprite>
- <sprite gender="female">races/human-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-101" type="racesprite" name="Ukar">
- <sprite gender="unisex">races/ukar-male.xml</sprite>
- <sprite gender="female">races/ukar-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-102" type="racesprite" name="Demon">
- <sprite gender="unisex">races/demon-male.xml</sprite>
- <sprite gender="female">races/demon-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-103" type="racesprite" name="Elven">
- <sprite gender="unisex">races/elven-male.xml</sprite>
- <sprite gender="female">races/elven-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-104" type="racesprite" name="Orc">
- <sprite gender="unisex">races/orc-male.xml</sprite>
- <sprite gender="female">races/orc-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-105" type="racesprite" name="Raijin">
- <sprite gender="unisex">races/raijin-male.xml</sprite>
- <sprite gender="female">races/raijin-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <item id="-106" type="racesprite" name="Tritan">
- <sprite gender="unisex">races/tritan-male.xml</sprite>
- <sprite gender="female">races/tritan-female.xml</sprite>
- <sound event="hit">weapons/barehands/hit1.ogg</sound>
- <sound event="miss">weapons/barehands/miss1.ogg</sound>
- </item>
- <!-- Special Races -->
- <item id="-150" type="racesprite" name="Piou">
- <sprite gender="unisex">races/piou-unisex.xml</sprite>
- <sound event="hit">monsters/piou/hit1.ogg</sound>
- <sound event="miss">monsters/piou/miss1.ogg</sound>
- </item>
- <!-- Cards -->
- <item id="5000"
- image="dye.png|S:#3c3c3c,3e1e28,4d4d4d,6f2630,686868,a6313f,919191,d15b5b,b6b6b6,e59b77,dfdfdf,efe0c1"
- name="Crimson Cashmere Dye"
- useButton="Dye"
- description="Color dye that can be used on cashemere clothing."
- type="card"
- weight="1"
- cardColor="2"
- maxFloorOffset="15"/>
- <item id="5001"
- image="dye.png|S:#3c3c3c,302525,4d4d4d,4a3430,686868,69453a,919191,96664c,b6b6b6,bf8d67,dfdfdf,e6c19c"
- name="Chocolate Cashmere Dye"
- useButton="Dye"
- description="Color dye that can be used on cashemere clothing."
- type="card"
- weight="1"
- cardColor="3"
- maxFloorOffset="15"/>
- </items>
|