From 8612f6a1b39e41df9badea138db0ce3a13d8eed5 Mon Sep 17 00:00:00 2001 From: Wombat Date: Sun, 31 Oct 2010 14:18:56 -0400 Subject: Reaper and related monsters added particles, monster xml and pngs added related to reaper --- graphics/particles/mist-face-a.png | Bin 0 -> 3635 bytes graphics/particles/mist-face-b.png | Bin 0 -> 3886 bytes .../particles/monster-ball-lightning.particle.png | Bin 0 -> 542 bytes .../particles/monster-ball-lightning.particle.xml | 33 ++++ graphics/particles/monster-reaper.particle.xml | 42 +++++ .../monsters/accessories/ball-lighning-shadow.xml | 18 ++ .../monsters/accessories/ball-lightning-shadow.xml | 18 ++ .../sprites/monsters/accessories/empty-frame.png | Bin 0 -> 83 bytes .../accessories/generic-shadow-medium-circle.png | Bin 0 -> 591 bytes .../accessories/generic-shadow-medium-circle.xml | 11 ++ .../sprites/monsters/accessories/reaper-shadow.xml | 18 ++ .../sprites/monsters/accessories/scythe-shadow.png | Bin 0 -> 22262 bytes .../sprites/monsters/accessories/scythe-shadow.xml | 34 ++++ .../sprites/monsters/monster-ball-lightning.png | Bin 0 -> 9683 bytes .../sprites/monsters/monster-ball-lightning.xml | 32 ++++ graphics/sprites/monsters/monster-reaper.png | Bin 0 -> 98514 bytes graphics/sprites/monsters/monster-reaper.xml | 105 +++++++++++ .../sprites/monsters/monster-spinning-scythe.png | Bin 0 -> 54338 bytes .../sprites/monsters/monster-spinning-scythe.xml | 38 ++++ monsters.xml | 201 +++++++++++++++++++++ 20 files changed, 550 insertions(+) create mode 100755 graphics/particles/mist-face-a.png create mode 100755 graphics/particles/mist-face-b.png create mode 100755 graphics/particles/monster-ball-lightning.particle.png create mode 100755 graphics/particles/monster-ball-lightning.particle.xml create mode 100755 graphics/particles/monster-reaper.particle.xml create mode 100755 graphics/sprites/monsters/accessories/ball-lighning-shadow.xml create mode 100755 graphics/sprites/monsters/accessories/ball-lightning-shadow.xml create mode 100755 graphics/sprites/monsters/accessories/empty-frame.png create mode 100755 graphics/sprites/monsters/accessories/generic-shadow-medium-circle.png create mode 100755 graphics/sprites/monsters/accessories/generic-shadow-medium-circle.xml create mode 100755 graphics/sprites/monsters/accessories/reaper-shadow.xml create mode 100755 graphics/sprites/monsters/accessories/scythe-shadow.png create mode 100755 graphics/sprites/monsters/accessories/scythe-shadow.xml create mode 100755 graphics/sprites/monsters/monster-ball-lightning.png create mode 100755 graphics/sprites/monsters/monster-ball-lightning.xml create mode 100755 graphics/sprites/monsters/monster-reaper.png create mode 100755 graphics/sprites/monsters/monster-reaper.xml create mode 100755 graphics/sprites/monsters/monster-spinning-scythe.png create mode 100755 graphics/sprites/monsters/monster-spinning-scythe.xml diff --git a/graphics/particles/mist-face-a.png b/graphics/particles/mist-face-a.png new file mode 100755 index 00000000..d0674db2 Binary files /dev/null and b/graphics/particles/mist-face-a.png differ diff --git a/graphics/particles/mist-face-b.png b/graphics/particles/mist-face-b.png new file mode 100755 index 00000000..9ab270c9 Binary files /dev/null and b/graphics/particles/mist-face-b.png differ diff --git a/graphics/particles/monster-ball-lightning.particle.png b/graphics/particles/monster-ball-lightning.particle.png new file mode 100755 index 00000000..06a7f733 Binary files /dev/null and b/graphics/particles/monster-ball-lightning.particle.png differ diff --git a/graphics/particles/monster-ball-lightning.particle.xml b/graphics/particles/monster-ball-lightning.particle.xml new file mode 100755 index 00000000..6bf8c6c1 --- /dev/null +++ b/graphics/particles/monster-ball-lightning.particle.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/monster-reaper.particle.xml b/graphics/particles/monster-reaper.particle.xml new file mode 100755 index 00000000..ed00b360 --- /dev/null +++ b/graphics/particles/monster-reaper.particle.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/ball-lighning-shadow.xml b/graphics/sprites/monsters/accessories/ball-lighning-shadow.xml new file mode 100755 index 00000000..1b7444d6 --- /dev/null +++ b/graphics/sprites/monsters/accessories/ball-lighning-shadow.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml b/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml new file mode 100755 index 00000000..1b7444d6 --- /dev/null +++ b/graphics/sprites/monsters/accessories/ball-lightning-shadow.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/empty-frame.png b/graphics/sprites/monsters/accessories/empty-frame.png new file mode 100755 index 00000000..dabd9f21 Binary files /dev/null and b/graphics/sprites/monsters/accessories/empty-frame.png differ diff --git a/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.png b/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.png new file mode 100755 index 00000000..1c43e809 Binary files /dev/null and b/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.png differ diff --git a/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.xml b/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.xml new file mode 100755 index 00000000..ccc62215 --- /dev/null +++ b/graphics/sprites/monsters/accessories/generic-shadow-medium-circle.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/reaper-shadow.xml b/graphics/sprites/monsters/accessories/reaper-shadow.xml new file mode 100755 index 00000000..38c537cf --- /dev/null +++ b/graphics/sprites/monsters/accessories/reaper-shadow.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/accessories/scythe-shadow.png b/graphics/sprites/monsters/accessories/scythe-shadow.png new file mode 100755 index 00000000..c4471ca5 Binary files /dev/null and b/graphics/sprites/monsters/accessories/scythe-shadow.png differ diff --git a/graphics/sprites/monsters/accessories/scythe-shadow.xml b/graphics/sprites/monsters/accessories/scythe-shadow.xml new file mode 100755 index 00000000..49c71619 --- /dev/null +++ b/graphics/sprites/monsters/accessories/scythe-shadow.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/graphics/sprites/monsters/monster-ball-lightning.png b/graphics/sprites/monsters/monster-ball-lightning.png new file mode 100755 index 00000000..894dcecc Binary files /dev/null and b/graphics/sprites/monsters/monster-ball-lightning.png differ diff --git a/graphics/sprites/monsters/monster-ball-lightning.xml b/graphics/sprites/monsters/monster-ball-lightning.xml new file mode 100755 index 00000000..335d39a4 --- /dev/null +++ b/graphics/sprites/monsters/monster-ball-lightning.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/graphics/sprites/monsters/monster-reaper.png b/graphics/sprites/monsters/monster-reaper.png new file mode 100755 index 00000000..2e5de375 Binary files /dev/null and b/graphics/sprites/monsters/monster-reaper.png differ diff --git a/graphics/sprites/monsters/monster-reaper.xml b/graphics/sprites/monsters/monster-reaper.xml new file mode 100755 index 00000000..b098a750 --- /dev/null +++ b/graphics/sprites/monsters/monster-reaper.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/graphics/sprites/monsters/monster-spinning-scythe.png b/graphics/sprites/monsters/monster-spinning-scythe.png new file mode 100755 index 00000000..1c5e0b45 Binary files /dev/null and b/graphics/sprites/monsters/monster-spinning-scythe.png differ diff --git a/graphics/sprites/monsters/monster-spinning-scythe.xml b/graphics/sprites/monsters/monster-spinning-scythe.xml new file mode 100755 index 00000000..ede84840 --- /dev/null +++ b/graphics/sprites/monsters/monster-spinning-scythe.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/monsters.xml b/monsters.xml index e9b5f409..f2cc71bc 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1291,5 +1291,206 @@ exp: Tells how much experience point a monster is giving up monsters/monster-terranite.xml + + monsters/monster-skeleton.xml|#aca379 + chest-robe-male.xml|#333333 + monsters/maggot/maggot-hit1.ogg + monsters/maggot/maggot-miss1.ogg + monsters/maggot/maggot-hit2.ogg + monsters/maggot/maggot-dying1.ogg + + + + + + + + + + + + + 3000 + + + + + + + + monsters/monster-reaper.xml + monsters/accessories/reaper-shadow.xml + graphics/particles/monster-reaper.particle.xml + monsters/maggot/maggot-hit1.ogg + monsters/maggot/maggot-miss1.ogg + monsters/reaper/reaper-hurt.ogg + monsters/maggot/maggot-dying1.ogg + + + + + + + + + + + + + + 10000 + + + + + + + + monsters/monster-spinning-scythe.xml + monsters/accessories/scythe-shadow.xml + + + + + + + + + + 10 + + + + + + + + monsters/monster-ball-lightning.xml + monsters/accessories/ball-lightning-shadow.xml + graphics/particles/monster-ball-lightning.particle.xml + + + + + + + + + + 10 + + + + + -- cgit v1.2.3-70-g09d2