new item, shin bone , added.

This commit is contained in:
Storm Dragon
2025-02-10 20:49:50 -05:00
parent a991829cf9
commit 2351579bb5
15 changed files with 70 additions and 24 deletions

View File

@@ -24,7 +24,7 @@
"x_range": [20, 30],
"y": 0,
"enemy_type": "goblin",
"health": 3,
"health": 4,
"damage": 2,
"attack_range": 1,
"attack_pattern": {
@@ -61,14 +61,13 @@
"x": 55,
"y": 3,
"sound": "coffin",
"type": "coffin",
"item": "guts"
"type": "coffin"
},
{
"x_range": [60, 70],
"y": 0,
"enemy_type": "witch",
"health": 4,
"health": 6,
"damage": 2,
"attack_range": 1,
"attack_pattern": {
@@ -81,6 +80,7 @@
"type": "grave",
"sound": "grave",
"static": true,
"item": "guts",
"zombie_spawn_chance": 10
},
{
@@ -169,7 +169,7 @@
"x_range": [175, 185],
"y": 0,
"enemy_type": "ghoul",
"health": 8,
"health": 6,
"damage": 2,
"attack_range": 1.5,
"attack_pattern": {