New weapon, witch's broom, added. New enemy type, witch, added.

This commit is contained in:
Storm Dragon
2025-02-07 15:13:27 -05:00
parent 419f605466
commit e0e097a397
13 changed files with 119 additions and 7 deletions

View File

@@ -24,7 +24,7 @@
"x_range": [21, 29],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"health": 2,
"damage": 2,
"attack_range": 1,
"attack_pattern": {
@@ -37,7 +37,7 @@
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 15
"zombie_spawn_chance": 10
},
{
"x_range": [33, 38],
@@ -61,7 +61,8 @@
"x": 55,
"y": 3,
"sound": "coffin",
"type": "coffin"
"type": "coffin",
"item": "guts"
},
{
"x_range": [65, 70],
@@ -74,7 +75,7 @@
"x_range": [71, 79],
"y": 0,
"enemy_type": "goblin",
"health": 5,
"health": 2,
"damage": 2,
"attack_range": 1,
"attack_pattern": {
@@ -93,7 +94,7 @@
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 20
"zombie_spawn_chance": 10
},
{
"x_range": [105, 108],
@@ -127,11 +128,52 @@
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 160,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 10
},
{
"x": 170,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "extra_life"
},
{
"x_range": [175, 180],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 185,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 10
},
{
"x_range": [189, 198],
"y": 0,
"enemy_type": "witch",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
}
],
"boundaries": {
"left": 0,
"right": 170
"right": 200
},
"footstep_sound": "footstep_tall_grass"
}