summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusalva Jesusalva <jesusalva@themanaworld.org>2023-03-08 16:36:13 +0000
committerJesusalva Jesusalva <jesusalva@themanaworld.org>2023-03-08 16:36:13 +0000
commiteb9276ba5f960ae755913b20adcdad00d44b56d2 (patch)
tree280edbea4fddf59db79a57d1deb94c36ae65239d
parent9fc567dc788f34f948eb75c2f49fbd39eda0e9f4 (diff)
parent2ac8248ac76b3e0517045ec98098f388057eabf0 (diff)
downloadclientdata-eb9276ba5f960ae755913b20adcdad00d44b56d2.tar.gz
clientdata-eb9276ba5f960ae755913b20adcdad00d44b56d2.tar.bz2
clientdata-eb9276ba5f960ae755913b20adcdad00d44b56d2.tar.xz
clientdata-eb9276ba5f960ae755913b20adcdad00d44b56d2.zip
Merge branch 'witch_hat_description' into 'master'
Fixed descriptions of witch hats to reflect their new, true values. See merge request legacy/clientdata!511
-rw-r--r--items/equip-head/item1278_WitchHat.xml2
-rw-r--r--items/equip-head/item5200_PointyWitchHat.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/items/equip-head/item1278_WitchHat.xml b/items/equip-head/item1278_WitchHat.xml
index c87a0ecb..eb5279b1 100644
--- a/items/equip-head/item1278_WitchHat.xml
+++ b/items/equip-head/item1278_WitchHat.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
- <item id="1278" image="equipment/head/witch-hat.png" name="Witch Hat" description="Big, dark, and pointy. It looks a bit out of place." type="equip-head" defense="3" weight="50" sellProtected="true">
+ <item id="1278" image="equipment/head/witch-hat.png" name="Witch Hat" description="Big, dark, and pointy. It looks a bit out of place." type="equip-head" mattack="5" defense="5" int="3" weight="50" sellProtected="true">
<sprite gender="unisex">equipment/head/witch-hat.xml|#444444,777777,aaaaaa</sprite>
<sprite gender="female">equipment/head/witch-hat-female.xml|#444444,777777,aaaaaa</sprite>
<replace sprite="hair">
diff --git a/items/equip-head/item5200_PointyWitchHat.xml b/items/equip-head/item5200_PointyWitchHat.xml
index a2f58e6d..8fdebe68 100644
--- a/items/equip-head/item5200_PointyWitchHat.xml
+++ b/items/equip-head/item5200_PointyWitchHat.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<items>
- <item id="5200" image="equipment/head/witch-hat2.png|R:#717546;W:#242424,285054,33665D,306F64" name="Pointy Witch Hat" description="Big, dark, and pointy. It looks a bit out of place." type="equip-head" defense="3" weight="50" sellProtected="true">
+ <item id="5200" image="equipment/head/witch-hat2.png|R:#717546;W:#242424,285054,33665D,306F64" name="Pointy Witch Hat" description="Big, dark, and pointy. It looks a bit out of place." type="equip-head" mattack="5" defense="5" int="3" weight="50" sellProtected="true">
<sprite gender="unisex">equipment/head/witch-hat2.xml|#717546;#242424,285054,33665D,306F64</sprite>
<sprite gender="female">equipment/head/witch-hat2-female.xml|#717546;#242424,285054,33665D,306F64</sprite>
</item>