From c1a2c762667bdb3eee92e2eb920b4d67e2aef097 Mon Sep 17 00:00:00 2001 From: Enchilado Date: Tue, 14 Jun 2011 07:53:57 +1000 Subject: Remove stray pixel in Woodland_village_x2.png --- graphics/tiles/Woodland_village_x2.png | Bin 21769 -> 21759 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/graphics/tiles/Woodland_village_x2.png b/graphics/tiles/Woodland_village_x2.png index e0f067a0..9d853b0b 100644 Binary files a/graphics/tiles/Woodland_village_x2.png and b/graphics/tiles/Woodland_village_x2.png differ -- cgit v1.2.3-60-g2f50 From 7cd95cb068f91ad398af0b565e010628d391c3b4 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Tue, 14 Jun 2011 10:42:28 +0200 Subject: Added earth scorpion and earth spider. Removed the particle effect of the scorpion. --- monsters.xml | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/monsters.xml b/monsters.xml index c0df98b5..ed4eec44 100644 --- a/monsters.xml +++ b/monsters.xml @@ -19,9 +19,6 @@ monsters/scorpion/scorpion-hit3.ogg monsters/scorpion/scorpion-hit4.ogg monsters/scorpion/scorpion-miss1.ogg - @@ -340,19 +337,24 @@ monsters/scorpion/scorpion-hit4.ogg monsters/scorpion/scorpion-miss1.ogg + monsters/monster-moggun.xml + monsters/monster-terranite.xml + resource-pumpkin.xml + monsters/monster-bandit.xml monsters/weapon-dagger.xml + monsters/monster-bandit-lord.xml monsters/weapon-bow.xml @@ -361,6 +363,7 @@ action="attack" /> + monsters/monster-vampire-bat.xml monsters/bat/bat-dying1.ogg @@ -447,4 +450,23 @@ monsters/monster-serqet.xml + + + monsters/monster-spider.xml|#1a160f,93774a,d2c3aa,ffffff;#a00000 + monsters/scorpion/scorpion-hit1.ogg + monsters/scorpion/scorpion-hit2.ogg + monsters/scorpion/scorpion-hit3.ogg + monsters/scorpion/scorpion-hit4.ogg + monsters/scorpion/scorpion-miss1.ogg + + + + monsters/monster-scorpion.xml|#211b0e,5c3e20,a68d42,ffffff + monsters/scorpion/scorpion-hit1.ogg + monsters/scorpion/scorpion-hit2.ogg + monsters/scorpion/scorpion-hit3.ogg + monsters/scorpion/scorpion-hit4.ogg + monsters/scorpion/scorpion-miss1.ogg + + -- cgit v1.2.3-60-g2f50 From 8271cb5f0794e35d0092b7a2cd4b7394e95ef765 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Tue, 14 Jun 2011 20:33:49 +0200 Subject: Added updated version of the thermin tilesets. --- graphics/tiles/thermin-cave.png | Bin 0 -> 23884 bytes graphics/tiles/thermin-town.png | Bin 0 -> 91358 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100755 graphics/tiles/thermin-cave.png create mode 100755 graphics/tiles/thermin-town.png diff --git a/graphics/tiles/thermin-cave.png b/graphics/tiles/thermin-cave.png new file mode 100755 index 00000000..2fa926c5 Binary files /dev/null and b/graphics/tiles/thermin-cave.png differ diff --git a/graphics/tiles/thermin-town.png b/graphics/tiles/thermin-town.png new file mode 100755 index 00000000..34bc9a08 Binary files /dev/null and b/graphics/tiles/thermin-town.png differ -- cgit v1.2.3-60-g2f50 From 3e565300a297a7f88b3fe05432cd7eba91020b91 Mon Sep 17 00:00:00 2001 From: Ali-G Date: Tue, 14 Jun 2011 21:25:40 +0200 Subject: Added the Ice Skull. --- graphics/sprites/monsters/monster-skull-ice.png | Bin 0 -> 20129 bytes graphics/sprites/monsters/monster-skull-ice.xml | 75 ++++++++++++++++++++++++ monsters.xml | 4 ++ 3 files changed, 79 insertions(+) create mode 100644 graphics/sprites/monsters/monster-skull-ice.png create mode 100644 graphics/sprites/monsters/monster-skull-ice.xml diff --git a/graphics/sprites/monsters/monster-skull-ice.png b/graphics/sprites/monsters/monster-skull-ice.png new file mode 100644 index 00000000..dcc66922 Binary files /dev/null and b/graphics/sprites/monsters/monster-skull-ice.png differ diff --git a/graphics/sprites/monsters/monster-skull-ice.xml b/graphics/sprites/monsters/monster-skull-ice.xml new file mode 100644 index 00000000..14375a0d --- /dev/null +++ b/graphics/sprites/monsters/monster-skull-ice.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/monsters.xml b/monsters.xml index ed4eec44..79352d6d 100644 --- a/monsters.xml +++ b/monsters.xml @@ -469,4 +469,8 @@ monsters/scorpion/scorpion-miss1.ogg + + monsters/monster-skull-ice.xml + + -- cgit v1.2.3-60-g2f50