Вы ещё не авторизованы

Битва на арене проходящая с 2021-07-19

Общее

Тут собран небольшой список параметров арены, честно взятых из кода уровня.

Зомби на арене

Зомби которые в обязательном порядки придут к Вам на этом уровне и надерут задницу.

cowboy future_armor1 dino cowboy_armor1 dark_armor2 lostcity_bug_armor1 cowboy_armor2 dino_armor3 dino_armor2 dark_armor3 cowboy_armor4 poncho piano beach_octopus eighties_arcade ra

Изменение свойств семейств растений

Если стоит крестик, то семейству полностью отключён урон. Если жёлтая стрелочка, то урон понижен на 50%. Если зелёная стрелочка, то урон повышен на 50%.

Обязательные растения

Растения от которых Вы не сможете отказаться и придётся с грустью смотреть в занятый слот, если растение не лучшего качества.

shinevine

Исключённые растения

Растения как бы Вы не хотели их взять, этого не получится. И тоже смотрим на них с грустью, конечно если они действительно полезны.

blover thymewarp

Код арены

Код уровня арены, который можно взять и заменить какой ни будь из стандартных уровней и получать удовольствие от прохождения старых или ещё не вышедших арен. Для этого скачайте этот код, переименуйте в egypt1.json и положите в папку android -> data -> com.ea.game.pvz2_row -> files -> no_backup -> папка с последней версией игры (на момент написания CDN.9.8) -> levels и запускаем первый уровень Древнего Египта. Видим арену, играем, развиваемся. Небольшое огорчение, призов как в настоящей арене не получите.

