diff options
author | Ledmitz <smoothshifter@tuta.io> | 2023-11-28 22:42:45 -0400 |
---|---|---|
committer | Ledmitz <smoothshifter@tuta.io> | 2023-11-28 22:42:45 -0400 |
commit | 8c90882b69b6e6da925942344733588733d6dbec (patch) | |
tree | ba8a872ac09c7804f0837fb245b6143c12f9c3e4 /items/equip-head | |
parent | 0f3e11136a7ea914e03280352a4fcc7a89bb493c (diff) | |
download | clientdata-8c90882b69b6e6da925942344733588733d6dbec.tar.gz clientdata-8c90882b69b6e6da925942344733588733d6dbec.tar.bz2 clientdata-8c90882b69b6e6da925942344733588733d6dbec.tar.xz clientdata-8c90882b69b6e6da925942344733588733d6dbec.zip |
Corrected description for serverdata changes
Diffstat (limited to 'items/equip-head')
-rw-r--r-- | items/equip-head/item5130_Phylactery.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/items/equip-head/item5130_Phylactery.xml b/items/equip-head/item5130_Phylactery.xml index 6f40f372..b27baf18 100644 --- a/items/equip-head/item5130_Phylactery.xml +++ b/items/equip-head/item5130_Phylactery.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <items> - <item id="5130" image="equipment/head/phylactery.png" name="Phylactery" description="This phylactery glows with power." atkspeed="30%" dex="-50%" type="equip-head" defense="1" weight="20" sellProtected="true"> + <item id="5130" image="equipment/head/phylactery.png" name="Phylactery" description="This phylactery glows with power." atkspeed="25%" dex="-33%" Matk="90" Mdef="20" type="equip-head" defense="1" weight="20" sellProtected="true"> <sprite gender="unisex">equipment/head/phylactery.xml</sprite> <sprite gender="female">equipment/head/phylactery-female.xml</sprite> </item> |