More content added, weapons, coin collecting, basic combat.
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"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 reak some havoc!",
|
||||
"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": 5,
|
||||
"x_range": [5, 7],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"collectible": true,
|
||||
@@ -17,9 +17,11 @@
|
||||
{
|
||||
"x": 25,
|
||||
"y": 0,
|
||||
"sound": "goblin",
|
||||
"hazard": true,
|
||||
"static": false
|
||||
"enemy_type": "goblin",
|
||||
"health": 5,
|
||||
"damage": 1,
|
||||
"attack_range": 1,
|
||||
"movement_range": 5
|
||||
},
|
||||
{
|
||||
"x": 50,
|
||||
|
Reference in New Issue
Block a user