diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-01-05 13:01:16 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-01 12:31:48 -0500 |
commit | ec3266539a40191dea8860ad72477e847e5e0ab5 (patch) | |
tree | 28ffd3e36ccc9a91a23893a4513d4e01078979b7 /items/equip-torso/item2050_RedCottonShirt.xml | |
parent | fab7a0c90e5b9a10cc960f2325833ea92810a2d6 (diff) | |
download | clientdata-ec3266539a40191dea8860ad72477e847e5e0ab5.tar.gz clientdata-ec3266539a40191dea8860ad72477e847e5e0ab5.tar.bz2 clientdata-ec3266539a40191dea8860ad72477e847e5e0ab5.tar.xz clientdata-ec3266539a40191dea8860ad72477e847e5e0ab5.zip |
prepare for new races, fix random things
update colors
fix race ids and names
add new tritan styles
various fixes
add female equipment
equip-head
equip-1hand
equip-2hand
equip-arms
equip-feet
equip-legs
equip-torso
add female model once again
manaplus being dumb (no fallback support)
make Rouge use the bra item
use male model as base model
otherwise the neutral tank top shows on some npcs
fix pirates
fix hairstyles for char creation (class 0)
Fix F hairstyle 8 and 12
Fix Errant reds in N back
FIX more headstyles
Diffstat (limited to 'items/equip-torso/item2050_RedCottonShirt.xml')
-rw-r--r-- | items/equip-torso/item2050_RedCottonShirt.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/items/equip-torso/item2050_RedCottonShirt.xml b/items/equip-torso/item2050_RedCottonShirt.xml index f2587a8e..4c6f3198 100644 --- a/items/equip-torso/item2050_RedCottonShirt.xml +++ b/items/equip-torso/item2050_RedCottonShirt.xml @@ -7,6 +7,16 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="2050" image="equipment/chest/cottonshirt.png|W:#581a1a,a41111,c03a3a,ff6060" name="Red Cotton Shirt" description="A red shirt made of 100% cotton." effect="M. Attack -4" type="equip-torso" defense="2" weight="20"> - <sprite>equipment/chest/cotton.xml|#581a1a,a41111,c03a3a,ff6060</sprite> + <sprite gender="female">equipment/chest/cotton-female.xml|#581a1a,a41111,c03a3a,ff6060</sprite> + <sprite gender="male">equipment/chest/cotton.xml|#581a1a,a41111,c03a3a,ff6060</sprite> + <sprite gender="other">equipment/chest/cotton.xml|#581a1a,a41111,c03a3a,ff6060</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> |