summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sprites/icon-spell-shearing.pngbin0 -> 457 bytes
-rw-r--r--graphics/sprites/icon-spell-shearing.xml10
-rw-r--r--status-effects.xml3
3 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sprites/icon-spell-shearing.png b/graphics/sprites/icon-spell-shearing.png
new file mode 100644
index 00000000..6adace2e
--- /dev/null
+++ b/graphics/sprites/icon-spell-shearing.png
Binary files differ
diff --git a/graphics/sprites/icon-spell-shearing.xml b/graphics/sprites/icon-spell-shearing.xml
new file mode 100644
index 00000000..6070c018
--- /dev/null
+++ b/graphics/sprites/icon-spell-shearing.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icon-spell-shearing.png" width="13" height="20" />
+
+ <action name="default" imageset="base">
+ <animation direction="default">
+ <frame index="0" offsetY="-12" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/status-effects.xml b/status-effects.xml
index 2b2b24da..606021aa 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -32,4 +32,7 @@
<status-effect name="spell-attack-generic" id="2000"
icon="icon-spell-attack-generic.xml"
/>
+ <status-effect name="spell-shearing" id="2001"
+ icon="icon-spell-shearing.xml"
+ />
</status-effects>