Levels 1-12 improved, still working on 13.
This commit is contained in:
@@ -144,28 +144,6 @@
|
||||
"static": true,
|
||||
"zombie_spawn_chance": 0
|
||||
},
|
||||
{
|
||||
"x_range": [200, 215],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1.5,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [190, 200],
|
||||
"y": 0,
|
||||
"enemy_type": "black_cat",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x": 170,
|
||||
"y": 3,
|
||||
@@ -173,6 +151,13 @@
|
||||
"type": "coffin",
|
||||
"item": "extra_life"
|
||||
},
|
||||
{
|
||||
"x_range": [175, 180],
|
||||
"y": 3,
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x": 180,
|
||||
"y": 0,
|
||||
@@ -182,16 +167,98 @@
|
||||
"zombie_spawn_chance": 0
|
||||
},
|
||||
{
|
||||
"x_range": [175, 180],
|
||||
"x_range": [190, 198],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 2,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x": 205,
|
||||
"y": 3,
|
||||
"sound": "coffin",
|
||||
"type": "coffin"
|
||||
},
|
||||
{
|
||||
"x_range": [215, 220],
|
||||
"y": 3,
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x": 225,
|
||||
"y": 0,
|
||||
"type": "grave",
|
||||
"sound": "grave",
|
||||
"static": true,
|
||||
"zombie_spawn_chance": 0
|
||||
},
|
||||
{
|
||||
"x_range": [230, 250],
|
||||
"y": 15,
|
||||
"type": "skull_storm",
|
||||
"damage": 4,
|
||||
"maximum_skulls": 3,
|
||||
"frequency": {
|
||||
"min": 2,
|
||||
"max": 5
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [235, 243],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 2,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x": 255,
|
||||
"y": 3,
|
||||
"sound": "coffin",
|
||||
"type": "coffin"
|
||||
},
|
||||
{
|
||||
"x_range": [260, 265],
|
||||
"y": 3,
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x_range": [270, 280],
|
||||
"y": 0,
|
||||
"enemy_type": "black_cat",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [285, 300],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1.5,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
}
|
||||
],
|
||||
"boundaries": {
|
||||
"left": 0,
|
||||
"right": 220
|
||||
"right": 300
|
||||
},
|
||||
"ambience": "Graveyard Blitz.ogg",
|
||||
"footstep_sound": "footstep_tall_grass"
|
||||
|
Reference in New Issue
Block a user