Levels all added. May need some tweaking, but I'm pretty happy with them so far.

This commit is contained in:
Storm Dragon
2025-02-11 00:06:43 -05:00
parent 2351579bb5
commit 2d9f92977a
6 changed files with 1712 additions and 0 deletions

249
levels/Wicked Quest/8.json Normal file
View File

@@ -0,0 +1,249 @@
{
"level_id": 8,
"name": "Feasting Ghouls",
"description": "The air is thick with the stench of decay. Ghouls gather here to feast on the remains of the fallen. Their hunger is endless, their appetite insatiable.",
"player_start": {
"x": 0,
"y": 0
},
"objects": [
{
"x_range": [5, 10],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 15,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "jack_o_lantern"
},
{
"x_range": [20, 40],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [45, 50],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 55,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 20,
"item": "guts"
},
{
"x_range": [60, 85],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 3,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x_range": [70, 75],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 80,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [90, 110],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [100, 105],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 115,
"y": 0,
"type": "catapult",
"fire_interval": 4000,
"range": 30
},
{
"x_range": [120, 125],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x_range": [130, 160],
"y": 12,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 3,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x": 140,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "hand_of_glory"
},
{
"x_range": [145, 150],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x_range": [155, 175],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [180, 185],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 190,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 20
},
{
"x_range": [200, 220],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [210, 215],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 225,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [235, 240],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x_range": [245, 275],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 3,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x_range": [255, 260],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 270,
"y": 0,
"type": "catapult",
"fire_interval": 4000,
"range": 30
},
{
"x_range": [280, 285],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x_range": [290, 310],
"y": 0,
"enemy_type": "witch",
"health": 6,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [315, 320],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
}
],
"boundaries": {
"left": 0,
"right": 325
},
"ambience": "Wayward Ghouls.ogg",
"footstep_sound": "footstep_stone"
}