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

@@ -26,7 +26,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 40
"range": 30
},
{
"x_range": [55, 60],
@@ -56,7 +56,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 40
"range": 30
},
{
"x_range": [105, 110],
@@ -86,7 +86,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 40
"range": 30
},
{
"x_range": [145, 165],
@@ -117,7 +117,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 40
"range": 30
},
{
"x_range": [185, 195],
@@ -148,7 +148,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 40
"range": 30
},
{
"x_range": [235, 240],
@@ -169,7 +169,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 40
"range": 30
},
{
"x_range": [265, 285],
@@ -194,7 +194,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 40
"range": 30
},
{
"x_range": [305, 315],
@@ -220,7 +220,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 40
"range": 30
},
{
"x_range": [355, 375],

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": {