加入引导模式

This commit is contained in:
星外之神 2022-07-23 15:38:00 +08:00
parent a64d95f988
commit 97e2ac7edf
8 changed files with 37 additions and 21 deletions

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -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
}

View File

@ -1,5 +1,5 @@
{
"background_type":3,
"background_type":2,
"init_sun_value":50,
"shovel":1,
"spawn_zombies":"auto",

View File

@ -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
}

View File

@ -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
}