From 1c982c723c7c8668ce5e7144fb90b29c21d1a57f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Sun, 24 Jul 2022 10:07:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E8=A1=A1=E5=A4=9C=E6=99=9A=E5=85=B3?= =?UTF-8?q?=E5=8D=A1=E9=9A=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/data/map/level_6.json | 3 ++- resources/data/map/littleGame_3.json | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/data/map/level_6.json b/resources/data/map/level_6.json index cc83624..f7ab623 100644 --- a/resources/data/map/level_6.json +++ b/resources/data/map/level_6.json @@ -5,5 +5,6 @@ "spawn_zombies":"auto", "included_zombies":["Zombie", "ConeheadZombie", "ScreenDoorZombie", "BucketheadZombie", "FootballZombie"], "inevitable_zombie_list":{"20":["ScreenDoorZombie"], "30":["FootballZombie"]}, - "num_flags":4 + "num_flags":4, + "grade_graves":2 } diff --git a/resources/data/map/littleGame_3.json b/resources/data/map/littleGame_3.json index f12a22d..c852fbf 100644 --- a/resources/data/map/littleGame_3.json +++ b/resources/data/map/littleGame_3.json @@ -8,12 +8,13 @@ "BucketheadZombie", "NewspaperZombie", "FootballZombie", "ScreenDoorZombie"], "inevitable_zombie_list":{"30":["FootballZombie"]}, - "card_pool":{ "PuffShroom":200, + "card_pool":{ "PuffShroom":100, "ScaredyShroom":100, "IceShroom":100, "HypnoShroom":100, "DoomShroom":100, "GraveBuster":100, "FumeShroom":200 - } + }, + "grade_graves":3 }