Ghost enemy added, boss for level 10. Levels updated, probably still not final version, but getting close.

This commit is contained in:
Storm Dragon
2025-02-13 13:53:08 -05:00
parent 3edee44fa0
commit 2f96300845
16 changed files with 227 additions and 54 deletions

View File

@@ -263,7 +263,7 @@
"y": 0,
"type": "catapult",
"fire_interval": 4000,
"range": 45
"range": 40
},
{
"x": 410,
@@ -286,7 +286,7 @@
"y": 15,
"type": "skull_storm",
"damage": 4,
"maximum_skulls": 4,
"maximum_skulls": 5,
"frequency": {
"min": 1,
"max": 3
@@ -304,7 +304,29 @@
}
},
{
"x_range": [405, 495],
"x_range": [425, 445],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [425, 445],
"y": 0,
"enemy_type": "goblin",
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_pattern": {
"type": "patrol"
}
},
{
"x_range": [455, 495],
"y": 0,
"enemy_type": "witch",
"health": 50,