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

Битва на арене проходящая с 2020-01-23

Общее

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

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

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

dino_bully_veteran tutorial_gargantuar modern_allstar tutorial_imp modern_newspaper modern_balloon tutorial tutorial_armor1 tutorial_armor2 tutorial_armor4

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

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

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

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

torchwood

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

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

sunbean peanut bowlingbulb homingthistle guacodile banana ghostpepper sweetpotato sapfling hurrikale pepperpult chardguard firepeashooter stunion xshot dandelion lavaguava redstinger akee endurian toadstool stallia strawburst phatbeet celerystalker electricblueberry sporeshroom intensivecarrot jackolantern grapeshot primalwallnut primalpotatomine shrinkingviolet nightshade grimrose shadowshroom bloominghearts dusklobber escaperoot electriccurrant wasabiwhip primalpeashooter kiwibeast aloe applemortar bombegranate witchhazel parsnip hotdate solartomato electricpeashooter hollyknight caulipower coldsnapdragon goldbloom primalsunflower moonflower missiletoe shadowpeashooter poisonpeashooter slingpea bloomerang iceburg bonkchoy snapdragon powerlily coconutcannon springbean chilibean lightningreed peapod citron empea holonut magnifyinggrass powerplant snappea laser_bean imppear blastberry pyrevine pokra slingpea electricitea dazeychain zoybeanpod icebloom ultomato dartichoke gumnut shinevine tumbleweed olivepit puffball explodeovine murkadamia turkeypult headbutter boingsetta stickybombrice hocus gloomvine draftodil boomflower 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(FutureLinkedTileGroups@CurrentLevel)",
                    "RTID(ZombieResistances@CurrentLevel)",
                    "RTID(Boosterama@LevelModules)"
                ],
                "Name": "",
                "NormalPresentTable": "dark_normal_01",
                "ShinyPresentTable": "dark_shiny_01",
                "StageModule": "RTID(JoustStage@LevelModules)",
                "SuppressAccountUpgrades": true,
                "SuppressDynamicTutorial": true,
                "SuppressPlantfoodPurchase": true,
                "VictoryModule": "RTID(JoustOutro@LevelModules)"
            }
        },
        {
            "aliases": [
                "SeedBank"
            ],
            "objclass": "SeedBankProperties",
            "objdata": {
                "PlantExcludeList": [
                    "sunbean",
                    "peanut",
                    "bowlingbulb",
                    "homingthistle",
                    "guacodile",
                    "banana",
                    "ghostpepper",
                    "sweetpotato",
                    "sapfling",
                    "hurrikale",
                    "pepperpult",
                    "chardguard",
                    "firepeashooter",
                    "stunion",
                    "xshot",
                    "dandelion",
                    "lavaguava",
                    "redstinger",
                    "akee",
                    "endurian",
                    "toadstool",
                    "stallia",
                    "strawburst",
                    "phatbeet",
                    "celerystalker",
                    "electricblueberry",
                    "sporeshroom",
                    "intensivecarrot",
                    "jackolantern",
                    "grapeshot",
                    "primalwallnut",
                    "primalpotatomine",
                    "shrinkingviolet",
                    "nightshade",
                    "grimrose",
                    "shadowshroom",
                    "bloominghearts",
                    "dusklobber",
                    "escaperoot",
                    "electriccurrant",
                    "wasabiwhip",
                    "primalpeashooter",
                    "kiwibeast",
                    "aloe",
                    "applemortar",
                    "bombegranate",
                    "witchhazel",
                    "parsnip",
                    "hotdate",
                    "solartomato",
                    "electricpeashooter",
                    "hollyknight",
                    "caulipower",
                    "coldsnapdragon",
                    "goldbloom",
                    "primalsunflower",
                    "moonflower",
                    "missiletoe",
                    "shadowpeashooter",
                    "poisonpeashooter",
                    "slingpea",
                    "bloomerang",
                    "iceburg",
                    "bonkchoy",
                    "snapdragon",
                    "powerlily",
                    "coconutcannon",
                    "springbean",
                    "chilibean",
                    "lightningreed",
                    "peapod",
                    "citron",
                    "empea",
                    "holonut",
                    "magnifyinggrass",
                    "powerplant",
                    "snappea",
                    "laser_bean",
                    "imppear",
                    "blastberry",
                    "pyrevine",
                    "pokra",
                    "slingpea",
                    "electricitea",
                    "dazeychain",
                    "zoybeanpod",
                    "icebloom",
                    "ultomato",
                    "dartichoke",
                    "gumnut",
                    "shinevine",
                    "tumbleweed",
                    "olivepit",
                    "puffball",
                    "explodeovine",
                    "murkadamia",
                    "turkeypult",
                    "headbutter",
                    "boingsetta",
                    "stickybombrice",
                    "hocus",
                    "gloomvine",
                    "draftodil",
                    "boomflower",
                    "thymewarp"
                ],
                "PresetPlantList": [
                    {
                        "Level": -1,
                        "PlantType": "torchwood"
                    }
                ],
                "SelectionMethod": "chooser"
            }
        },
        {
            "aliases": [
                "ZombieResistances"
            ],
            "objclass": "ZombieResistancesModuleProperties",
            "objdata": {
                "FamilyResistances": {
                    "global": [
                        {
                            "#comment": "200pct damage and condition",
                            "ConditionResistance": 2,
                            "DamageResistance": 2,
                            "FamilyType": "appeasemint"
                        },
                        {
                            "#comment": "150pct damage, 150pct condition",
                            "ConditionResistance": 1.5,
                            "DamageResistance": 1.5,
                            "FamilyType": "spearmint"
                        },
                        {
                            "#comment": "150pct damage, 150pct condition",
                            "ConditionResistance": 1.5,
                            "DamageResistance": 1.5,
                            "FamilyType": "peppermint"
                        }
                    ]
                }
            }
        },
        {
            "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
                    }
                ],
                "PeriodOfWavesToLoop": 6,
                "TimeLimit": 180,
                "WaveSetsToAppend": 60,
                "SuggestedLoadout": "",
                "LevelLoadouts": {
                    "Loadouts": [
                        [
                            {
                                "PlantType": "wintermelon",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "repeater",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "spikerock",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "cherry_bomb",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "twinsunflower",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "appeasemint",
                                "PlantLevel": 0,
                                "IsImitater": false
                            }
                        ],
                        [
                            {
                                "PlantType": "spikeweed",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "wintermelon",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "appeasemint",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "garlic",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "sunflower",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "squash",
                                "PlantLevel": 0,
                                "IsImitater": false
                            }
                        ],
                        [
                            {
                                "PlantType": "repeater",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "spikeweed",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "sunshroom",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "threepeater",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "spearmint",
                                "PlantLevel": 0,
                                "IsImitater": false
                            },
                            {
                                "PlantType": "appeasemint",
                                "PlantLevel": 0,
                                "IsImitater": false
                            }
                        ]
                    ]
                }
            }
        },
        {
            "aliases": [
                "FutureLinkedTileGroups"
            ],
            "objclass": "PowerTileProperties",
            "objdata": {
                "LinkedTiles": [
                    {
                        "Group": "alpha",
                        "Location": {
                            "mX": 0,
                            "mY": 1
                        },
                        "PropagationDelay": 1.5
                    },
                    {
                        "Group": "alpha",
                        "Location": {
                            "mX": 0,
                            "mY": 2
                        },
                        "PropagationDelay": 1.5
                    },
                    {
                        "Group": "alpha",
                        "Location": {
                            "mX": 0,
                            "mY": 3
                        },
                        "PropagationDelay": 1.5
                    },
                    {
                        "Group": "alpha",
                        "Location": {
                            "mX": 0,
                            "mY": 4
                        },
                        "PropagationDelay": 1.5
                    },
                    {
                        "Group": "alpha",
                        "Location": {
                            "mX": 0,
                            "mY": 0
                        },
                        "PropagationDelay": 1.5
                    }
                ]
            }
        },
        {
            "aliases": [
                "LevelDifficultyScaling"
            ],
            "objclass": "LevelDifficultyScalingModuleProperties",
            "objdata": {
                "DifficultyRulesType": "DifficultyTestHighDecay",
                "ZombieLevelSwaps": []
            }
        },
        {
            "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": 3,
                "StartingSun": 1750
            }
        },
        {
            "aliases": [
                "LevelScoring"
            ],
            "objclass": "LevelScoringModuleProperties",
            "objdata": {
                "PlantBonusMultiplier": 0.1,
                "PlantBonuses": [],
                "ScoringRulesType": "Battlez",
                "StartingPlantfood": 3
            }
        },
        {
            "aliases": [
                "ScoreTiles"
            ],
            "objclass": "InitialGridItemProperties",
            "objdata": {
                "InitialGridItemPlacements": [
                    {
                        "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": [
                "NewWaves"
            ],
            "objclass": "WaveManagerModuleProperties",
            "objdata": {
                "DynamicZombies": [
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(tutorial_gargantuar@ZombieTypes)",
                            "RTID(modern_allstar@ZombieTypes)",
                            "RTID(tutorial_imp@ZombieTypes)",
                            "RTID(modern_newspaper@ZombieTypes)",
                            "RTID(modern_balloon@ZombieTypes)",
                            "RTID(tutorial@ZombieTypes)",
                            "RTID(tutorial_armor1@ZombieTypes)",
                            "RTID(tutorial_armor2@ZombieTypes)",
                            "RTID(tutorial_armor4@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(tutorial_gargantuar@ZombieTypes)",
                            "RTID(modern_allstar@ZombieTypes)",
                            "RTID(tutorial_imp@ZombieTypes)",
                            "RTID(modern_newspaper@ZombieTypes)",
                            "RTID(modern_balloon@ZombieTypes)",
                            "RTID(tutorial@ZombieTypes)",
                            "RTID(tutorial_armor1@ZombieTypes)",
                            "RTID(tutorial_armor2@ZombieTypes)",
                            "RTID(tutorial_armor4@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(tutorial_gargantuar@ZombieTypes)",
                            "RTID(modern_allstar@ZombieTypes)",
                            "RTID(tutorial_imp@ZombieTypes)",
                            "RTID(modern_newspaper@ZombieTypes)",
                            "RTID(modern_balloon@ZombieTypes)",
                            "RTID(tutorial@ZombieTypes)",
                            "RTID(tutorial_armor1@ZombieTypes)",
                            "RTID(tutorial_armor2@ZombieTypes)",
                            "RTID(tutorial_armor4@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 175,
                        "StartingPoints": 125,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(tutorial_gargantuar@ZombieTypes)",
                            "RTID(modern_allstar@ZombieTypes)",
                            "RTID(tutorial_imp@ZombieTypes)",
                            "RTID(modern_newspaper@ZombieTypes)",
                            "RTID(modern_balloon@ZombieTypes)",
                            "RTID(tutorial@ZombieTypes)",
                            "RTID(tutorial_armor1@ZombieTypes)",
                            "RTID(tutorial_armor2@ZombieTypes)",
                            "RTID(tutorial_armor4@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(tutorial_gargantuar@ZombieTypes)",
                            "RTID(modern_allstar@ZombieTypes)",
                            "RTID(tutorial_imp@ZombieTypes)",
                            "RTID(modern_newspaper@ZombieTypes)",
                            "RTID(modern_balloon@ZombieTypes)",
                            "RTID(tutorial@ZombieTypes)",
                            "RTID(tutorial_armor1@ZombieTypes)",
                            "RTID(tutorial_armor2@ZombieTypes)",
                            "RTID(tutorial_armor4@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(tutorial_gargantuar@ZombieTypes)",
                            "RTID(modern_allstar@ZombieTypes)",
                            "RTID(tutorial_imp@ZombieTypes)",
                            "RTID(modern_newspaper@ZombieTypes)",
                            "RTID(modern_balloon@ZombieTypes)",
                            "RTID(tutorial@ZombieTypes)",
                            "RTID(tutorial_armor1@ZombieTypes)",
                            "RTID(tutorial_armor2@ZombieTypes)",
                            "RTID(tutorial_armor4@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 1,
                        "ZombiePool": [
                            "RTID(tutorial_gargantuar@ZombieTypes)",
                            "RTID(modern_allstar@ZombieTypes)",
                            "RTID(tutorial_imp@ZombieTypes)",
                            "RTID(modern_newspaper@ZombieTypes)",
                            "RTID(modern_balloon@ZombieTypes)",
                            "RTID(tutorial@ZombieTypes)",
                            "RTID(tutorial_armor1@ZombieTypes)",
                            "RTID(tutorial_armor2@ZombieTypes)",
                            "RTID(tutorial_armor4@ZombieTypes)"
                        ]
                    }
                ],
                "WaveManagerProps": "RTID(WaveManagerProps@CurrentLevel)"
            }
        },
        {
            "aliases": [
                "WaveManagerProps"
            ],
            "objclass": "WaveManagerProperties",
            "objdata": {
                "FlagWaveInterval": 36,
                "WaveCount": 36,
                "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(Wave10@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave11@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave12@CurrentLevel)"
                    ]
                ],
                "WavesAlwaysRandomized": true
            }
        },
        {
            "aliases": [
                "Wave1"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave2"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave3"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave4"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave5"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave6"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave7"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "Zombies": [
                    {
                        "Type": "RTID(dino_bully_veteran@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave8"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave9"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave10"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave11"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        },
        {
            "aliases": [
                "Wave12"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {}
        }
    ],
    "version": 1
}