Скачать код

        {
    "#comment": "Scoring Playtest - Right Gradient - No Quickstart",
    "objects": [
        {
            "objclass": "LevelDefinition",
            "objdata": {
                "Description": "",
                "DisablePlantBoosts": true,
                "GridItemLevel": 1,
                "LevelNumber": 1,
                "LevelPowerupSet": "LevelPowerupsDisabled",
                "Loot": "RTID(NoLoot@LevelModules)",
                "LossModule": "RTID(JoustOutro@LevelModules)",
                "Modules": [
                    "RTID(DefaultSunDropper@LevelModules)",
                    "RTID(ZombiesDeadWinCon@LevelModules)",
                    "RTID(JoustDarkMowers@LevelModules)",
                    "RTID(SeedBank@CurrentLevel)",
                    "RTID(JoustZombieWinCondition@LevelModules)",
                    "RTID(NewWaves@CurrentLevel)",
                    "RTID(LevelScoring@CurrentLevel)",
                    "RTID(ScoreTiles@CurrentLevel)",
                    "RTID(ChallengeModule@CurrentLevel)",
                    "RTID(LastStand@CurrentLevel)",
                    "RTID(LevelDifficultyScaling@CurrentLevel)",
                    "RTID(JoustModule@CurrentLevel)",
                    "RTID(JoustPointOfLoss@LevelModules)",
                    "RTID(ZombieResistances@CurrentLevel)"
                ],
                "Name": "",
                "NormalPresentTable": "dark_normal_01",
                "ShinyPresentTable": "dark_shiny_01",
                "StageModule": "RTID(JoustStage@LevelModules)",
                "SuppressAccountUpgrades": true,
                "SuppressDynamicTutorial": true,
                "SuppressPlantfoodPurchase": true,
                "VictoryModule": "RTID(JoustOutro@LevelModules)"
            }
        },
        {
            "aliases": [
                "ZombieResistances"
            ],
            "objclass": "ZombieResistancesModuleProperties",
            "objdata": {
                "FamilyResistances": {
                    "global": [
                        {
                            "#comment": "200pct damage and condition",
                            "ConditionResistance": 2,
                            "DamageResistance": 2,
                            "FamilyType": "enlightenmint"
                        },
                        {
                            "#comment": "200pct damage and condition",
                            "ConditionResistance": 1.5,
                            "DamageResistance": 1.5,
                            "FamilyType": "filamint"
                        },
                        {
                            "#comment": "half damage, half condition",
                            "ConditionResistance": 0.5,
                            "DamageResistance": 0.5,
                            "FamilyType": "concealmint"
                        }
                    ]
                }
            }
        },
        {
            "aliases": [
                "SeedBank"
            ],
            "objclass": "SeedBankProperties",
            "objdata": {
                "PlantExcludeList": [
                    "blover",
                    "thymewarp"
                ],
                "PresetPlantList": [
                    {
                        "Level": -1,
                        "PlantType": "shinevine"
                    }
                ],
                "SelectionMethod": "chooser"
            }
        },
        {
            "aliases": [
                "JoustModule"
            ],
            "objclass": "JoustGameModuleProperties",
            "objdata": {
                "LeagueModifiers": [
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 0,
                        "LeagueThreshold": 1
                    },
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 1,
                        "LeagueThreshold": 2
                    },
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 2,
                        "LeagueThreshold": 3
                    },
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 3,
                        "LeagueThreshold": 4
                    },
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 4,
                        "LeagueThreshold": 5
                    },
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 5,
                        "LeagueThreshold": 6
                    },
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 6,
                        "LeagueThreshold": 7
                    },
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 7,
                        "LeagueThreshold": 8
                    },
                    {
                        "AddTimeLimit": 0,
                        "AddZombieLevel": 8,
                        "LeagueThreshold": 9
                    }
                ],
                "LevelLoadouts": {
                    "Loadouts": [
                        [
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "shinevine"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "powerlily"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "sunshroom"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "dartichoke"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "spearmint"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "pokra"
                            }
                        ],
                        [
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "shinevine"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "ultomato"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "goldbloom"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "twinsunflower"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "explodeonut"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "filamint"
                            }
                        ],
                        [
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "shinevine"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "holonut"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "reinforcemint"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "twinsunflower"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "primalpotatomine"
                            },
                            {
                                "IsImitater": false,
                                "PlantLevel": 0,
                                "PlantType": "citron"
                            }
                        ]
                    ]
                },
                "PeriodOfWavesToLoop": 8,
                "TimeLimit": 120,
                "WaveSetsToAppend": 60
            }
        },
        {
            "aliases": [
                "LevelDifficultyScaling"
            ],
            "objclass": "LevelDifficultyScalingModuleProperties",
            "objdata": {
                "DifficultyRulesType": "DifficultyTestHighDecay",
                "ZombieLevelSwaps": [
                    {
                        "Level": 0,
                        "Swaps": [
                            {
                                "From": "RTID(dino@ZombieTypes)",
                                "To": [
                                    "RTID(cowboy@ZombieTypes)",
                                    "RTID(future_armor1@ZombieTypes)"
                                ]
                            }
                        ]
                    },
                    {
                        "Level": 3,
                        "Swaps": [
                            {
                                "From": "RTID(dino@ZombieTypes)",
                                "To": [
                                    "RTID(dino@ZombieTypes)",
                                    "RTID(cowboy_armor1@ZombieTypes)",
                                    "RTID(dark_armor2@ZombieTypes)"
                                ]
                            }
                        ]
                    },
                    {
                        "Level": 6,
                        "Swaps": [
                            {
                                "From": "RTID(dino@ZombieTypes)",
                                "To": [
                                    "RTID(dino@ZombieTypes)",
                                    "RTID(lostcity_bug_armor1@ZombieTypes)",
                                    "RTID(cowboy_armor2@ZombieTypes)",
                                    "RTID(dino_armor3@ZombieTypes)"
                                ]
                            }
                        ]
                    },
                    {
                        "Level": 8,
                        "Swaps": [
                            {
                                "From": "RTID(dino@ZombieTypes)",
                                "To": [
                                    "RTID(lostcity_bug_armor1@ZombieTypes)",
                                    "RTID(dino_armor2@ZombieTypes)",
                                    "RTID(dark_armor3@ZombieTypes)",
                                    "RTID(cowboy_armor4@ZombieTypes)"
                                ]
                            }
                        ]
                    }
                ]
            }
        },
        {
            "aliases": [
                "ScoreTiles"
            ],
            "objclass": "InitialGridItemProperties",
            "objdata": {
                "InitialGridItemPlacements": [
                    {
                        "GridX": 3,
                        "GridY": 1,
                        "TypeName": "boosttile5"
                    },
                    {
                        "GridX": 3,
                        "GridY": 3,
                        "TypeName": "boosttile5"
                    },
                    {
                        "GridX": 8,
                        "GridY": 0,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 8,
                        "GridY": 1,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 8,
                        "GridY": 2,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 8,
                        "GridY": 3,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 8,
                        "GridY": 4,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 7,
                        "GridY": 0,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 7,
                        "GridY": 1,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 7,
                        "GridY": 2,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 7,
                        "GridY": 3,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 7,
                        "GridY": 4,
                        "TypeName": "score_5x_tile"
                    },
                    {
                        "GridX": 6,
                        "GridY": 0,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 6,
                        "GridY": 1,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 6,
                        "GridY": 2,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 6,
                        "GridY": 3,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 6,
                        "GridY": 4,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 5,
                        "GridY": 0,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 5,
                        "GridY": 1,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 5,
                        "GridY": 2,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 5,
                        "GridY": 3,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 5,
                        "GridY": 4,
                        "TypeName": "score_3x_tile"
                    },
                    {
                        "GridX": 4,
                        "GridY": 0,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 4,
                        "GridY": 1,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 4,
                        "GridY": 2,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 4,
                        "GridY": 3,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 4,
                        "GridY": 4,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 3,
                        "GridY": 0,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 3,
                        "GridY": 1,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 3,
                        "GridY": 2,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 3,
                        "GridY": 3,
                        "TypeName": "score_2x_tile"
                    },
                    {
                        "GridX": 3,
                        "GridY": 4,
                        "TypeName": "score_2x_tile"
                    }
                ]
            }
        },
        {
            "aliases": [
                "ChallengeModule"
            ],
            "objclass": "StarChallengeModuleProperties",
            "objdata": {
                "Challenges": [
                    [
                        "RTID(BeatTheLevel@CurrentLevel)",
                        "RTID(ReachTheScore@CurrentLevel)"
                    ]
                ],
                "ChallengesAlwaysAvailable": true
            }
        },
        {
            "aliases": [
                "ReachTheScore"
            ],
            "objclass": "StarChallengeTargetScoreProps",
            "objdata": {
                "Description": "[STARCHALLENGE_TARGET_SCORE]",
                "DescriptionFailure": "[STARCHALLENGE_TARGET_SCORE_FAILURE]",
                "DescriptiveName": "[STARCHALLENGE_TARGET_SCORE_NAME]",
                "TargetScore": 1000
            }
        },
        {
            "aliases": [
                "BeatTheLevel"
            ],
            "objclass": "StarChallengeBeatTheLevelProps",
            "objdata": {
                "Description": "[STARCHALLENGE_LASTSTAND_MINIGAME]",
                "DescriptiveName": "[STARCHALLENGE_LASTSTAND_MINIGAME_NAME]"
            }
        },
        {
            "aliases": [
                "LastStand"
            ],
            "objclass": "LastStandMinigameProperties",
            "objdata": {
                "StartingPlantfood": 1,
                "StartingSun": 1000
            }
        },
        {
            "aliases": [
                "LevelScoring"
            ],
            "objclass": "LevelScoringModuleProperties",
            "objdata": {
                "PlantBonusMultiplier": 0.1,
                "PlantBonuses": [],
                "ScoringRulesType": "Battlez",
                "StartingPlantfood": 1
            }
        },
        {
            "aliases": [
                "NewWaves"
            ],
            "objclass": "WaveManagerModuleProperties",
            "objdata": {
                "DynamicZombies": [
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(dino@ZombieTypes)",
                            "RTID(eighties_arcade@ZombieTypes)",
                            "RTID(ra@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(dino@ZombieTypes)",
                            "RTID(eighties_arcade@ZombieTypes)",
                            "RTID(ra@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(dino@ZombieTypes)",
                            "RTID(eighties_arcade@ZombieTypes)",
                            "RTID(ra@ZombieTypes)"
                        ]
                    },
                    {
                        "MaxPoints": 600,
                        "PointIncrementPerWave": 175,
                        "StartingPoints": 250,
                        "StartingWave": 3,
                        "ZombiePool": [
                            "RTID(dino@ZombieTypes)",
                            "RTID(eighties_arcade@ZombieTypes)",
                            "RTID(ra@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(dino@ZombieTypes)",
                            "RTID(eighties_arcade@ZombieTypes)",
                            "RTID(ra@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(dino@ZombieTypes)",
                            "RTID(eighties_arcade@ZombieTypes)",
                            "RTID(ra@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(dino@ZombieTypes)",
                            "RTID(eighties_arcade@ZombieTypes)",
                            "RTID(ra@ZombieTypes)"
                        ]
                    }
                ],
                "WaveManagerProps": "RTID(WaveManagerProps@CurrentLevel)"
            }
        },
        {
            "aliases": [
                "WaveManagerProps"
            ],
            "objclass": "WaveManagerProperties",
            "objdata": {
                "FlagWaveInterval": 100,
                "WaveCount": 100,
                "WaveSpendingPointIncrement": 150,
                "WaveSpendingPoints": 0,
                "Waves": [
                    [
                        "RTID(Wave1@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave2@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave3@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave4@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave5@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave6@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave7@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave8@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave9@CurrentLevel)",
                        "RTID(Wave9RaidingPartyEvent0@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave10@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave11@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave12@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave13@CurrentLevel)",
                        "RTID(Wave13RaidingPartyEvent0@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave14@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave15@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave16@CurrentLevel)"
                    ]
                ],
                "WavesAlwaysRandomized": true
            }
        },
        {
            "aliases": [
                "Wave1"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave2"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave3"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(piano@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave4"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(beach_octopus@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave5"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave6"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "4",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(piano@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave7"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave8"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "Zombies": [
                    {
                        "Row": "4",
                        "Type": "RTID(piano@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave9"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave10"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave11"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave12"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "Zombies": [
                    {
                        "Row": "1",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(beach_octopus@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave13"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave14"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave15"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave16"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(piano@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(poncho@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(beach_octopus@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(poncho@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave9RaidingPartyEvent0"
            ],
            "objclass": "RaidingPartyZombieSpawnerProps",
            "objdata": {
                "GroupSize": "1",
                "SwashbucklerCount": "5",
                "TimeBetweenGroups": "1"
            }
        },
        {
            "aliases": [
                "Wave13RaidingPartyEvent0"
            ],
            "objclass": "RaidingPartyZombieSpawnerProps",
            "objdata": {
                "GroupSize": "1",
                "SwashbucklerCount": "5",
                "TimeBetweenGroups": "1"
            }
        }
    ],
    "version": 1
}