items.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Authors: 4144, Alige, Piman, Reid
  3. Copyright (C) 2010-2015 Evol Online -->
  4. <!--
  5. New organization (04/12/11).
  6. -0 -99 = Hairstyles
  7. -100 -infinity = Races
  8. 30 500 = Weapon Animations
  9. 501 699 = Usable Items
  10. 700 999 = Generic Items
  11. 1000 1299 = Necklaces
  12. 1300 1799 = Chest Armors
  13. 1800 1999 = Boots
  14. 2000 2199 = Gloves
  15. 2200 2499 = Pants
  16. 2500 2699 = Wings
  17. 2700 2899 = Shields
  18. 2900 3199 = Head Gears
  19. 3200 3499 = Neck Armors
  20. 3500 3999 = Weapons
  21. 4000 4999 = Pets
  22. 5000 5999 = Cards
  23. 6000 6999 = Bows
  24. 7000 7999 = Arrows
  25. Colors for dyeable equipments or items are now set up by itemcolors.xml.
  26. -->
  27. <items>
  28. <!-- Hairstyles -->
  29. <item id="-1" type="hairsprite" name="Bald">
  30. <sprite>hairstyles/hairstyle01.xml</sprite>
  31. </item>
  32. <item id="-2" type="hairsprite" name="Bowl Cut" colors="hairS">
  33. <sprite>hairstyles/hairstyle02.xml</sprite>
  34. </item>
  35. <!-- Races -->
  36. <item id="-100" type="racesprite" name="Human">
  37. <sprite gender="unisex">races/human-male.xml</sprite>
  38. <sprite gender="female">races/human-female.xml</sprite>
  39. <sound event="hit">weapons/barehands/hit1.ogg</sound>
  40. <sound event="miss">weapons/barehands/miss1.ogg</sound>
  41. </item>
  42. <item id="-101" type="racesprite" name="Ukar">
  43. <sprite gender="unisex">races/ukar-male.xml</sprite>
  44. <sprite gender="female">races/ukar-female.xml</sprite>
  45. <sound event="hit">weapons/barehands/hit1.ogg</sound>
  46. <sound event="miss">weapons/barehands/miss1.ogg</sound>
  47. </item>
  48. <item id="-102" type="racesprite" name="Demon">
  49. <sprite gender="unisex">races/demon-male.xml</sprite>
  50. <sprite gender="female">races/demon-female.xml</sprite>
  51. <sound event="hit">weapons/barehands/hit1.ogg</sound>
  52. <sound event="miss">weapons/barehands/miss1.ogg</sound>
  53. </item>
  54. <item id="-103" type="racesprite" name="Elven">
  55. <sprite gender="unisex">races/elven-male.xml</sprite>
  56. <sprite gender="female">races/elven-female.xml</sprite>
  57. <sound event="hit">weapons/barehands/hit1.ogg</sound>
  58. <sound event="miss">weapons/barehands/miss1.ogg</sound>
  59. </item>
  60. <item id="-104" type="racesprite" name="Orc">
  61. <sprite gender="unisex">races/orc-male.xml</sprite>
  62. <sprite gender="female">races/orc-female.xml</sprite>
  63. <sound event="hit">weapons/barehands/hit1.ogg</sound>
  64. <sound event="miss">weapons/barehands/miss1.ogg</sound>
  65. </item>
  66. <item id="-105" type="racesprite" name="Raijin">
  67. <sprite gender="unisex">races/raijin-male.xml</sprite>
  68. <sprite gender="female">races/raijin-female.xml</sprite>
  69. <sound event="hit">weapons/barehands/hit1.ogg</sound>
  70. <sound event="miss">weapons/barehands/miss1.ogg</sound>
  71. </item>
  72. <item id="-106" type="racesprite" name="Tritan">
  73. <sprite gender="unisex">races/tritan-male.xml</sprite>
  74. <sprite gender="female">races/tritan-female.xml</sprite>
  75. <sound event="hit">weapons/barehands/hit1.ogg</sound>
  76. <sound event="miss">weapons/barehands/miss1.ogg</sound>
  77. </item>
  78. <!-- Special Races -->
  79. <item id="-150" type="racesprite" name="Piou">
  80. <sprite gender="unisex">races/piou-unisex.xml</sprite>
  81. <sound event="hit">monsters/piou/hit1.ogg</sound>
  82. <sound event="miss">monsters/piou/miss1.ogg</sound>
  83. </item>
  84. <!-- Cards -->
  85. <item id="5000"
  86. image="dye.png|S:#3c3c3c,3e1e28,4d4d4d,6f2630,686868,a6313f,919191,d15b5b,b6b6b6,e59b77,dfdfdf,efe0c1"
  87. name="Crimson Cashmere Dye"
  88. useButton="Dye"
  89. description="Color dye that can be used on cashemere clothing."
  90. type="card"
  91. weight="1"
  92. cardColor="2"
  93. maxFloorOffset="15"/>
  94. <item id="5001"
  95. image="dye.png|S:#3c3c3c,302525,4d4d4d,4a3430,686868,69453a,919191,96664c,b6b6b6,bf8d67,dfdfdf,e6c19c"
  96. name="Chocolate Cashmere Dye"
  97. useButton="Dye"
  98. description="Color dye that can be used on cashemere clothing."
  99. type="card"
  100. weight="1"
  101. cardColor="3"
  102. maxFloorOffset="15"/>
  103. </items>