Level updates. Fixed a bug with hunting enemies. Boosted sound for headless horseman.

This commit is contained in:
Storm Dragon
2025-02-11 19:02:51 -05:00
parent 5ca8188c2b
commit 7f68af1958
5 changed files with 33 additions and 36 deletions

View File

@@ -307,34 +307,25 @@
"x_range": [405, 495],
"y": 0,
"enemy_type": "witch",
"health": 500,
"health": 50,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 3
"type": "patrol"
}
},
{
"x_range": [405, 495],
"y": 0,
"enemy_type": "boogie_man",
"health": 500,
"enemy_type": "headless_horseman",
"health": 100,
"damage": 3,
"attack_range": 2,
"attack_range": 3,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 3
"turn_threshold": 15
}
},
{
"x": 450,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 100
},
{
"x_range": [455, 460],
"y": 3,
@@ -359,14 +350,6 @@
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 490,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 100
}
],
"boundaries": {