summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-11 23:18:20 -0400
committergumi <git@gumi.ca>2018-03-11 23:18:20 -0400
commitf6e1829d6da74e1dc4983b690faf87ebaf6614a9 (patch)
tree74483814ab5693b85606b90d90a2df1ae45a4fd5
parentb3fb5f32a8f5fe96506433b07b58165a839fa1af (diff)
downloadclientdata-f6e1829d6da74e1dc4983b690faf87ebaf6614a9.tar.gz
clientdata-f6e1829d6da74e1dc4983b690faf87ebaf6614a9.tar.bz2
clientdata-f6e1829d6da74e1dc4983b690faf87ebaf6614a9.tar.xz
clientdata-f6e1829d6da74e1dc4983b690faf87ebaf6614a9.zip
add SUSAN
-rw-r--r--graphics/sprites/monsters/SUSAN.pngbin0 -> 19647 bytes
-rw-r--r--graphics/sprites/monsters/SUSAN.xml64
-rw-r--r--graphics/sprites/monsters/lovely-maggot.pngbin0 -> 4500 bytes
-rw-r--r--graphics/sprites/monsters/lovely-maggot.xml64
-rw-r--r--monsters/_include.xml2
-rw-r--r--monsters/monster1134_SUSAN.xml11
-rw-r--r--monsters/monster1135_LovelyMaggot.xml10
7 files changed, 151 insertions, 0 deletions
diff --git a/graphics/sprites/monsters/SUSAN.png b/graphics/sprites/monsters/SUSAN.png
new file mode 100644
index 00000000..7b1bd07b
--- /dev/null
+++ b/graphics/sprites/monsters/SUSAN.png
Binary files differ
diff --git a/graphics/sprites/monsters/SUSAN.xml b/graphics/sprites/monsters/SUSAN.xml
new file mode 100644
index 00000000..b5f6b87f
--- /dev/null
+++ b/graphics/sprites/monsters/SUSAN.xml
@@ -0,0 +1,64 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/SUSAN.png" width="58" height="46"/>
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="left">
+ <frame index="10"/>
+ </animation>
+ <animation direction="up">
+ <frame index="20"/>
+ </animation>
+ <animation direction="right">
+ <frame index="30"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="4" delay="100"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="11" end="14" delay="100"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="24" delay="100"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="31" end="34" delay="100"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="9"/>
+ </animation>
+ <animation direction="left">
+ <frame index="19"/>
+ </animation>
+ <animation direction="up">
+ <frame index="29"/>
+ </animation>
+ <animation direction="right">
+ <frame index="39"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="5" end="8" delay="75"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <sequence start="15" end="18" delay="75"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <sequence start="25" end="28" delay="75"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <sequence start="35" end="38" delay="75"/>
+ <end/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/monsters/lovely-maggot.png b/graphics/sprites/monsters/lovely-maggot.png
new file mode 100644
index 00000000..92a501e7
--- /dev/null
+++ b/graphics/sprites/monsters/lovely-maggot.png
Binary files differ
diff --git a/graphics/sprites/monsters/lovely-maggot.xml b/graphics/sprites/monsters/lovely-maggot.xml
new file mode 100644
index 00000000..b73ef7c7
--- /dev/null
+++ b/graphics/sprites/monsters/lovely-maggot.xml
@@ -0,0 +1,64 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/lovely-maggot.png|S" width="20" height="15"/>
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetY="-8"/>
+ </animation>
+ <animation direction="left">
+ <frame index="10" offsetY="-11"/>
+ </animation>
+ <animation direction="up">
+ <frame index="20" offsetY="-10"/>
+ </animation>
+ <animation direction="right">
+ <frame index="30" offsetY="-11"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="4" delay="150" offsetY="-8"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="11" end="14" delay="150" offsetY="-11"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="21" end="24" delay="150" offsetY="-10"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="31" end="34" delay="150" offsetY="-11"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation direction="down">
+ <frame index="9" offsetY="-8"/>
+ </animation>
+ <animation direction="left">
+ <frame index="19" offsetY="-11"/>
+ </animation>
+ <animation direction="up">
+ <frame index="29" offsetY="-10"/>
+ </animation>
+ <animation direction="right">
+ <frame index="39" offsetY="-11"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="5" end="8" delay="150" offsetY="-8"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <sequence start="15" end="18" delay="150" offsetY="-11"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <sequence start="25" end="28" delay="150" offsetY="-10"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <sequence start="35" end="38" delay="150" offsetY="-11"/>
+ <end/>
+ </animation>
+ </action>
+</sprite>
diff --git a/monsters/_include.xml b/monsters/_include.xml
index 261346a5..9d93ee48 100644
--- a/monsters/_include.xml
+++ b/monsters/_include.xml
@@ -128,4 +128,6 @@
<include name="monsters/monster1131_ManaBug.xml"/>
<include name="monsters/monster1132_LavaSlime.xml"/>
<include name="monsters/monster1133_Anne.xml"/>
+ <include name="monsters/monster1134_SUSAN.xml"/>
+ <include name="monsters/monster1135_LovelyMaggot.xml"/>
</monsters>
diff --git a/monsters/monster1134_SUSAN.xml b/monsters/monster1134_SUSAN.xml
new file mode 100644
index 00000000..adaf669c
--- /dev/null
+++ b/monsters/monster1134_SUSAN.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1134" name="SUSAN" targetCursor="large">
+ <sprite>monsters/SUSAN.xml|R:#ff00e4</sprite>
+ <particlefx>graphics/particles/heartnecklace.particle.xml</particlefx>
+ <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound>
+ <sound event="die">monsters/maggot/maggot-dying1.ogg</sound>
+ </monster>
+</monsters>
diff --git a/monsters/monster1135_LovelyMaggot.xml b/monsters/monster1135_LovelyMaggot.xml
new file mode 100644
index 00000000..523f509d
--- /dev/null
+++ b/monsters/monster1135_LovelyMaggot.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<monsters offset="0">
+ <monster id="1135" name="Lovely Maggot" targetCursor="small">
+ <sprite>monsters/lovely-maggot.xml|S:#524b51,8463a0,6f706f,af006d</sprite>
+ <sound event="hit">monsters/maggot/maggot-hit1.ogg</sound>
+ <sound event="hit">monsters/maggot/maggot-hit2.ogg</sound>
+ <sound event="miss">monsters/maggot/maggot-miss1.ogg</sound>
+ <sound event="die">monsters/maggot/maggot-dying1.ogg</sound>
+ </monster>
+</monsters>