diff options
author | Micksha <ms-shaman@gmx.de> | 2019-04-24 13:18:18 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2019-04-24 13:18:18 +0000 |
commit | 325876be722ea391f306f0ec5fe77747db1167a6 (patch) | |
tree | 870a24b83c089eeaa2e0cf9d7f0614941a18b53d /items.xml | |
parent | a3bc874764047bca5e4d8f189cea766da40cd3e2 (diff) | |
download | clientdata-325876be722ea391f306f0ec5fe77747db1167a6.tar.gz clientdata-325876be722ea391f306f0ec5fe77747db1167a6.tar.bz2 clientdata-325876be722ea391f306f0ec5fe77747db1167a6.tar.xz clientdata-325876be722ea391f306f0ec5fe77747db1167a6.zip |
Skin colors
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -158,6 +158,30 @@ Colors for dyeable equipments or items are now set up by itemcolors.xml. <sound event="hit">weapons/barehands/hit1.ogg</sound> <sound event="miss">weapons/barehands/miss1.ogg</sound> </item> + <item id="-107" type="racesprite" name="Medium Human"> + <sprite gender="unisex">races/human-male-medium.xml</sprite> + <sprite gender="female">races/human-female-medium.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> + </item> + <item id="-108" type="racesprite" name="Dark Human"> + <sprite gender="unisex">races/human-male-dark.xml</sprite> + <sprite gender="female">races/human-female-dark.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> + </item> + <item id="-109" type="racesprite" name="Purple Tritan"> + <sprite gender="unisex">races/tritan-male-purple.xml</sprite> + <sprite gender="female">races/tritan-female-purple.xml</sprite> + <sound event="hit">weapons/barehands/hit1.ogg</sound> + <sound event="miss">weapons/barehands/miss1.ogg</sound> + </item> + <item id="-110" type="racesprite" name="Pink Ukar"> + <sprite gender="unisex">races/ukar-male-pink.xml</sprite> + <sprite gender="female">races/ukar-female-pink.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"> |