39 lines
864 B
JSON
39 lines
864 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
|
|
}
|
|
],
|
|
"boundaries": {
|
|
"left": 0,
|
|
"right": 500
|
|
}
|
|
}
|