Levels 1-12 improved, still working on 13.
This commit is contained in:
		| @@ -135,6 +135,18 @@ | ||||
|                 "turn_threshold": 5 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [125, 140], | ||||
|             "y": 0, | ||||
|             "enemy_type": "black_cat", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.2, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 5 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [130, 135], | ||||
|             "y": 3, | ||||
| @@ -195,11 +207,117 @@ | ||||
|             "sound": "coffin", | ||||
|             "type": "coffin", | ||||
|             "item": "extra_life" | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [205, 220], | ||||
|             "y": 0, | ||||
|             "enemy_type": "goblin", | ||||
|             "health": 4, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 5 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [225, 245], | ||||
|             "y": 15, | ||||
|             "type": "skull_storm", | ||||
|             "damage": 4, | ||||
|             "maximum_skulls": 3, | ||||
|             "frequency": { | ||||
|                 "min": 1, | ||||
|                 "max": 3 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x": 235, | ||||
|             "y": 0, | ||||
|             "type": "grave", | ||||
|             "sound": "grave", | ||||
|             "static": true, | ||||
|             "zombie_spawn_chance": 15 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [250, 265], | ||||
|             "y": 0, | ||||
|             "enemy_type": "witch", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 5 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [255, 270], | ||||
|             "y": 0, | ||||
|             "enemy_type": "black_cat", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.2, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 5 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [275, 278], | ||||
|             "y": 3, | ||||
|             "sound": "bone_dust", | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         }, | ||||
|         { | ||||
|             "x": 285, | ||||
|             "y": 3, | ||||
|             "sound": "coffin", | ||||
|             "type": "coffin" | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [290, 310], | ||||
|             "y": 0, | ||||
|             "enemy_type": "ghoul", | ||||
|             "health": 6, | ||||
|             "damage": 3, | ||||
|             "attack_range": 2, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [315, 345], | ||||
|             "y": 15, | ||||
|             "type": "skull_storm", | ||||
|             "damage": 4, | ||||
|             "maximum_skulls": 3, | ||||
|             "frequency": { | ||||
|                 "min": 1, | ||||
|                 "max": 3 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x": 325, | ||||
|             "y": 0, | ||||
|             "type": "grave", | ||||
|             "sound": "grave", | ||||
|             "static": true, | ||||
|             "zombie_spawn_chance": 15 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [335, 338], | ||||
|             "y": 3, | ||||
|             "sound": "bone_dust", | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         } | ||||
|     ], | ||||
|     "boundaries": { | ||||
|         "left": 0, | ||||
|         "right": 200 | ||||
|         "right": 350 | ||||
|     }, | ||||
|     "ambience": "Choir of Doom.ogg", | ||||
|     "footstep_sound": "footstep_stone" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user