From 239ad4087806ef6666dcc1427c9bc852d69f0b57 Mon Sep 17 00:00:00 2001 From: Micksha Date: Wed, 16 Oct 2019 14:42:14 +0000 Subject: Tengu (mob 1120), Firedummy --- LICENSE | 2 + graphics/sprites/monsters/firedummy.png | Bin 0 -> 55092 bytes graphics/sprites/monsters/firedummy.xml | 24 ++++ graphics/sprites/monsters/tengu.png | Bin 0 -> 3769187 bytes graphics/sprites/monsters/tengu.xml | 200 ++++++++++++++++++++++++++++++++ monsters.xml | 16 +++ 6 files changed, 242 insertions(+) create mode 100644 graphics/sprites/monsters/firedummy.png create mode 100644 graphics/sprites/monsters/firedummy.xml create mode 100644 graphics/sprites/monsters/tengu.png create mode 100644 graphics/sprites/monsters/tengu.xml diff --git a/LICENSE b/LICENSE index 55faadb6..d077f6b5 100644 --- a/LICENSE +++ b/LICENSE @@ -533,6 +533,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/sprites/monsters/crocotree.png (Hal9000) (CC BY-SA 3.0) (-) graphics/sprites/monsters/cuco.png (Lunovox) (GPLv2) (-) graphics/sprites/monsters/dummy.png (Reid) (CC BY-SA 3.0) (-) + graphics/sprites/monsters/firedummy.png (Micksha) (CC BY-SA 3.0) (-) graphics/sprites/monsters/frostiana.png (Reid) (CC BY-SA 3.0) (-) graphics/sprites/monsters/fluffy.png (Crush) (CC BY-SA 3.0) (-) graphics/sprites/monsters/flower.png (:grey_question:) (GPLv2) (Micksha) @@ -562,6 +563,7 @@ https://www.gitorious.org/evol/clientdata-beta/blobs/master/LICENSE graphics/sprites/monsters/spider.png (FotherJ) (CC BY-SA 3.0,GPLv2) (Micksha) graphics/sprites/monsters/spider-queen.png (Hocus) (CC BY-SA 3.0) (-) graphics/sprites/monsters/squirrel.png (FotherJ, Wombat) (CC BY-SA 3.0,GPLv2) (Micksha) + graphics/sprites/monsters/tengu.png (Hocus) (CC BY-SA 3.0) (-) graphics/sprites/monsters/tipiou.png (Bagzie) (CC BY-SA 3.0) (-) graphics/sprites/monsters/tortuga.png (Coolkid782) (CC BY-SA 3.0) (Reid) graphics/sprites/monsters/vein-coal.png (Micksha) (CC BY-SA 3.0) (-) diff --git a/graphics/sprites/monsters/firedummy.png b/graphics/sprites/monsters/firedummy.png new file mode 100644 index 00000000..e62bc801 Binary files /dev/null and b/graphics/sprites/monsters/firedummy.png differ diff --git a/graphics/sprites/monsters/firedummy.xml b/graphics/sprites/monsters/firedummy.xml new file mode 100644 index 00000000..10ab712e --- /dev/null +++ b/graphics/sprites/monsters/firedummy.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/tengu.png b/graphics/sprites/monsters/tengu.png new file mode 100644 index 00000000..37ad5ec1 Binary files /dev/null and b/graphics/sprites/monsters/tengu.png differ diff --git a/graphics/sprites/monsters/tengu.xml b/graphics/sprites/monsters/tengu.xml new file mode 100644 index 00000000..15c93ef7 --- /dev/null +++ b/graphics/sprites/monsters/tengu.xml @@ -0,0 +1,200 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/monsters.xml b/monsters.xml index 9365248b..e19eb5c7 100644 --- a/monsters.xml +++ b/monsters.xml @@ -442,4 +442,20 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or monsters/scorpion/hit4.ogg monsters/scorpion/miss1.ogg + + monsters/firedummy.xml + monsters/crocotree/die1.ogg + monsters/crocotree/hurt1.ogg + monsters/crocotree/hurt2.ogg + monsters/crocotree/hurt3.ogg + + + monsters/tengu.xml + monsters/tortuga/die1.ogg + monsters/tortuga/hit1.ogg + monsters/tortuga/hit2.ogg + monsters/tortuga/hurt1.ogg + monsters/tortuga/miss1.ogg + monsters/tortuga/spawn1.ogg + -- cgit v1.2.3-70-g09d2