diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-01-18 11:38:57 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-01-18 11:38:57 -0500 |
commit | 37cc6e4af9d6530141fd9a31ffb2a47f50d4a7c7 (patch) | |
tree | 8d86f1a998395a79534ec44da138f7ec13cfdb14 /items/equip-head/item2270_BlinkingEvil.xml | |
parent | 288e732ccb42d9d3987862724297e5f33384950f (diff) | |
download | clientdata-37cc6e4af9d6530141fd9a31ffb2a47f50d4a7c7.tar.gz clientdata-37cc6e4af9d6530141fd9a31ffb2a47f50d4a7c7.tar.bz2 clientdata-37cc6e4af9d6530141fd9a31ffb2a47f50d4a7c7.tar.xz clientdata-37cc6e4af9d6530141fd9a31ffb2a47f50d4a7c7.zip |
update blinking evil, add color variants
Diffstat (limited to 'items/equip-head/item2270_BlinkingEvil.xml')
-rw-r--r-- | items/equip-head/item2270_BlinkingEvil.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/equip-head/item2270_BlinkingEvil.xml b/items/equip-head/item2270_BlinkingEvil.xml index 8d0856b1..3cd99b77 100644 --- a/items/equip-head/item2270_BlinkingEvil.xml +++ b/items/equip-head/item2270_BlinkingEvil.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="2270" image="equipment/head/blinkingevil.png" name="Mask of Blinking Evil" description="Made of a strange, animated stone, this mask seems to cling to your face" effect="M. Attack +10/ M. defense +5" type="equip-head" defense="13" weight="50"> - <sprite gender="unisex">equipment/head/blinkingevil.xml</sprite> + <item id="2270" image="equipment/head/blinkingevil.png|W:#009900,00bf00,00d900,00ff00" name="Mask of Blinking Evil (Green)" description="Made of a strange, animated stone, this mask seems to cling to your face" effect="M. Attack +10/ M. defense +5" type="equip-head" defense="13" weight="50"> + <sprite gender="unisex">equipment/head/blinkingevil.xml|#009900,00bf00,00d900,00ff00</sprite> </item> </items> |