summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2024-01-13 20:39:31 +0000
committerLed Mitz <smoothshifter@tuta.io>2024-01-13 20:39:31 +0000
commit74363768548f96fad8b7452f29677aebdad2c272 (patch)
treeb9029d9e4d997808cc9de41d029ea7d90457bca1
parentc0aa3502e8b3d689ae08a20e3c6b6f2200e56e59 (diff)
parent1f2c8d1e1e029b3cfac3765da4933a058f508c4b (diff)
downloadclientdata-74363768548f96fad8b7452f29677aebdad2c272.tar.gz
clientdata-74363768548f96fad8b7452f29677aebdad2c272.tar.bz2
clientdata-74363768548f96fad8b7452f29677aebdad2c272.tar.xz
clientdata-74363768548f96fad8b7452f29677aebdad2c272.zip
Merge branch 'matk_pot_icon' into 'master'
matk pot icon See merge request legacy/clientdata!574
-rw-r--r--graphics/sprites/icons/matk-potion.xml9
-rw-r--r--items/equip-head/item5130_Phylactery.xml2
2 files changed, 10 insertions, 1 deletions
diff --git a/graphics/sprites/icons/matk-potion.xml b/graphics/sprites/icons/matk-potion.xml
new file mode 100644
index 00000000..ebab9e76
--- /dev/null
+++ b/graphics/sprites/icons/matk-potion.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icons/potion-g.png|G" width="13" height="20"/>
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-9"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/items/equip-head/item5130_Phylactery.xml b/items/equip-head/item5130_Phylactery.xml
index a88907a1..49411f13 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="25%" dex="-33%" mattak="90" 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%" mattack="90" 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>