Graves basically rewritten.

This commit is contained in:
Storm Dragon
2025-02-08 03:30:45 -05:00
parent e0e097a397
commit ada16cb40f
8 changed files with 172 additions and 52 deletions

View File

@@ -7,13 +7,6 @@
"y": 0
},
"objects": [
{
"x": 2,
"y": 3,
"item": "guts",
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [5, 8],
"y": 3,
@@ -38,7 +31,7 @@
"x_range": [25, 30],
"y": 0,
"enemy_type": "goblin",
"health": 3,
"health": 1,
"damage": 1,
"attack_range": 1,
"attack_pattern": {
@@ -54,10 +47,10 @@
{
"x": 45,
"y": 0,
"hazard": true,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 10
"zombie_spawn_chance": 0
},
{
"x_range": [55, 57],
@@ -76,8 +69,8 @@
"x_range": [75, 80],
"y": 0,
"enemy_type": "goblin",
"health": 5,
"damage": 2,
"health": 1,
"damage": 1,
"attack_range": 1,
"attack_pattern": {
"type": "patrol"
@@ -86,10 +79,10 @@
{
"x": 85,
"y": 0,
"hazard": true,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 15
"zombie_spawn_chance": 0
},
{
"x_range": [95, 100],
@@ -125,11 +118,52 @@
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 165,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 0
},
{
"x_range": [170, 172],
"y": 3,
"sound": "coin",
"collectible": true,
"static": true
},
{
"x": 180,
"y": 3,
"sound": "coffin",
"type": "coffin"
},
{
"x_range": [185, 190],
"y": 0,
"enemy_type": "goblin",
"health": 1,
"damage": 1,
"attack_range": 1,
"attack_pattern": {
"type": "patrol"
}
},
{
"x": 195,
"y": 0,
"type": "grave",
"sound": "grave",
"static": true,
"zombie_spawn_chance": 0,
"item": "guts"
}
],
"boundaries": {
"left": 0,
"right": 165
"right": 200
},
"footstep_sound": "footstep_stone"
}