diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-03-05 18:23:58 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-03-05 18:23:58 +0000 |
commit | a568136619d32f0579b74196f9b57711a5e07655 (patch) | |
tree | d71c37c122d0a616cdae4f54a6aa79022d9305c6 /items/equip-torso/item5322_BlackWarlordPlate.xml | |
parent | 0ce0f36e9937600ad7b8dbeb47b1c279226d37b2 (diff) | |
download | clientdata-a568136619d32f0579b74196f9b57711a5e07655.tar.gz clientdata-a568136619d32f0579b74196f9b57711a5e07655.tar.bz2 clientdata-a568136619d32f0579b74196f9b57711a5e07655.tar.xz clientdata-a568136619d32f0579b74196f9b57711a5e07655.zip |
Black Armors and stuff
the gfx for https://git.themanaworld.org/legacy/serverdata/-/merge_requests/727
****
Diffstat (limited to 'items/equip-torso/item5322_BlackWarlordPlate.xml')
-rw-r--r-- | items/equip-torso/item5322_BlackWarlordPlate.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/items/equip-torso/item5322_BlackWarlordPlate.xml b/items/equip-torso/item5322_BlackWarlordPlate.xml new file mode 100644 index 00000000..86e94d61 --- /dev/null +++ b/items/equip-torso/item5322_BlackWarlordPlate.xml @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<items> + <item id="5322" image="equipment/chest/warlordplate.png|W:#000000,ffffff" name="Black Warlord Plate" description="Strong and decorative armor." mattack="-170" type="equip-torso" defense="27" weight="2600"> + <sprite gender="unisex">equipment/chest/warlordplate.xml|#000000,ffffff</sprite> + <sprite gender="female">equipment/chest/warlordplate-female.xml|#000000,ffffff</sprite> + </item> +</items> |