Actual pumpkin low and high sounds added. Boogie man added. Levels 6 and 7 updated to introduce boogie man.

This commit is contained in:
Storm Dragon
2025-02-09 18:51:08 -05:00
parent ffb0f8cb4d
commit af848e1ad5
6 changed files with 24 additions and 23 deletions

View File

@@ -73,8 +73,8 @@
{ {
"x_range": [70, 85], "x_range": [70, 85],
"y": 0, "y": 0,
"enemy_type": "ghoul", "enemy_type": "boogie_man",
"health": 10, "health": 8,
"damage": 3, "damage": 3,
"attack_range": 2, "attack_range": 2,
"attack_pattern": { "attack_pattern": {
@@ -149,7 +149,7 @@
"x_range": [160, 180], "x_range": [160, 180],
"y": 0, "y": 0,
"enemy_type": "ghoul", "enemy_type": "ghoul",
"health": 12, "health": 10,
"damage": 3, "damage": 3,
"attack_range": 2, "attack_range": 2,
"attack_pattern": { "attack_pattern": {

View File

@@ -1,5 +1,5 @@
{ {
"level_id": 4, "level_id": 7,
"name": "Spider's Domain", "name": "Spider's Domain",
"description": "The spiders have claimed this part of the graveyard. Be careful to not disturb them. You know how spiders think, if you can't eat it, kill it!", "description": "The spiders have claimed this part of the graveyard. Be careful to not disturb them. You know how spiders think, if you can't eat it, kill it!",
"player_start": { "player_start": {
@@ -35,9 +35,9 @@
{ {
"x_range": [25, 35], "x_range": [25, 35],
"y": 0, "y": 0,
"enemy_type": "goblin", "enemy_type": "boogie_man",
"health": 4, "health": 8,
"damage": 2, "damage": 3,
"attack_range": 1, "attack_range": 1,
"attack_pattern": { "attack_pattern": {
"type": "patrol" "type": "patrol"
@@ -65,7 +65,7 @@
"type": "grave", "type": "grave",
"sound": "grave", "sound": "grave",
"static": true, "static": true,
"zombie_spawn_chance": 0 "zombie_spawn_chance": 20
}, },
{ {
"x_range": [50, 54], "x_range": [50, 54],
@@ -84,18 +84,13 @@
"x_range": [65, 85], "x_range": [65, 85],
"y": 0, "y": 0,
"enemy_type": "witch", "enemy_type": "witch",
"health": 8, "health": 6,
"damage": 2, "damage": 2,
"attack_range": 1, "attack_range": 1,
"attack_pattern": { "attack_pattern": {
"type": "patrol" "type": "patrol"
} }
}, },
{
"type": "spider_web",
"x": 75,
"y": 0
},
{ {
"x_range": [80, 95], "x_range": [80, 95],
"y": 15, "y": 15,
@@ -119,7 +114,7 @@
"y": 0, "y": 0,
"type": "catapult", "type": "catapult",
"fire_interval": 4000, "fire_interval": 4000,
"range": 20 "range": 30
}, },
{ {
"x": 110, "x": 110,
@@ -127,7 +122,7 @@
"type": "grave", "type": "grave",
"sound": "grave", "sound": "grave",
"static": true, "static": true,
"zombie_spawn_chance": 50 "zombie_spawn_chance": 20
}, },
{ {
"x_range": [115, 118], "x_range": [115, 118],
@@ -145,7 +140,7 @@
"x_range": [125, 145], "x_range": [125, 145],
"y": 0, "y": 0,
"enemy_type": "ghoul", "enemy_type": "ghoul",
"health": 12, "health": 6,
"damage": 3, "damage": 3,
"attack_range": 2, "attack_range": 2,
"attack_pattern": { "attack_pattern": {
@@ -183,7 +178,7 @@
"type": "grave", "type": "grave",
"sound": "grave", "sound": "grave",
"static": true, "static": true,
"item": "guts", "item": "hand_of_glory",
"zombie_spawn_chance": 0 "zombie_spawn_chance": 0
}, },
{ {
@@ -195,7 +190,7 @@
"x_range": [180, 200], "x_range": [180, 200],
"y": 0, "y": 0,
"enemy_type": "witch", "enemy_type": "witch",
"health": 8, "health": 6,
"damage": 2, "damage": 2,
"attack_range": 1, "attack_range": 1,
"attack_pattern": { "attack_pattern": {

BIN
sounds/boogie_man.ogg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sounds/boogie_man_dies.ogg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
sounds/pumpkin_high.ogg (Stored with Git LFS)

Binary file not shown.

BIN
sounds/pumpkin_low.ogg (Stored with Git LFS)

Binary file not shown.