diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-09-02 15:25:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-09-02 15:25:12 -0300 |
commit | 452c083bbc00f3e7fb6ae6f9bff05f73ee2e70da (patch) | |
tree | a9d7a473f24e7100cf2ee531733b52702c077fa5 | |
parent | b2ce4a1740425f5f5f8de035e4cfbf8b0ba3de35 (diff) | |
download | clientdata-452c083bbc00f3e7fb6ae6f9bff05f73ee2e70da.tar.gz clientdata-452c083bbc00f3e7fb6ae6f9bff05f73ee2e70da.tar.bz2 clientdata-452c083bbc00f3e7fb6ae6f9bff05f73ee2e70da.tar.xz clientdata-452c083bbc00f3e7fb6ae6f9bff05f73ee2e70da.zip |
Replace race sprites 101 and 102. But do not allow them for public selection.
-rw-r--r-- | items.xml | 26 |
1 files changed, 19 insertions, 7 deletions
@@ -125,21 +125,21 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. </item> <!-- Races --> - <item id="-100" type="racesprite" name="Human"> + <item id="-100" type="racesprite" name="Kaizei 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> + <item id="-101" type="racesprite" name="Argaes 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="-102" type="racesprite" name="Redy"> - <sprite gender="unisex">races/redy-male.xml</sprite> - <sprite gender="female">races/redy-female.xml</sprite> + <item id="-102" type="racesprite" name="Tonori 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> @@ -167,6 +167,18 @@ Colors for dyeable equipments or items are 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="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="-108" type="racesprite" name="Redy"> + <sprite gender="unisex">races/redy-male.xml</sprite> + <sprite gender="female">races/redy-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"> |