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

30-й день Пиратских морей

Код уровня 30-й день карты Пиратские моря (Pirate Seas).

Скачать код

	{
    "#comment": "Pirate 30",
    "objects": [
        {
            "objclass": "LevelDefinition",
            "objdata": {
                "Description": "[EPIC_QUEST_PIRATE_NEW_TITLE]",
                "LevelNumber": 5,
                "Loot": "RTID(DefaultLoot@LevelModules)",
                "Modules": [
                    "RTID(StandardIntro@LevelModules)",
                    "RTID(DefaultSunDropper@LevelModules)",
                    "RTID(ZombiesDeadWinCon@LevelModules)",
                    "RTID(PirateMowers@LevelModules)",
                    "RTID(PiratePlanks@CurrentLevel)",
                    "RTID(SeedBank@CurrentLevel)",
                    "RTID(DefaultZombieWinCondition@LevelModules)",
                    "RTID(NewWaves@CurrentLevel)"
                ],
                "Name": "[EPIC_QUEST_PIRATE_NEW_TITLE]",
                "NormalPresentTable": "pirate_normal_01",
                "ShinyPresentTable": "pirate_shiny_01",
                "ForceToWorldMap": true,
                "RepeatPlayForceToWorldMap": true,
                "StageModule": "RTID(PirateStage@LevelModules)"
            }
        },
        {
            "aliases": [
                "PiratePlanks"
            ],
            "objclass": "PiratePlankProperties",
            "objdata": {
                "PlankRows": [
                    1,
                    2
                ]
            }
        },
        {
            "aliases": [
                "SeedBank"
            ],
            "objclass": "SeedBankProperties",
            "objdata": {
                "SelectionMethod": "chooser",
                "SuggestPlantList": [
                    [
                        "sunflower"
                    ],
                    [
                        "primalwallnut",
                        "endurian"
                    ],
                    [
                        "springbean",
                        "spikeweed"
                    ],
                    [
                        "cabbagepult"
                    ],
                    [
                        "sporeshroom",
                        "redstinger"
                    ],
                    [
                        "pepperpult",
                        "repeater"
                    ],
                    [
                        "jackolantern",
                        "coconutcannon"
                    ],
                    [
                        "peapod",
                        "guacodile"
                    ]
                ]
            }
        },
        {
            "aliases": [
                "NewWaves"
            ],
            "objclass": "WaveManagerModuleProperties",
            "objdata": {
                "DynamicZombies": [
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 3,
                        "ZombiePool": []
                    },
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 4,
                        "ZombiePool": []
                    },
                    {
                        "PointIncrementPerWave": -1,
                        "StartingPoints": -1,
                        "StartingWave": 5,
                        "ZombiePool": []
                    },
                    {},
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 5,
                        "ZombiePool": []
                    },
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 4,
                        "ZombiePool": []
                    },
                    {
                        "PointIncrementPerWave": 1,
                        "StartingPoints": 1,
                        "StartingWave": 3,
                        "ZombiePool": []
                    }
                ],
                "WaveManagerProps": "RTID(WaveManagerProps@CurrentLevel)"
            }
        },
        {
            "aliases": [
                "WaveManagerProps"
            ],
            "objclass": "WaveManagerProperties",
            "objdata": {
                "FlagWaveInterval": 8,
                "WaveCount": 16,
                "WaveSpendingPointIncrement": 250,
                "WaveSpendingPoints": 500,
                "Waves": [
                    [
                        "RTID(Wave1@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave2@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave3@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave4@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave5@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave6@CurrentLevel)",
                        "RTID(Wave6RaidingPartyEvent0@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave7@CurrentLevel)",
                        "RTID(Wave7RaidingPartyEvent0@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave8@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave9@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave10@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave11@CurrentLevel)",
                        "RTID(Wave11RaidingPartyEvent0@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave12@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave13@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave14@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave15@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave16@CurrentLevel)",
                        "RTID(Wave16RaidingPartyEvent0@CurrentLevel)",
                        "RTID(Wave16RaidingPartyEvent1@CurrentLevel)",
                        "RTID(Wave16RaidingPartyEvent2@CurrentLevel)"
                    ]
                ]
            }
        },
        {
            "aliases": [
                "Wave1"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave2"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave3"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave4"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "Zombies": [
                    {
                        "Row": "1",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave5"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave6"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "DynamicPlantfood": [
                    1,
                    1,
                    1,
                    1,
                    1,
                    0,
                    0
                ],
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave7"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave8"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "DynamicPlantfood": [
                    1,
                    0,
                    0,
                    0,
                    0,
                    0,
                    0
                ],
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave9"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(cannon@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave10"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave11"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(cannon@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave12"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(cannon@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(seagull@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave13"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "DynamicPlantfood": [
                    1,
                    1,
                    1,
                    1,
                    0,
                    0,
                    0
                ],
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor4@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(cannon@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(cannon@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(cannon@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave14"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave15"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "Zombies": [
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_captain@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(seagull@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(seagull@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave16"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "Zombies": [
                    {
                        "Row": "1",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(cannon@ZombieTypes)"
                    },
                    {
                        "Row": "5",
                        "Type": "RTID(cannon@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(barrelroller@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave11RaidingPartyEvent0"
            ],
            "objclass": "RaidingPartyZombieSpawnerProps",
            "objdata": {
                "GroupSize": "1",
                "SwashbucklerCount": 3,
                "TimeBetweenGroups": "1"
            }
        },
        {
            "aliases": [
                "Wave6RaidingPartyEvent0"
            ],
            "objclass": "RaidingPartyZombieSpawnerProps",
            "objdata": {
                "GroupSize": "1",
                "SwashbucklerCount": 3,
                "TimeBetweenGroups": "1"
            }
        },
        {
            "aliases": [
                "Wave7RaidingPartyEvent0"
            ],
            "objclass": "RaidingPartyZombieSpawnerProps",
            "objdata": {
                "GroupSize": "1",
                "SwashbucklerCount": "5",
                "TimeBetweenGroups": "1"
            }
        },
        {
            "aliases": [
                "Wave16RaidingPartyEvent0"
            ],
            "objclass": "RaidingPartyZombieSpawnerProps",
            "objdata": {
                "GroupSize": "1",
                "SwashbucklerCount": "5",
                "TimeBetweenGroups": 1
            }
        },
        {
            "aliases": [
                "Wave16RaidingPartyEvent1"
            ],
            "objclass": "RaidingPartyZombieSpawnerProps",
            "objdata": {
                "GroupSize": "1",
                "SwashbucklerCount": "5",
                "TimeBetweenGroups": 3
            }
        },
        {
            "aliases": [
                "Wave16RaidingPartyEvent2"
            ],
            "objclass": "RaidingPartyZombieSpawnerProps",
            "objdata": {
                "GroupSize": "1",
                "SwashbucklerCount": "5",
                "TimeBetweenGroups": 3
            }
        }
    ],
    "version": 1
}