diff options
author | Led Mitz <smoothshifter@tuta.io> | 2023-11-29 02:49:44 +0000 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2023-11-29 02:49:44 +0000 |
commit | 8e36f924c2400ba21767bbc59f189f6d3af1c209 (patch) | |
tree | ba8a872ac09c7804f0837fb245b6143c12f9c3e4 /items | |
parent | 0f3e11136a7ea914e03280352a4fcc7a89bb493c (diff) | |
parent | 8c90882b69b6e6da925942344733588733d6dbec (diff) | |
download | clientdata-8e36f924c2400ba21767bbc59f189f6d3af1c209.tar.gz clientdata-8e36f924c2400ba21767bbc59f189f6d3af1c209.tar.bz2 clientdata-8e36f924c2400ba21767bbc59f189f6d3af1c209.tar.xz clientdata-8e36f924c2400ba21767bbc59f189f6d3af1c209.zip |
Merge branch 'phylactery_balance' into 'master'
Corrected description for serverdata changes
See merge request legacy/clientdata!559
Diffstat (limited to 'items')
-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> |