Ghost enemy added, boss for level 10. Levels updated, probably still not final version, but getting close.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
"x_range": [30, 45],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 10,
|
||||
"health": 6,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
@@ -104,7 +104,7 @@
|
||||
"x_range": [120, 135],
|
||||
"y": 0,
|
||||
"enemy_type": "boogie_man",
|
||||
"health": 10,
|
||||
"health": 8,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
@@ -160,7 +160,7 @@
|
||||
"x_range": [205, 220],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 10,
|
||||
"health": 6,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
@@ -216,7 +216,7 @@
|
||||
"x_range": [275, 290],
|
||||
"y": 0,
|
||||
"enemy_type": "boogie_man",
|
||||
"health": 10,
|
||||
"health": 8,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
@@ -275,7 +275,7 @@
|
||||
"x_range": [370, 385],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 8,
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1.5,
|
||||
"attack_pattern": {
|
||||
|
Reference in New Issue
Block a user