From f25dde09adeba97aee624c8ae2a16061e9d9b092 Mon Sep 17 00:00:00 2001 From: wszqkzqk Date: Sat, 23 Jul 2022 16:26:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E5=8D=A1=E9=87=8D=E8=AE=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- resources/data/map/level_10.json | 9 +++++++++ resources/data/map/level_5.json | 5 ++--- resources/data/map/level_6.json | 6 +++--- resources/data/map/level_7.json | 5 ++--- resources/data/map/level_8.json | 2 +- resources/data/map/level_9.json | 9 +++++++++ 7 files changed, 29 insertions(+), 13 deletions(-) create mode 100644 resources/data/map/level_10.json create mode 100644 resources/data/map/level_9.json diff --git a/README.md b/README.md index d1571eb..32dbf81 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ python main.py * 1:引入:白昼模式——单行草皮 * 2:引入:白昼模式——三行草皮 * 3和4:白昼模式 - * 5:夜晚模式 - * 6和7:泳池模式 - * 8: 浓雾模式(暂时没有雾) + * 5和6:夜晚模式 + * 7、8和9:泳池模式 + * 10: 浓雾模式(暂时没有雾) * 小游戏模式: * 1:坚果保龄球模式 * 2:传送带模式(白天) diff --git a/resources/data/map/level_10.json b/resources/data/map/level_10.json new file mode 100644 index 0000000..6e87a73 --- /dev/null +++ b/resources/data/map/level_10.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 +} diff --git a/resources/data/map/level_5.json b/resources/data/map/level_5.json index ca3da02..7d1e4fa 100644 --- a/resources/data/map/level_5.json +++ b/resources/data/map/level_5.json @@ -3,7 +3,6 @@ "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", "ConeheadZombie", "ScreenDoorZombie"], + "num_flags":2 } diff --git a/resources/data/map/level_6.json b/resources/data/map/level_6.json index e044e90..cc83624 100644 --- a/resources/data/map/level_6.json +++ b/resources/data/map/level_6.json @@ -1,9 +1,9 @@ { - "background_type":2, + "background_type":1, "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie", "FootballZombie"], - "inevitable_zombie_list":{"20":["BucketheadZombie"], "30":["FootballZombie"]}, + "included_zombies":["Zombie", "ConeheadZombie", "ScreenDoorZombie", "BucketheadZombie", "FootballZombie"], + "inevitable_zombie_list":{"20":["ScreenDoorZombie"], "30":["FootballZombie"]}, "num_flags":4 } diff --git a/resources/data/map/level_7.json b/resources/data/map/level_7.json index 54ee331..2a35a9c 100644 --- a/resources/data/map/level_7.json +++ b/resources/data/map/level_7.json @@ -3,7 +3,6 @@ "init_sun_value":50, "shovel":1, "spawn_zombies":"auto", - "included_zombies":["Zombie", "Zomboni"], - "inevitable_zombie_list":{"30":["Zomboni"]}, - "num_flags":3 + "included_zombies":["Zombie", "ConeheadZombie", "BucketheadZombie"], + "num_flags":2 } diff --git a/resources/data/map/level_8.json b/resources/data/map/level_8.json index 6e87a73..e044e90 100644 --- a/resources/data/map/level_8.json +++ b/resources/data/map/level_8.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_9.json b/resources/data/map/level_9.json new file mode 100644 index 0000000..54ee331 --- /dev/null +++ b/resources/data/map/level_9.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 +}