Levels 1-12 improved, still working on 13.
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
"enemy_type": "goblin",
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
@@ -85,7 +85,7 @@
|
||||
"enemy_type": "goblin",
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
@@ -103,7 +103,7 @@
|
||||
"enemy_type": "goblin",
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
@@ -140,13 +140,24 @@
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x_range": [90, 100],
|
||||
"y": 0,
|
||||
"enemy_type": "black_cat",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [101, 111],
|
||||
"y": 0,
|
||||
"enemy_type": "witch",
|
||||
"health": 6,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_range": 1.5,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
@@ -173,7 +184,7 @@
|
||||
"enemy_type": "goblin",
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
@@ -241,11 +252,83 @@
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x_range": [205, 215],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x": 220,
|
||||
"y": 3,
|
||||
"sound": "coffin",
|
||||
"type": "coffin"
|
||||
},
|
||||
{
|
||||
"x_range": [225, 228],
|
||||
"y": 3,
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
},
|
||||
{
|
||||
"x_range": [235, 260],
|
||||
"y": 15,
|
||||
"type": "skull_storm",
|
||||
"damage": 4,
|
||||
"maximum_skulls": 3,
|
||||
"frequency": {
|
||||
"min": 2,
|
||||
"max": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"x": 245,
|
||||
"y": 0,
|
||||
"type": "grave",
|
||||
"sound": "grave",
|
||||
"static": true,
|
||||
"zombie_spawn_chance": 0
|
||||
},
|
||||
{
|
||||
"x_range": [255, 265],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [275, 285],
|
||||
"y": 0,
|
||||
"enemy_type": "goblin",
|
||||
"health": 3,
|
||||
"damage": 2,
|
||||
"attack_range": 1.2,
|
||||
"attack_pattern": {
|
||||
"type": "patrol"
|
||||
}
|
||||
},
|
||||
{
|
||||
"x_range": [290, 295],
|
||||
"y": 3,
|
||||
"sound": "bone_dust",
|
||||
"collectible": true,
|
||||
"static": true
|
||||
}
|
||||
],
|
||||
"boundaries": {
|
||||
"left": 0,
|
||||
"right": 200
|
||||
"right": 300
|
||||
},
|
||||
"ambience": "Dark Dust Dispatcher.ogg",
|
||||
"footstep_sound": "footstep_tall_grass"
|
||||
|
Reference in New Issue
Block a user