diff options
author | Jesusaves <jesusalva@themanaworld.org> | 2020-05-09 21:47:08 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 00:47:08 +0000 |
commit | 228e58b3f5359446715706cfd68d4e08c52109a7 (patch) | |
tree | e9b2ea8fd15dc008efcb2d54087581f8cd74242e /items/equip-head | |
parent | f066e0a54e6d7b9227c32295930afb31ee1a1f85 (diff) | |
download | clientdata-228e58b3f5359446715706cfd68d4e08c52109a7.tar.gz clientdata-228e58b3f5359446715706cfd68d4e08c52109a7.tar.bz2 clientdata-228e58b3f5359446715706cfd68d4e08c52109a7.tar.xz clientdata-228e58b3f5359446715706cfd68d4e08c52109a7.zip |
Special End Dungeon (#372)
Monsters, Rares, Maps, Riddles and Puzzles.
Have fun!
Diffstat (limited to 'items/equip-head')
-rw-r--r-- | items/equip-head/item4031_Monocle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-head/item4031_Monocle.xml b/items/equip-head/item4031_Monocle.xml index 10ac30f1..a107b956 100644 --- a/items/equip-head/item4031_Monocle.xml +++ b/items/equip-head/item4031_Monocle.xml @@ -6,7 +6,7 @@ <its:translateRule selector="//item/@effect" translate="yes"/> <its:translateRule selector="//*" translate="no"/> </its:rules> - <item id="4031" image="equipment/head/monocle.png" name="Monocle" description="A handy perception tool, even when not at the opera." criticalattack="20" type="equip-head" defense="2" dex="1" luk="1" weight="20" sellProtected="true"> + <item id="4031" image="equipment/head/monocle.png" name="Monocle" description="A handy perception tool, even when not at the opera." criticalattack="10" type="equip-head" defense="2" dex="1" luk="1" weight="20" sellProtected="true"> <sprite gender="unisex">equipment/head/monocle.xml</sprite> <sprite gender="female">equipment/head/monocle-female.xml</sprite> </item> |