Levels 1-12 improved, still working on 13.

This commit is contained in:
Storm Dragon
2025-02-21 21:53:12 -05:00
parent 2c4f994c14
commit d2d378f337
12 changed files with 1306 additions and 160 deletions

View File

@@ -24,12 +24,24 @@
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 3,
"attack_range": 2,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [30, 40],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x": 35,
"y": 3,
@@ -145,8 +157,20 @@
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 3,
"attack_range": 2,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [215, 225],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
@@ -235,17 +259,132 @@
"turn_threshold": 4
}
},
{
"x_range": [345, 365],
"y": 0,
"enemy_type": "black_cat",
"health": 6,
"damage": 2,
"attack_range": 1.2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [350, 355],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x_range": [370, 390],
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [375, 385],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x": 395,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 20
},
{
"x_range": [400, 430],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 4,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x_range": [410, 430],
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [415, 425],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x": 435,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [445, 465],
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [470, 475],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x_range": [480, 495],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 4,
"frequency": {
"min": 1,
"max": 3
}
}
],
"boundaries": {
"left": 0,
"right": 375
"right": 500
},
"ambience": "Graveyard Blitz.ogg",
"footstep_sound": "footstep_dirt_road"