From 97e2ac7edfaaeb55614253553713fad46088281b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sat, 23 Jul 2022 15:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=BC=95=E5=AF=BC=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/data/map/level_1.json | 4 ++-- resources/data/map/level_2.json | 10 +++++----- resources/data/map/level_3.json | 11 +++++------ resources/data/map/level_4.json | 7 +++---- resources/data/map/level_5.json | 6 +++--- resources/data/map/level_6.json | 2 +- resources/data/map/level_7.json | 9 +++++++++ resources/data/map/level_8.json | 9 +++++++++ 8 files changed, 37 insertions(+), 21 deletions(-) create mode 100644 resources/data/map/level_7.json create mode 100644 resources/data/map/level_8.json 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 +}