Levels 1-12 improved, still working on 13.
This commit is contained in:
		| @@ -232,6 +232,18 @@ | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [295, 315], | ||||
|             "y": 0, | ||||
|             "enemy_type": "black_cat", | ||||
|             "health": 6, | ||||
|             "damage": 2, | ||||
|             "attack_range": 1.2, | ||||
|             "attack_pattern": { | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 4 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [315, 320], | ||||
|             "y": 3, | ||||
| @@ -239,17 +251,6 @@ | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [60, 85], | ||||
|             "y": 15, | ||||
|             "type": "skull_storm", | ||||
|             "damage": 4, | ||||
|             "maximum_skulls": 3, | ||||
|             "frequency": { | ||||
|                 "min": 1, | ||||
|                 "max": 3 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [335, 345], | ||||
|             "y": 0, | ||||
| @@ -337,11 +338,50 @@ | ||||
|                 "type": "hunter", | ||||
|                 "turn_threshold": 2 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [420, 423], | ||||
|             "y": 3, | ||||
|             "sound": "bone_dust", | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         }, | ||||
|         { | ||||
|             "x": 425, | ||||
|             "y": 0, | ||||
|             "type": "grave", | ||||
|             "sound": "grave", | ||||
|             "static": true, | ||||
|             "zombie_spawn_chance": 20 | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [430, 445], | ||||
|             "y": 15, | ||||
|             "type": "skull_storm", | ||||
|             "damage": 4, | ||||
|             "maximum_skulls": 3, | ||||
|             "frequency": { | ||||
|                 "min": 1, | ||||
|                 "max": 3 | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             "x": 440, | ||||
|             "y": 3, | ||||
|             "sound": "coffin", | ||||
|             "type": "coffin" | ||||
|         }, | ||||
|         { | ||||
|             "x_range": [445, 448], | ||||
|             "y": 3, | ||||
|             "sound": "bone_dust", | ||||
|             "collectible": true, | ||||
|             "static": true | ||||
|         } | ||||
|     ], | ||||
|     "boundaries": { | ||||
|         "left": 0, | ||||
|         "right": 420 | ||||
|         "right": 450 | ||||
|     }, | ||||
|     "ambience": "Wayward Ghouls.ogg", | ||||
|     "footstep_sound": "footstep_stone" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user