Level 2 is now a boss level.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"level_id": 2,
|
||||
"name": "The Graveyard",
|
||||
"description": "The mausoleum led to an ancient graveyard. Watch out for falling skulls!",
|
||||
"locked": true,
|
||||
"player_start": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
@@ -136,16 +137,35 @@
|
||||
"zombie_spawn_chance": 0
|
||||
},
|
||||
{
|
||||
"x_range": [165, 175],
|
||||
"x": 165,
|
||||
"y": 0,
|
||||
"type": "grave",
|
||||
"sound": "grave",
|
||||
"static": true,
|
||||
"zombie_spawn_chance": 0
|
||||
},
|
||||
{
|
||||
"x_range": [200, 215],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 3,
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1.5,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [190, 200],
|
||||
"y": 0,
|
||||
"enemy_type": "black_cat",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x": 170,
|
||||
"y": 3,
|
||||
@@ -171,7 +191,7 @@
|
||||
],
|
||||
"boundaries": {
|
||||
"left": 0,
|
||||
"right": 200
|
||||
"right": 220
|
||||
},
|
||||
"ambience": "Graveyard Blitz.ogg",
|
||||
"footstep_sound": "footstep_tall_grass"
|
||||
|
Reference in New Issue
Block a user