Levels 1-12 improved, still working on 13.

This commit is contained in:
Storm Dragon
2025-02-21 21:53:12 -05:00
parent 2c4f994c14
commit d2d378f337
12 changed files with 1306 additions and 160 deletions

View File

@@ -104,12 +104,24 @@
"collectible": true,
"static": true
},
{
"x_range": [130, 135],
"y": 0,
"enemy_type": "goblin",
"health": 1,
"damage": 1,
"attack_range": 1,
"attack_pattern": {
"type": "patrol"
}
},
{
"x": 145,
"y": 0,
"type": "catapult",
"fire_interval": 5000,
"range": 15
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 0
},
{
"x_range": [154, 159],
@@ -151,7 +163,70 @@
}
},
{
"x": 195,
"x": 210,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [220, 223],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x_range": [235, 240],
"y": 0,
"enemy_type": "goblin",
"health": 1,
"damage": 1,
"attack_range": 1,
"attack_pattern": {
"type": "patrol"
}
},
{
"x": 255,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 0
},
{
"x_range": [265, 268],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x_range": [275, 280],
"y": 0,
"enemy_type": "goblin",
"health": 1,
"damage": 1,
"attack_range": 1,
"attack_pattern": {
"type": "patrol"
}
},
{
"x": 280,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [290, 293],
"y": 3,
"sound": "bone_dust",
"collectible": true,
"static": true
},
{
"x": 290,
"y": 0,
"type": "grave",
"sound": "grave",
@@ -162,7 +237,7 @@
],
"boundaries": {
"left": 0,
"right": 200
"right": 300
},
"ambience": "Escaping the Grave.ogg",
"footstep_sound": "footstep_stone"