summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorLed Mitz <smoothshifter@tuta.io>2023-11-29 03:29:22 +0000
committerLed Mitz <smoothshifter@tuta.io>2023-11-29 03:29:22 +0000
commitda3dae3ea7aebc50a58057f3725a795387a93d64 (patch)
tree0834816220c5ba61870f63cc943eb29216a7ebe8 /graphics
parent15a03767c3a2ea915b74e880c3dfa91c146c4473 (diff)
downloadclientdata-da3dae3ea7aebc50a58057f3725a795387a93d64.tar.gz
clientdata-da3dae3ea7aebc50a58057f3725a795387a93d64.tar.bz2
clientdata-da3dae3ea7aebc50a58057f3725a795387a93d64.tar.xz
clientdata-da3dae3ea7aebc50a58057f3725a795387a93d64.zip
Added Rotter and Rot mobs and effects
Diffstat (limited to 'graphics')
-rw-r--r--graphics/particles/monster-rotter-crit.pngbin0 -> 4892 bytes
-rw-r--r--graphics/particles/monster-rotter-crit.xml50
-rw-r--r--graphics/particles/monster-rotter-hit.xml32
-rw-r--r--graphics/particles/monster-rotter-trail.xml17
-rw-r--r--graphics/particles/monster-rotter-vomit.pngbin0 -> 12669 bytes
-rw-r--r--graphics/particles/monster-rotter-vomit.xml9
-rw-r--r--graphics/sprites/monsters/rot.pngbin0 -> 552 bytes
-rw-r--r--graphics/sprites/monsters/rot.xml20
-rw-r--r--graphics/sprites/monsters/rotter.pngbin0 -> 159890 bytes
-rw-r--r--graphics/sprites/monsters/rotter.xml56
10 files changed, 184 insertions, 0 deletions
diff --git a/graphics/particles/monster-rotter-crit.png b/graphics/particles/monster-rotter-crit.png
new file mode 100644
index 00000000..379743fe
--- /dev/null
+++ b/graphics/particles/monster-rotter-crit.png
Binary files differ
diff --git a/graphics/particles/monster-rotter-crit.xml b/graphics/particles/monster-rotter-crit.xml
new file mode 100644
index 00000000..7f265f1a
--- /dev/null
+++ b/graphics/particles/monster-rotter-crit.xml
@@ -0,0 +1,50 @@
+<?xml version="1.0"?>
+<effect>
+ <!-- Criticle hit effect for the Rotter. Green slime coating falls to the ground. -->
+ <particle position-x="0" position-y="32" position-z="32" lifetime="80">
+ <emitter>
+ <property name="position-x" min="0" max="0"/>
+ <property name="position-y" min="32" max="32"/>
+ <property name="position-z" min="32" max="32"/>
+ <property name="lifetime" value="20"/>
+ <property name="output" value="1"/>
+ <property name="output-pause" value="0"/>
+ <animation imageset="graphics/particles/monster-rotter-crit.png" width="64" height="64">
+ <frame index="0" delay="10"/>
+ </animation>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="0" max="0"/>
+ <property name="position-y" min="32" max="32"/>
+ <property name="position-z" min="32" max="32"/>
+ <property name="lifetime" value="40"/>
+ <property name="output" value="1"/>
+ <property name="output-pause" value="20"/>
+ <animation imageset="graphics/particles/monster-rotter-crit.png" width="64" height="64">
+ <frame index="1" delay="10"/>
+ </animation>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="0" max="0"/>
+ <property name="position-y" min="32" max="32"/>
+ <property name="position-z" min="32" max="32"/>
+ <property name="lifetime" value="60"/>
+ <property name="output" value="1"/>
+ <property name="output-pause" value="40"/>
+ <animation imageset="graphics/particles/monster-rotter-crit.png" width="64" height="64">
+ <frame index="2" delay="10"/>
+ </animation>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="0" max="0"/>
+ <property name="position-y" min="32" max="32"/>
+ <property name="position-z" min="32" max="32"/>
+ <property name="lifetime" value="80"/>
+ <property name="output" value="1"/>
+ <property name="output-pause" value="60"/>
+ <animation imageset="graphics/particles/monster-rotter-crit.png" width="64" height="64">
+ <frame index="3" delay="0"/>
+ </animation>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/monster-rotter-hit.xml b/graphics/particles/monster-rotter-hit.xml
new file mode 100644
index 00000000..5a4f3159
--- /dev/null
+++ b/graphics/particles/monster-rotter-hit.xml
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+<!--
+An explosion of green slime particles.
+-->
+<effect>
+ <particle position-x="0" position-y="32" position-z="32" lifetime="3">
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" min="-8" max="8"/>
+ <property name="position-z" min="-8" max="8"/>
+ <property name="vertical-angle" min="30" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="5"/>
+ <property name="gravity" value="0.2"/>
+ <property name="image" value="graphics/particles/orb-small.png|W:#404D2C,404D2C,4E7237"/>
+ <property name="lifetime" min="0" max="200"/>
+ <property name="output" min="8" max="16"/>
+ </emitter>
+ <emitter>
+ <property name="position-x" min="-8" max="8"/>
+ <property name="position-y" min="-8" max="8"/>
+ <property name="position-z" min="-8" max="8"/>
+ <property name="vertical-angle" min="45" max="90"/>
+ <property name="horizontal-angle" min="0" max="360"/>
+ <property name="power" min="0" max="3"/>
+ <property name="gravity" value="0.5"/>
+ <property name="image" value="graphics/particles/orb-medium.png|W:#4E7237,4E7237,4E7237"/>
+ <property name="lifetime" min="0" max="120"/>
+ <property name="output" min="6" max="12"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/monster-rotter-trail.xml b/graphics/particles/monster-rotter-trail.xml
new file mode 100644
index 00000000..287e48b6
--- /dev/null
+++ b/graphics/particles/monster-rotter-trail.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0"?>
+<!-- A thin trail of green slime. -->
+<effect>
+ <particle position-x="0" position-y="0" position-z="5">
+ <emitter>
+ <property name="position-y" min="-1" max="5"/>
+ <property name="position-x" min="-3" max="3"/>
+ <property name="lifetime" value="1000"/>
+ <property name="fade-out" value="800"/>
+ <property name="fade-in" value="100"/>
+ <property name="output" min="1" max="5"/>
+ <property name="output-pause" min="10" max="30"/>
+ <property name="image" value="graphics/particles/orb-medium.png|W:#4E7237,4E7237,4E7237"/>
+ <property name="alpha" value=".5"/>
+ </emitter>
+ </particle>
+</effect>
diff --git a/graphics/particles/monster-rotter-vomit.png b/graphics/particles/monster-rotter-vomit.png
new file mode 100644
index 00000000..906ae472
--- /dev/null
+++ b/graphics/particles/monster-rotter-vomit.png
Binary files differ
diff --git a/graphics/particles/monster-rotter-vomit.xml b/graphics/particles/monster-rotter-vomit.xml
new file mode 100644
index 00000000..48e91a1b
--- /dev/null
+++ b/graphics/particles/monster-rotter-vomit.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<!-- Expelled glob of green vomit -->
+<effect>
+ <particle position-x="0" position-y="0" position-z="32" lifetime="128">
+ <rotation imageset="graphics/particles/monster-rotter-vomit.png" width="32" height="32">
+ <sequence start="0" end="7"/>
+ </rotation>
+ </particle>
+</effect>
diff --git a/graphics/sprites/monsters/rot.png b/graphics/sprites/monsters/rot.png
new file mode 100644
index 00000000..89d582cb
--- /dev/null
+++ b/graphics/sprites/monsters/rot.png
Binary files differ
diff --git a/graphics/sprites/monsters/rot.xml b/graphics/sprites/monsters/rot.xml
new file mode 100644
index 00000000..fadc8711
--- /dev/null
+++ b/graphics/sprites/monsters/rot.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/rot.png" width="20" height="20"/>
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="default">
+ <sequence start="1" end="2" delay="100"/>
+ <end/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation>
+ <frame index="2" delay="5000"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/sprites/monsters/rotter.png b/graphics/sprites/monsters/rotter.png
new file mode 100644
index 00000000..b8ab10bc
--- /dev/null
+++ b/graphics/sprites/monsters/rotter.png
Binary files differ
diff --git a/graphics/sprites/monsters/rotter.xml b/graphics/sprites/monsters/rotter.xml
new file mode 100644
index 00000000..c9eb1cce
--- /dev/null
+++ b/graphics/sprites/monsters/rotter.xml
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<sprite variants="56" variant_offset="1">
+ <imageset name="base" src="graphics/sprites/monsters/rotter.png" width="64" height="64"/>
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0"/>
+ </animation>
+ <animation direction="right">
+ <frame index="7"/>
+ </animation>
+ <animation direction="left">
+ <frame index="14"/>
+ </animation>
+ <animation direction="up">
+ <frame index="21"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <sequence start="1" end="6" delay="300"/>
+ </animation>
+ <animation direction="right">
+ <sequence start="8" end="13" delay="300"/>
+ </animation>
+ <animation direction="left">
+ <sequence start="15" end="20" delay="300"/>
+ </animation>
+ <animation direction="up">
+ <sequence start="22" end="27" delay="300"/>
+ </animation>
+ </action>
+ <action name="dead" imageset="base">
+ <animation>
+ <sequence start="44" end="55" delay="200"/>
+ <frame index="55" delay="5000"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <sequence start="28" end="31" delay="100"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <sequence start="32" end="35" delay="100"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <sequence start="36" end="39" delay="100"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <sequence start="40" end="43" delay="100"/>
+ <end/>
+ </animation>
+ </action>
+</sprite>