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

195 lines
4.5 KiB
JSON

{
"level_id": 6,
"name": "The Webbed Crypts",
"description": "The catacombs open into ancient crypts, their passages choked with massive cobwebs. Something skitters in the darkness above.",
"player_start": {
"x": 0,
"y": 0
},
"objects": [
{
"x_range": [5, 8],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"type": "spider_web",
"x": 15,
"y": 0
},
{
"x_range": [20, 35],
"y": 0,
"enemy_type": "witch",
"health": 6,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x": 30,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [40, 65],
"y": 12,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 3,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x": 45,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 20
},
{
"x_range": [50, 53],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 60,
"y": 0,
"type": "catapult",
"fire_interval": 4000,
"range": 30
},
{
"x_range": [70, 85],
"y": 0,
"enemy_type": "boogie_man",
"health": 8,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x": 80,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "hand_of_glory"
},
{
"type": "spider_web",
"x": 90,
"y": 0
},
{
"x_range": [95, 98],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 105,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 20
},
{
"x_range": [110, 135],
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 3,
"frequency": {
"min": 1,
"max": 3
}
},
{
"x_range": [120, 123],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x_range": [130, 145],
"y": 0,
"enemy_type": "witch",
"health": 6,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x": 150,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [160, 180],
"y": 0,
"enemy_type": "ghoul",
"health": 10,
"damage": 3,
"attack_range": 2,
"attack_pattern": {
"type": "hunter",
"turn_threshold": 4
}
},
{
"x_range": [165, 168],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 175,
"y": 0,
"type": "catapult",
"fire_interval": 4000,
"range": 30
},
{
"x_range": [185, 188],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 195,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "extra_life"
}
],
"boundaries": {
"left": 0,
"right": 200
},
"footstep_sound": "footstep_tall_grass"
}