From 3fc37066f4f2cfd53dfa7038b472d39dab5d6b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Fri, 6 May 2022 14:41:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E6=B2=A1=E6=9C=89=E9=9B=BE?= =?UTF-8?q?=E7=9A=84=E6=B5=93=E9=9B=BE=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/data/map/level_5.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 resources/data/map/level_5.json diff --git a/resources/data/map/level_5.json b/resources/data/map/level_5.json new file mode 100644 index 0000000..6e87a73 --- /dev/null +++ b/resources/data/map/level_5.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 +}