summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/sprites/icon-spell-attack-generic.pngbin0 -> 599 bytes
-rw-r--r--graphics/sprites/icon-spell-attack-generic.xml10
-rw-r--r--status-effects.xml3
3 files changed, 13 insertions, 0 deletions
diff --git a/graphics/sprites/icon-spell-attack-generic.png b/graphics/sprites/icon-spell-attack-generic.png
new file mode 100644
index 00000000..c7e570a2
--- /dev/null
+++ b/graphics/sprites/icon-spell-attack-generic.png
Binary files differ
diff --git a/graphics/sprites/icon-spell-attack-generic.xml b/graphics/sprites/icon-spell-attack-generic.xml
new file mode 100644
index 00000000..20424f98
--- /dev/null
+++ b/graphics/sprites/icon-spell-attack-generic.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/icon-spell-attack-generic.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 59fc781d..2b2b24da 100644
--- a/status-effects.xml
+++ b/status-effects.xml
@@ -29,4 +29,7 @@
<status-effect name="phys-shield" id="199"
icon="icon-red-rotating-hex.xml"
/>
+ <status-effect name="spell-attack-generic" id="2000"
+ icon="icon-spell-attack-generic.xml"
+ />
</status-effects>