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

@@ -27,7 +27,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.3,
"attack_pattern": {
"type": "patrol"
}
@@ -38,7 +38,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.3,
"attack_pattern": {
"type": "patrol"
}
@@ -75,13 +75,25 @@
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [55, 65],
"y": 0,
"enemy_type": "black_cat",
"health": 6,
"damage": 2,
"attack_range": 1.2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 5
}
},
{
"x_range": [60, 70],
"y": 0,
"enemy_type": "witch",
"health": 6,
"damage": 2,
"attack_range": 1,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
@@ -186,7 +198,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.3,
"attack_pattern": {
"type": "patrol"
}
@@ -218,7 +230,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.3,
"attack_pattern": {
"type": "patrol"
}
@@ -229,7 +241,7 @@
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_range": 1.3,
"attack_pattern": {
"type": "patrol"
}
@@ -241,14 +253,117 @@
"health": 6,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 5
}
},
{
"x_range": [225, 235],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.3,
"attack_pattern": {
"type": "patrol"
}
},
{
"x": 240,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [245, 248],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x_range": [250, 270],
"y": 15,
"type": "skull_storm",
"damage": 3,
"maximum_skulls": 3,
"frequency": {
"min": 2,
"max": 4
}
},
{
"x": 260,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 10
},
{
"x_range": [275, 280],
"y": 0,
"enemy_type": "black_cat",
"health": 6,
"damage": 2,
"attack_range": 1.2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 5
}
},
{
"x_range": [280, 290],
"y": 0,
"enemy_type": "witch",
"health": 6,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [295, 300],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 305,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [315, 325],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1.3,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [330, 345],
"y": 0,
"enemy_type": "ghoul",
"health": 6,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 5
}
}
],
"boundaries": {
"left": 0,
"right": 220
"right": 350
},
"ambience": "Choir of Doom.ogg",
"footstep_sound": "footstep_stone"