diff options
author | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-14 18:40:12 +0000 |
---|---|---|
committer | Philipp Sehmisch <tmw@crushnet.org> | 2007-12-14 18:40:12 +0000 |
commit | 8cc9c74c32a5fad0392f434e0f04df7b7ad1b32a (patch) | |
tree | 1491dd53c4b2066f83e83cc03fcb7b62bbaba3dd /equipment.xml | |
parent | ebe44590077c401b010042f1f5694ee5569e44ae (diff) | |
download | clientdata-8cc9c74c32a5fad0392f434e0f04df7b7ad1b32a.tar.gz clientdata-8cc9c74c32a5fad0392f434e0f04df7b7ad1b32a.tar.bz2 clientdata-8cc9c74c32a5fad0392f434e0f04df7b7ad1b32a.tar.xz clientdata-8cc9c74c32a5fad0392f434e0f04df7b7ad1b32a.zip |
Put new items in equipment.xml for backward compatibility with the last client release.
Diffstat (limited to 'equipment.xml')
-rw-r--r-- | equipment.xml | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/equipment.xml b/equipment.xml index 187f7e8d..e244301a 100644 --- a/equipment.xml +++ b/equipment.xml @@ -90,6 +90,9 @@ <sprite gender="male">chest-lightplatemail-male.xml</sprite> <sprite gender="female">chest-lightplatemail-female.xml</sprite> </equipment> + <equipment id="27"> + <sprite>leg-skirt.xml</sprite> + </equipment> <!-- Temporary low weapon IDs (< 256) --> <item id="30" slot="0" attacktype="stab"> @@ -104,19 +107,25 @@ <item id="32" slot="0" attacktype="swing"> <sprite>weapon-scythe.xml</sprite> </item> - - <equipment id="33" slot="0"> - <sprite>item019.xml</sprite> + + <equipment id="33"> + <sprite>head-tophat.xml</sprite> </equipment> - <equipment id="34" slot="0"> - <sprite>item020.xml</sprite> + <equipment id="34"> + <sprite>head-funkywinter.xml</sprite> </equipment> - <equipment id="35" slot="0"> - <sprite>item021.xml</sprite> + <equipment id="35"> + <sprite>head-mask.xml</sprite> </equipment> - <equipment id="36" slot="0"> - <sprite>item022.xml</sprite> + <equipment id="36"> + <sprite>head-xmaself.xml</sprite> </equipment> + <equipment id="37"> + <sprite>head-mushroom.xml</sprite> + </equipment> + <equipment id="38"> + <sprite>head-shroom.xml</sprite> + </item> <!-- eAthenas equipment IDs for the local characters weapons @@ -175,4 +184,4 @@ <sprite>weapon-scythe.xml</sprite> </equipment> -</equipments> +</equipments>
\ No newline at end of file |