diff options
author | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-08-02 14:23:44 +0000 |
---|---|---|
committer | Scott Ellis <quiche_on_a_leash@hotmail.co.uk> | 2008-08-02 14:23:44 +0000 |
commit | df8ed018b81604475728675cb5caa5b172d509b6 (patch) | |
tree | b33d171f75c9b2423c7e3ccffaa9e9fd901205ff /items.xml | |
parent | c0313279269ebd8b6497e02c325c44daf884825c (diff) | |
download | clientdata-df8ed018b81604475728675cb5caa5b172d509b6.tar.gz clientdata-df8ed018b81604475728675cb5caa5b172d509b6.tar.bz2 clientdata-df8ed018b81604475728675cb5caa5b172d509b6.tar.xz clientdata-df8ed018b81604475728675cb5caa5b172d509b6.zip |
Added Noh and Demon make by Black Don
Fixed continuity around map 1, 3 and 15
Fixed a tile error on map 7
Diffstat (limited to 'items.xml')
-rw-r--r-- | items.xml | 32 |
1 files changed, 31 insertions, 1 deletions
@@ -354,7 +354,14 @@ <item id="82"> <sprite>head-gradcap.xml</sprite> </item> - + <item id="83"> + <sprite>head-nomask.xml</sprite> + </item> + <item id="84"> + <sprite>head-demonmask.xml</sprite> + </item> + + <!-- Space for some non dyed view id's here --> <item id="90"> <sprite gender="male">chest-tanktop-male.xml|#441111,aa2222,dd3333</sprite> @@ -2100,6 +2107,29 @@ type="generic" weight="10" max-per-slot="10"/> + <item id="678" + image="armor-head-nohmask.png" + name="Noh mask" + description="A traditional Japanese mask worn in Noh plays." + effect="Defense: +3" + type="equip-head" + weight="15" + defense="3" + max-per-slot="1"> + <sprite>head-nohnmask.xml</sprite> + </item> + <item id="679" + image="armor-head-demonmask.png" + name="Demon mask" + description="A scary mask to make you look like a demon." + effect="Defense: +3" + type="equip-head" + weight="15" + defense="3" + max-per-slot="1"> + <sprite>head-demonmask.xml</sprite> + </item> + <!-- HERE ARE SOME UNUSED ITEM IDs --> |