Files
2025-02-21 21:53:12 -05:00

304 lines
7.0 KiB
JSON

{
"level_id": 12,
"name": "Pumpkin Run",
"description": "Angry at the way you just blew through their defenses like that, monsters have decided to man... er monster the catapults. Good luck.",
"player_start": {
"x": 0,
"y": 0
},
"objects": [
{
"x_range": [5, 10],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 15,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "hand_of_glory"
},
{
"x": 50,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [55, 60],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"type": "spider_web",
"x": 70,
"y": 0
},
{
"x_range": [75, 85],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "patrol"
}
},
{
"x": 100,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [105, 110],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 115,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 25,
"item": "guts"
},
{
"x_range": [125, 130],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 150,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [145, 165],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 5,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x_range": [155, 160],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 170,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "hand_of_glory"
},
{
"x": 200,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [185, 195],
"y": 0,
"enemy_type": "boogie_man",
"health": 10,
"damage": 4,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [205, 210],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"type": "spider_web",
"x": 220,
"y": 0
},
{
"x": 250,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [235, 240],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 245,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "hand_of_glory"
},
{
"x": 300,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [265, 285],
"y": 12,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 3,
"frequency": {
"min": 1,
"max": 5
}
},
{
"x_range": [275, 280],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 350,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [305, 315],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [320, 325],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 400,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [355, 375],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 5,
"frequency": {
"min": 1,
"max": 5
}
},
{
"x_range": [365, 370],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 450,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [425, 430],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 435,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "hand_of_glory"
},
{
"x": 500,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [475, 495],
"y": 0,
"enemy_type": "witch",
"health": 6,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [480, 500],
"y": 0,
"enemy_type": "black_cat",
"health": 6,
"damage": 2,
"attack_range": 1.2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
}
],
"boundaries": {
"left": 0,
"right": 500
},
"ambience": "Escaping the Grave.ogg",
"footstep_sound": "footstep_tall_grass"
}