Files
wicked-quest/levels/Wicked Quest/12.json

270 lines
6.2 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": "coin",
"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": "coin",
"collectible": true,
"static": true
},
{
"type": "spider_web",
"x": 70,
"y": 0
},
{
"x_range": [75, 85],
"y": 0,
"enemy_type": "ghoul",
"health": 10,
"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": "coin",
"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": "coin",
"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": "coin",
"collectible": true,
"static": true
},
{
"x": 170,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x": 200,
"y": 0,
"type": "catapult",
"fire_interval": 3000,
"range": 30
},
{
"x_range": [185, 195],
"y": 0,
"enemy_type": "boogie_man",
"health": 10,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [205, 210],
"y": 3,
"sound": "coin",
"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": "coin",
"collectible": true,
"static": true
},
{
"x": 245,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "jack_o_lantern"
},
{
"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": "coin",
"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": 10,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [320, 325],
"y": 3,
"sound": "coin",
"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": "coin",
"collectible": true,
"static": true
},
{
"x_range": [385, 405],
"y": 0,
"enemy_type": "witch",
"health": 8,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [395, 400],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
}
],
"boundaries": {
"left": 0,
"right": 425
},
"ambience": "Escaping the Grave.ogg",
"footstep_sound": "footstep_tall_grass"
}