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

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

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

Скачать код

	{
    "#comment": "Pirate 3",
    "objects": [
        {
            "objclass": "LevelDefinition",
            "objdata": {
                "Description": "[PLAYERS_TRIP_TO_PIRATE_SHIP]",
                "FirstOutroNarrative": "PIRATE_OUTRO_DANGER_ROOM_KEY",
                "FirstRewardParam": "dangerroom_pirate",
                "FirstRewardType": "worldtrophy",
                "ForceToWorldMap": true,
                "LevelNumber": 4,
                "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": "[PIRATE_LEVEL_NAME]",
                "NormalPresentTable": "pirate_normal_01",
                "ShinyPresentTable": "pirate_shiny_01",
                "StageModule": "RTID(PirateStage@LevelModules)"
            }
        },
        {
            "aliases": [
                "PiratePlanks"
            ],
            "objclass": "PiratePlankProperties",
            "objdata": {
                "PlankRows": [
                    1,
                    2,
                    3,
                    4
                ]
            }
        },
        {
            "aliases": [
                "SeedBank"
            ],
            "objclass": "SeedBankProperties",
            "objdata": {
                "SuggestPlantList": [
                    [
                        "sunflower"
                    ],
                    [
                        "chardguard",
                        "tallnut"
                    ],
                    [
                        "squash",
                        "cherry_bomb"
                    ],
                    [
                        "peashooter"
                    ],
                    [
                        "snapdragon",
                        "bloomerang"
                    ],
                    [
                        "xshot",
                        "starfruit"
                    ],
                    [
                        "akee",
                        "threepeater"
                    ],
                    [
                        "primalpotatomine",
                        "chilibean"
                    ]
                ],
                "SelectionMethod": "chooser"
            }
        },
        {
            "aliases": [
                "NewWaves"
            ],
            "objclass": "WaveManagerModuleProperties",
            "objdata": {
                "DynamicZombies": [
                    {
                        "PointIncrementPerWave": -40,
                        "StartingPoints": -100,
                        "StartingWave": 3,
                        "ZombiePool": [
                            "RTID(pirate@ZombieTypes)",
                            "RTID(pirate_armor1@ZombieTypes)",
                            "RTID(pirate_armor2@ZombieTypes)",
                            "RTID(swashbuckler@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": -25,
                        "StartingPoints": -100,
                        "StartingWave": 4,
                        "ZombiePool": [
                            "RTID(pirate@ZombieTypes)",
                            "RTID(pirate_armor1@ZombieTypes)",
                            "RTID(pirate_armor2@ZombieTypes)",
                            "RTID(swashbuckler@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": -10,
                        "StartingPoints": -100,
                        "StartingWave": 5,
                        "ZombiePool": [
                            "RTID(pirate@ZombieTypes)",
                            "RTID(pirate_armor1@ZombieTypes)",
                            "RTID(pirate_armor2@ZombieTypes)",
                            "RTID(swashbuckler@ZombieTypes)"
                        ]
                    },
                    {},
                    {
                        "PointIncrementPerWave": 20,
                        "StartingPoints": 100,
                        "StartingWave": 5,
                        "ZombiePool": [
                            "RTID(pirate@ZombieTypes)",
                            "RTID(pirate_armor1@ZombieTypes)",
                            "RTID(pirate_armor2@ZombieTypes)",
                            "RTID(swashbuckler@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 40,
                        "StartingPoints": 200,
                        "StartingWave": 4,
                        "ZombiePool": [
                            "RTID(pirate_armor1@ZombieTypes)",
                            "RTID(pirate_armor2@ZombieTypes)",
                            "RTID(swashbuckler@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 60,
                        "StartingPoints": 400,
                        "StartingWave": 3,
                        "ZombiePool": [
                            "RTID(pirate_armor2@ZombieTypes)",
                            "RTID(swashbuckler@ZombieTypes)"
                        ]
                    }
                ],
                "WaveManagerProps": "RTID(WaveManagerProps@CurrentLevel)"
            }
        },
        {
            "aliases": [
                "WaveManagerProps"
            ],
            "objclass": "WaveManagerProperties",
            "objdata": {
                "FlagWaveInterval": 6,
                "WaveCount": 12,
                "WaveSpendingPointIncrement": 50,
                "WaveSpendingPoints": 100,
                "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)"
                    ]
                ]
            }
        },
        {
            "aliases": [
                "Wave1"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave2"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave3"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "DynamicPlantfood": [
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    0
                ],
                "Zombies": [
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave4"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave5"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "DynamicPlantfood": [
                    1,
                    1,
                    1,
                    1,
                    1,
                    0,
                    1
                ],
                "Zombies": [
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave6"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave7"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave8"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "DynamicPlantfood": [
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    0
                ],
                "Zombies": [
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave9"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave10"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "DynamicPlantfood": [
                    1,
                    1,
                    1,
                    1,
                    0,
                    0,
                    1
                ],
                "Zombies": [
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave11"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "Zombies": [
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave12"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "DynamicPlantfood": [
                    1,
                    1,
                    1,
                    1,
                    1,
                    1,
                    0
                ],
                "Zombies": [
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(swashbuckler@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor1@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(pirate_armor2@ZombieTypes)"
                    }
                ]
            }
        }
    ],
    "version": 1
}