diff --git a/resources/data/map/level_1.json b/resources/data/map/level_1.json index d2c13ec..0783413 100644 --- a/resources/data/map/level_1.json +++ b/resources/data/map/level_1.json @@ -1,8 +1,8 @@ { - "background_type": 0, + "background_type": 7, "init_sun_value": 50, "shovel": 1, "spawn_zombies":"auto", "included_zombies":["Zombie"], - "num_flags":2 + "num_flags":1 } diff --git a/resources/data/map/level_2.json b/resources/data/map/level_2.json index f16411a..69c793b 100644 --- a/resources/data/map/level_2.json +++ b/resources/data/map/level_2.json @@ -1,8 +1,8 @@ { - "background_type":0, - "init_sun_value":50, - "shovel":1, + "background_type": 8, + "init_sun_value": 50, + "shovel": 1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "ConeheadZombie", "PoleVaultingZombie"], - "num_flags":3 + "included_zombies":["Zombie"], + "num_flags":1 } diff --git a/resources/data/map/level_3.json b/resources/data/map/level_3.json index ca3da02..d2c13ec 100644 --- a/resources/data/map/level_3.json +++ b/resources/data/map/level_3.json @@ -1,9 +1,8 @@ { - "background_type":1, - "init_sun_value":50, - "shovel":1, + "background_type": 0, + "init_sun_value": 50, + "shovel": 1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "ScreenDoorZombie"], - "inevitable_zombie_list":{"20":["BucketheadZombie"]}, - "num_flags":3 + "included_zombies":["Zombie"], + "num_flags":2 } diff --git a/resources/data/map/level_4.json b/resources/data/map/level_4.json index e044e90..f16411a 100644 --- a/resources/data/map/level_4.json +++ b/resources/data/map/level_4.json @@ -1,9 +1,8 @@ { - "background_type":2, + "background_type":0, "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "FootballZombie"], - "inevitable_zombie_list":{"20":["BucketheadZombie"], "30":["FootballZombie"]}, - "num_flags":4 + "included_zombies":["Zombie", "ConeheadZombie", "PoleVaultingZombie"], + "num_flags":3 } diff --git a/resources/data/map/level_5.json b/resources/data/map/level_5.json index 54ee331..ca3da02 100644 --- a/resources/data/map/level_5.json +++ b/resources/data/map/level_5.json @@ -1,9 +1,9 @@ { - "background_type":2, + "background_type":1, "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "Zomboni"], - "inevitable_zombie_list":{"30":["Zomboni"]}, + "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "ScreenDoorZombie"], + "inevitable_zombie_list":{"20":["BucketheadZombie"]}, "num_flags":3 } diff --git a/resources/data/map/level_6.json b/resources/data/map/level_6.json index 6e87a73..e044e90 100644 --- a/resources/data/map/level_6.json +++ b/resources/data/map/level_6.json @@ -1,5 +1,5 @@ { - "background_type":3, + "background_type":2, "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", diff --git a/resources/data/map/level_7.json b/resources/data/map/level_7.json new file mode 100644 index 0000000..54ee331 --- /dev/null +++ b/resources/data/map/level_7.json @@ -0,0 +1,9 @@ +{ + "background_type":2, + "init_sun_value":50, + "shovel":1, + "spawn_zombies":"auto", + "included_zombies":["Zombie", "Zomboni"], + "inevitable_zombie_list":{"30":["Zomboni"]}, + "num_flags":3 +} diff --git a/resources/data/map/level_8.json b/resources/data/map/level_8.json new file mode 100644 index 0000000..6e87a73 --- /dev/null +++ b/resources/data/map/level_8.json @@ -0,0 +1,9 @@ +{ + "background_type":3, + "init_sun_value":50, + "shovel":1, + "spawn_zombies":"auto", + "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "FootballZombie"], + "inevitable_zombie_list":{"20":["BucketheadZombie"], "30":["FootballZombie"]}, + "num_flags":4 +}