Ghost enemy added, boss for level 10. Levels updated, probably still not final version, but getting close.

This commit is contained in:
Storm Dragon
2025-02-13 13:53:08 -05:00
parent 3edee44fa0
commit 2f96300845
16 changed files with 227 additions and 54 deletions

View File

@@ -2,6 +2,7 @@
"level_id": 6,
"name": "The Webbed Crypts",
"description": "The catacombs open into ancient crypts, their passages choked with massive cobwebs. Something skitters in the darkness above.",
"locked": true,
"player_start": {
"x": 0,
"y": 0
@@ -31,6 +32,13 @@
"turn_threshold": 4
}
},
{
"x_range": [25, 30],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 30,
"y": 3,
@@ -73,13 +81,12 @@
{
"x_range": [70, 85],
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 3,
"attack_range": 2,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
"type": "patrol"
}
},
{
@@ -127,6 +134,13 @@
"collectible": true,
"static": true
},
{
"x_range": [140, 145],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x_range": [130, 145],
"y": 0,
@@ -149,7 +163,7 @@
"x_range": [160, 180],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"health": 6,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
@@ -184,11 +198,23 @@
"sound": "coffin",
"type": "coffin",
"item": "extra_life"
},
{
"x_range": [200, 215],
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
}
],
"boundaries": {
"left": 0,
"right": 200
"right": 220
},
"ambience": "Escaping the Grave.ogg",
"footstep_sound": "footstep_tall_grass"