Ghost enemy added, boss for level 10. Levels updated, probably still not final version, but getting close.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"level_id": 4,
|
||||
"name": "The Abandoned Church",
|
||||
"description": "The graves led you to a decrepit church. The holy ground offers no sanctuary - if anything, the undead seem stronger here.",
|
||||
"locked": true,
|
||||
"player_start": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
@@ -21,7 +22,18 @@
|
||||
"type": "coffin"
|
||||
},
|
||||
{
|
||||
"x_range": [20, 30],
|
||||
"x_range": [20, 25],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 4,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [25, 30],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 4,
|
||||
@@ -122,15 +134,11 @@
|
||||
"type": "coffin"
|
||||
},
|
||||
{
|
||||
"x_range": [120, 130],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1.5,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
"x_range": [115, 118],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x": 135,
|
||||
@@ -147,6 +155,13 @@
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x_range": [155, 160],
|
||||
"y": 3,
|
||||
"sound": "coin",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x_range": [150, 170],
|
||||
"y": 12,
|
||||
@@ -168,13 +183,12 @@
|
||||
{
|
||||
"x_range": [175, 185],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 6,
|
||||
"enemy_type": "goblin",
|
||||
"health": 4,
|
||||
"damage": 2,
|
||||
"attack_range": 1.5,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "hunter",
|
||||
"turn_threshold": 6
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -197,11 +211,44 @@
|
||||
"y": 3,
|
||||
"sound": "coffin",
|
||||
"type": "coffin"
|
||||
},
|
||||
{
|
||||
"x_range": [200, 207],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 4,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [208, 215],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 4,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [200, 215],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1.5,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
}
|
||||
],
|
||||
"boundaries": {
|
||||
"left": 0,
|
||||
"right": 200
|
||||
"right": 220
|
||||
},
|
||||
"ambience": "Choir of Doom.ogg",
|
||||
"footstep_sound": "footstep_stone"
|
||||
|
Reference in New Issue
Block a user