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": 10,
"name": "Cursed Chapel",
"description": "An old chapel looms before you, its stained glass windows glowing with an otherworldly light. The sound of organ music echoes from within, though the chapel has been abandoned for centuries.",
"locked": true,
"player_start": {
"x": 0,
"y": 0
@@ -82,7 +83,7 @@
"x_range": [110, 130],
"y": 0,
"enemy_type": "boogie_man",
"health": 10,
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
@@ -144,7 +145,7 @@
"x_range": [200, 220],
"y": 0,
"enemy_type": "ghoul",
"health": 10,
"health": 6,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
@@ -171,7 +172,7 @@
"x_range": [240, 260],
"y": 0,
"enemy_type": "boogie_man",
"health": 10,
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
@@ -254,11 +255,26 @@
"sound": "coin",
"collectible": true,
"static": true
}
},
{
"x_range": [400, 415],
"y": 0,
"enemy_type": "ghost",
"health": 16,
"damage": 2,
"attack_range": 1,
"vulnerability_duration": 2000,
"invulnerability_duration": 5000,
"speed_multiplier": 0.8,
"attack_cooldown": 1200,
"attack_pattern": {
"type": "patrol"
}
}
],
"boundaries": {
"left": 0,
"right": 400
"right": 420
},
"ambience": "Choir of Doom.ogg",
"footstep_sound": "footstep_stone"