diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-04-06 03:29:53 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 06:29:53 +0000 |
commit | 8b742836d82625b61fa37d069bafdc67cce3b281 (patch) | |
tree | ed0b8f475991da0383a77a60ca4d0929f46e1c3d /items/equip-head | |
parent | 55445641c15863f27669dc6c0388cdb0ba044f77 (diff) | |
download | clientdata-8b742836d82625b61fa37d069bafdc67cce3b281.tar.gz clientdata-8b742836d82625b61fa37d069bafdc67cce3b281.tar.bz2 clientdata-8b742836d82625b61fa37d069bafdc67cce3b281.tar.xz clientdata-8b742836d82625b61fa37d069bafdc67cce3b281.zip |
Doomsday Framework (#368)
Diffstat (limited to 'items/equip-head')
-rw-r--r-- | items/equip-head/item760_OverlordsHelmet.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-head/item760_OverlordsHelmet.xml b/items/equip-head/item760_OverlordsHelmet.xml index 4b57c3db..9fc943f7 100644 --- a/items/equip-head/item760_OverlordsHelmet.xml +++ b/items/equip-head/item760_OverlordsHelmet.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="760" image="equipment/head/overlord-helm.png" name="Overlord's Helmet" description="Worn by the greatest warriors." type="equip-head" defense="20" weight="45"> + <item id="760" image="equipment/head/overlord-helm.png" name="Overlord's Helmet" description="Worn by the greatest warriors." type="equip-head" defense="50" weight="45"> <sprite gender="unisex">equipment/head/overlordhelm.xml</sprite> <sprite gender="female">equipment/head/overlordhelm-female.xml</sprite> </item> |