Levels 1-12 improved, still working on 13.
This commit is contained in:
		| @@ -37,8 +37,8 @@ | ||||
|             "y": 0, | ||||
|             "enemy_type": "boogie_man", | ||||
|             "health": 8, | ||||
|             "damage": 3, | ||||
|             "attack_range": 1, | ||||
|             "damage": 4, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "patrol" | ||||
|             } | ||||
| @@ -87,11 +87,23 @@ | ||||
|             "enemy_type": "witch", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "patrol" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [70, 90], | ||||
|             "y": 0, | ||||
|             "enemy_type": "black_cat", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.2, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [80, 95], | ||||
|             "y": 15, | ||||
| @@ -192,11 +204,23 @@ | ||||
|             "enemy_type": "witch", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "patrol" | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [185, 205], | ||||
|             "y": 0, | ||||
|             "enemy_type": "black_cat", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.2, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [185, 188], | ||||
|             "y": 3, | ||||
| @@ -265,11 +289,119 @@ | ||||
|             "y": 3, | ||||
|             "sound": "coffin", | ||||
|             "type": "coffin" | ||||
|         }, | ||||
|         { | ||||
|             "type": "spider_web", | ||||
|             "x": 255, | ||||
|             "y": 0 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [260, 275], | ||||
|             "y": 0, | ||||
|             "enemy_type": "goblin", | ||||
|             "health": 4, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [280, 283], | ||||
|             "y": 3, | ||||
|             "sound": "bone_dust", | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         }, | ||||
|         { | ||||
|             "x": 290, | ||||
|             "y": 3, | ||||
|             "sound": "coffin", | ||||
|             "type": "coffin" | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [295, 315], | ||||
|             "y": 15, | ||||
|             "type": "skull_storm", | ||||
|             "damage": 4, | ||||
|             "maximum_skulls": 3, | ||||
|             "frequency": { | ||||
|                 "min": 1, | ||||
|                 "max": 3 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "type": "spider_web", | ||||
|             "x": 305, | ||||
|             "y": 0 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [310, 325], | ||||
|             "y": 0, | ||||
|             "enemy_type": "goblin", | ||||
|             "health": 4, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x": 330, | ||||
|             "y": 0, | ||||
|             "type": "grave", | ||||
|             "sound": "grave", | ||||
|             "static": true, | ||||
|             "zombie_spawn_chance": 20 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [335, 350], | ||||
|             "y": 0, | ||||
|             "enemy_type": "boogie_man", | ||||
|             "health": 8, | ||||
|             "damage": 4, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "type": "spider_web", | ||||
|             "x": 355, | ||||
|             "y": 0 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [360, 375], | ||||
|             "y": 0, | ||||
|             "enemy_type": "goblin", | ||||
|             "health": 4, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [380, 383], | ||||
|             "y": 3, | ||||
|             "sound": "bone_dust", | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         }, | ||||
|         { | ||||
|             "x": 390, | ||||
|             "y": 3, | ||||
|             "sound": "coffin", | ||||
|             "type": "coffin" | ||||
|         } | ||||
|     ], | ||||
|     "boundaries": { | ||||
|         "left": 0, | ||||
|         "right": 250 | ||||
|         "right": 400 | ||||
|     }, | ||||
|     "ambience": "Spider's Domain.ogg", | ||||
|     "footstep_sound": "footstep_tall_grass" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user