Ghost enemy added, boss for level 10. Levels updated, probably still not final version, but getting close.
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
"x_range": [101, 111],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 3,
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
@@ -195,13 +195,12 @@
|
||||
{
|
||||
"x_range": [146, 166],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"enemy_type": "goblin",
|
||||
"health": 6,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
"type": "hunter",
|
||||
"turn_threshold": 5
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -248,6 +247,6 @@
|
||||
"left": 0,
|
||||
"right": 200
|
||||
},
|
||||
"ambience": "Wayward Ghouls.ogg",
|
||||
"ambience": "Dark Dust Dispatcher.ogg",
|
||||
"footstep_sound": "footstep_tall_grass"
|
||||
}
|
||||
|
Reference in New Issue
Block a user