diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-31 11:41:34 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-31 11:41:34 -0700 |
commit | bc4acc67c18a13ce36847ff2a34e86a7262dfaf6 (patch) | |
tree | 1750f8a80964a2158590b49087e1d2371b3f1eb7 | |
parent | 8cf0ce67b98f65b5e746e321cb145955c0dde988 (diff) | |
download | clientdata-bc4acc67c18a13ce36847ff2a34e86a7262dfaf6.tar.gz clientdata-bc4acc67c18a13ce36847ff2a34e86a7262dfaf6.tar.bz2 clientdata-bc4acc67c18a13ce36847ff2a34e86a7262dfaf6.tar.xz clientdata-bc4acc67c18a13ce36847ff2a34e86a7262dfaf6.zip |
Mapped status effect ID 2000 to generic attack spell icon
-rw-r--r-- | graphics/sprites/icon-spell-attack-generic.png | bin | 0 -> 599 bytes | |||
-rw-r--r-- | graphics/sprites/icon-spell-attack-generic.xml | 10 | ||||
-rw-r--r-- | status-effects.xml | 3 |
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 Binary files differnew file mode 100644 index 00000000..c7e570a2 --- /dev/null +++ b/graphics/sprites/icon-spell-attack-generic.png 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> |