new item, shin bone , added.
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user