diff options
Diffstat (limited to 'items/equip-head/item877_BullHelmet.xml')
-rw-r--r-- | items/equip-head/item877_BullHelmet.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/items/equip-head/item877_BullHelmet.xml b/items/equip-head/item877_BullHelmet.xml index 2af20270..8a24a98f 100644 --- a/items/equip-head/item877_BullHelmet.xml +++ b/items/equip-head/item877_BullHelmet.xml @@ -7,14 +7,11 @@ <its:translateRule selector="//*" translate="no"/> </its:rules> <item id="877" image="equipment/head/bull.png" name="Bull Helmet" description="A black steel helmet worn by the most ferocious warriors." effect="M. Attack -52 / Double Damage +20% / Critical Damage +15 / Attack Speed +10% / VIT Defense -39% / Accuracy -15 / Melee only / Requires Level 90 / Strength 70+, Vitality 50+ and Luck 50+ required to activate the bonuses" type="equip-head" weight="1300" str="10" defense="19" sellProtected="true"> - <sprite>equipment/head/bull.xml</sprite> + <sprite gender="female">equipment/head/bull-female.xml</sprite> + <sprite gender="male">equipment/head/bull.xml</sprite> + <sprite gender="other">equipment/head/bull.xml</sprite> <replace sprite="hair"> - <item from="-5"/> - <item from="-6"/> - <item from="-9"/> - </replace> - <replace direction="upall" sprite="hair"> - <item from="-5" to="-5"/> + <item to="-1"/> </replace> </item> </items> |