Files
wicked-quest/levels/1.json

40 lines
904 B
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!",
"player_start": {
"x": 0,
"y": 0
},
"objects": [
{
"x_range": [5, 7],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 25,
"y": 0,
"enemy_type": "goblin",
"health": 5,
"damage": 1,
"attack_range": 1,
"movement_range": 5
},
{
"x": 50,
"y": 0,
"hazard": true,
"sound": "grave",
"static": true,
"zombie_spawn_chance": 100
}
],
"boundaries": {
"left": 0,
"right": 500
}
}