diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-12-13 06:56:18 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-12-13 06:56:18 +0000 |
commit | 01fced25985b96b931b3f0de1e4ea14340c75e65 (patch) | |
tree | a2368adc48012d4e0793bef8e99a3f0deb9f95d6 | |
parent | 871802fe8080695530fc2baea67fcdd6e03dd428 (diff) | |
download | clientdata-01fced25985b96b931b3f0de1e4ea14340c75e65.tar.gz clientdata-01fced25985b96b931b3f0de1e4ea14340c75e65.tar.bz2 clientdata-01fced25985b96b931b3f0de1e4ea14340c75e65.tar.xz clientdata-01fced25985b96b931b3f0de1e4ea14340c75e65.zip |
ragged shirt
gfx for https://git.themanaworld.org/legacy/serverdata/-/merge_requests/826
****
-rw-r--r-- | items/equip-torso/_include.xml | 1 | ||||
-rw-r--r-- | items/equip-torso/item5398_RaggedShirt.xml | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/items/equip-torso/_include.xml b/items/equip-torso/_include.xml index aa44e3da..00f8ec37 100644 --- a/items/equip-torso/_include.xml +++ b/items/equip-torso/_include.xml @@ -252,4 +252,5 @@ <include name="items/equip-torso/item5320_BlackChainmailShirt.xml"/> <include name="items/equip-torso/item5321_BlackLightPlatemail.xml"/> <include name="items/equip-torso/item5322_BlackWarlordPlate.xml"/> + <include name="items/equip-torso/item5398_RaggedShirt.xml"/> </items> diff --git a/items/equip-torso/item5398_RaggedShirt.xml b/items/equip-torso/item5398_RaggedShirt.xml new file mode 100644 index 00000000..d23bd12b --- /dev/null +++ b/items/equip-torso/item5398_RaggedShirt.xml @@ -0,0 +1,15 @@ +<?xml version="1.0"?> +<items> + <item id="5398" image="equipment/chest/cottonshirt.png|W:#95887F,E0D1C9" name="Ragged Shirt" description="This shirt is too worn-out to give any protection." mattack="-1" type="equip-torso" defense="1" weight="7"> + <sprite gender="unisex">equipment/chest/cotton.xml|#95887F,E0D1C9</sprite> + <sprite gender="female">equipment/chest/cotton-female.xml|#95887F,E0D1C9</sprite> + <replace sprite="race"> + <item from="-100" to="-99100"/> + <item from="-101" to="-99101"/> + <item from="-102" to="-99102"/> + <item from="-103" to="-99103"/> + <item from="-104" to="-99104"/> + <item from="-105" to="-99105"/> + </replace> + </item> +</items> |