Levels 1-12 improved, still working on 13.
This commit is contained in:
		| @@ -84,7 +84,7 @@ | ||||
|             "enemy_type": "goblin", | ||||
|             "health": 4, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "patrol" | ||||
|             } | ||||
| @@ -153,6 +153,18 @@ | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [135, 150], | ||||
|             "y": 0, | ||||
|             "enemy_type": "black_cat", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.2, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x": 150, | ||||
|             "y": 3, | ||||
| @@ -200,12 +212,108 @@ | ||||
|             "item": "extra_life" | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [200, 215], | ||||
|             "type": "spider_web", | ||||
|             "x": 205, | ||||
|             "y": 0 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [215, 230], | ||||
|             "y": 0, | ||||
|             "enemy_type": "goblin", | ||||
|             "health": 4, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [235, 260], | ||||
|             "y": 15, | ||||
|             "type": "skull_storm", | ||||
|             "damage": 4, | ||||
|             "maximum_skulls": 3, | ||||
|             "frequency": { | ||||
|                 "min": 1, | ||||
|                 "max": 3 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x": 245, | ||||
|             "y": 0, | ||||
|             "type": "grave", | ||||
|             "sound": "grave", | ||||
|             "static": true, | ||||
|             "zombie_spawn_chance": 20 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [255, 258], | ||||
|             "y": 3, | ||||
|             "sound": "bone_dust", | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [265, 280], | ||||
|             "y": 0, | ||||
|             "enemy_type": "witch", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [270, 285], | ||||
|             "y": 0, | ||||
|             "enemy_type": "black_cat", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.2, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "type": "spider_web", | ||||
|             "x": 290, | ||||
|             "y": 0 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [295, 298], | ||||
|             "y": 3, | ||||
|             "sound": "bone_dust", | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         }, | ||||
|         { | ||||
|             "x": 305, | ||||
|             "y": 3, | ||||
|             "sound": "coffin", | ||||
|             "type": "coffin" | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [315, 340], | ||||
|             "y": 15, | ||||
|             "type": "skull_storm", | ||||
|             "damage": 4, | ||||
|             "maximum_skulls": 3, | ||||
|             "frequency": { | ||||
|                 "min": 1, | ||||
|                 "max": 3 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [330, 345], | ||||
|             "y": 0, | ||||
|             "enemy_type": "boogie_man", | ||||
|             "health": 8, | ||||
|             "damage": 3, | ||||
|             "attack_range": 2, | ||||
|             "damage": 4, | ||||
|             "attack_range": 1.5, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
| @@ -214,7 +322,7 @@ | ||||
|     ], | ||||
|     "boundaries": { | ||||
|         "left": 0, | ||||
|         "right": 220 | ||||
|         "right": 350 | ||||
|     }, | ||||
|     "ambience": "Escaping the Grave.ogg", | ||||
|     "footstep_sound": "footstep_tall_grass" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user