Levels 1-12 improved, still working on 13.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"x_range": [75, 85],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 6,
|
||||
"health": 8,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
@@ -110,7 +110,8 @@
|
||||
"x": 170,
|
||||
"y": 3,
|
||||
"sound": "coffin",
|
||||
"type": "coffin"
|
||||
"type": "coffin",
|
||||
"item": "hand_of_glory"
|
||||
},
|
||||
{
|
||||
"x": 200,
|
||||
@@ -123,9 +124,9 @@
|
||||
"x_range": [185, 195],
|
||||
"y": 0,
|
||||
"enemy_type": "boogie_man",
|
||||
"health": 8,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"health": 10,
|
||||
"damage": 4,
|
||||
"attack_range": 1.5,
|
||||
"attack_pattern": {
|
||||
"type": "hunter",
|
||||
"turn_threshold": 4
|
||||
@@ -162,7 +163,7 @@
|
||||
"y": 3,
|
||||
"sound": "coffin",
|
||||
"type": "coffin",
|
||||
"item": "jack_o_lantern"
|
||||
"item": "hand_of_glory"
|
||||
},
|
||||
{
|
||||
"x": 300,
|
||||
@@ -200,7 +201,7 @@
|
||||
"x_range": [305, 315],
|
||||
"y": 0,
|
||||
"enemy_type": "ghoul",
|
||||
"health": 6,
|
||||
"health": 8,
|
||||
"damage": 3,
|
||||
"attack_range": 2,
|
||||
"attack_pattern": {
|
||||
@@ -241,7 +242,35 @@
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x_range": [385, 405],
|
||||
"x": 450,
|
||||
"y": 0,
|
||||
"type": "catapult",
|
||||
"fire_interval": 3000,
|
||||
"range": 30
|
||||
},
|
||||
{
|
||||
"x_range": [425, 430],
|
||||
"y": 3,
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x": 435,
|
||||
"y": 3,
|
||||
"sound": "coffin",
|
||||
"type": "coffin",
|
||||
"item": "hand_of_glory"
|
||||
},
|
||||
{
|
||||
"x": 500,
|
||||
"y": 0,
|
||||
"type": "catapult",
|
||||
"fire_interval": 3000,
|
||||
"range": 30
|
||||
},
|
||||
{
|
||||
"x_range": [475, 495],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 6,
|
||||
@@ -253,16 +282,21 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [395, 400],
|
||||
"y": 3,
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
"x_range": [480, 500],
|
||||
"y": 0,
|
||||
"enemy_type": "black_cat",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "hunter",
|
||||
"turn_threshold": 4
|
||||
}
|
||||
}
|
||||
],
|
||||
"boundaries": {
|
||||
"left": 0,
|
||||
"right": 425
|
||||
"right": 500
|
||||
},
|
||||
"ambience": "Escaping the Grave.ogg",
|
||||
"footstep_sound": "footstep_tall_grass"
|
||||
|
Reference in New Issue
Block a user