Files
wicked-quest/levels/1.json

117 lines
2.6 KiB
JSON

{
"level_id": 1,
"name": "The Mausoleum",
"description": "After years of existing as a pile of bones, someone was crazy enough to assemble your skeleton. Time to wreak some havoc! Use W to jump, A/D to move, and CTRL to attack with your shovel.",
"player_start": {
"x": 0,
"y": 0
},
"objects": [
{
"x": 5,
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 10,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [15, 17],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 25,
"y": 0,
"enemy_type": "goblin",
"health": 3,
"damage": 1,
"attack_range": 1,
"movement_range": 5
},
{
"x": 35,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x": 45,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 10
},
{
"x_range": [55, 57],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 65,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x": 75,
"y": 0,
"enemy_type": "goblin",
"health": 5,
"damage": 2,
"attack_range": 1,
"movement_range": 5
},
{
"x": 85,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 15
},
{
"x_range": [95, 97],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 110,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [120, 122],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 145,
"y": 0,
"type": "catapult",
"direction": -1,
"fire_interval": 5000,
"range": 15
}
],
"boundaries": {
"left": 0,
"right": 160
}
}