diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-02-08 21:08:19 -0500 |
commit | aed37c0ac8e958e3fcf0683f191443fb33b64e4c (patch) | |
tree | 23294bdfb11714b0f3b7f180aa46aa43c46dcbcc /items/equip-head/item638_InfantryHelmet.xml | |
parent | c8535658e7157da988087864f2e88da3ec6c7f7d (diff) | |
parent | 42d0094796abd374147db0ae93fa609fed179532 (diff) | |
download | clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.gz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.bz2 clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.tar.xz clientdata-aed37c0ac8e958e3fcf0683f191443fb33b64e4c.zip |
Merge pull request #311 from mekolat/gender2
3rd gender, new races
Diffstat (limited to 'items/equip-head/item638_InfantryHelmet.xml')
-rw-r--r-- | items/equip-head/item638_InfantryHelmet.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/items/equip-head/item638_InfantryHelmet.xml b/items/equip-head/item638_InfantryHelmet.xml index 870f0073..79141ea8 100644 --- a/items/equip-head/item638_InfantryHelmet.xml +++ b/items/equip-head/item638_InfantryHelmet.xml @@ -7,17 +7,14 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="638" image="equipment/head/infantryhelm.png" name="Infantry Helmet" description="A helmet for soldiers and guards." effect="M. Attack -30" type="equip-head" defense="15" weight="400"> - <sprite gender="male">equipment/head/infantryhelm-male.xml</sprite> + <sprite gender="unisex">equipment/head/infantryhelm.xml</sprite> <sprite gender="female">equipment/head/infantryhelm-female.xml</sprite> <replace direction="downall" sprite="hair"> - <item from="-6" to="-3"/> + <item from="-7" to="-4"/> </replace> <replace sprite="hair"> - <item from="-5"/> - <item from="-9"/> - </replace> - <replace direction="upall" sprite="hair"> - <item from="-5" to="-5"/> + <item from="-6" to="-1"/> + <item from="-10" to="-1"/> </replace> </item> </items> |