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

25-й день Затерянного города

Код уровня 25-й день карты Затерянный город (Lost City).

Скачать код

	{
    "#comment": "Lost City 25",
    "objects": [
        {
            "objclass": "LevelDefinition",
            "objdata": {
                "Description": "[PLAYERS_TRIP_TO_LOSTCITY]",
                "LevelNumber": 25,
                "Loot": "RTID(DefaultLoot@LevelModules)",
                "Modules": [
                    "RTID(StandardIntro@LevelModules)",
                    "RTID(DefaultSunDropper@LevelModules)",
                    "RTID(LostCityMowers@LevelModules)",
                    "RTID(DefaultZombieWinCondition@LevelModules)",
                    "RTID(ZombiesDeadWinCon@LevelModules)",
                    "RTID(GoldTiles@CurrentLevel)",
                    "RTID(SeedBank@CurrentLevel)",
                    "RTID(NewWaves@CurrentLevel)"
                ],
                "Name": "[LOSTCITY_LEVEL_NAME]",
                "NormalPresentTable": "lostcity_normal_01",
                "ShinyPresentTable": "lostcity_shiny_01",
                "StageModule": "RTID(LostCityStage@LevelModules)"
            }
        },
        {
            "aliases": [
                "SeedBank"
            ],
            "objclass": "SeedBankProperties",
            "objdata": {
                "PresetPlantList": [
                    {
                        "PlantType": "sunflower",
                        "Level": -1
                    },
                    {
                        "PlantType": "coconutcannon",
                        "Level": -1
                    },
                    {
                        "PlantType": "threepeater",
                        "Level": -1
                    },
                    {
                        "PlantType": "melonpult",
                        "Level": -1
                    },
                    {
                        "PlantType": "goldleaf",
                        "Level": -1
                    }
                ],
                "SelectionMethod": "chooser"
            }
        },
        {
            "aliases": [
                "GoldTiles"
            ],
            "objclass": "InitialGridItemProperties",
            "objdata": {
                "InitialGridItemPlacements": [
                    {
                        "GridX": 1,
                        "GridY": 1,
                        "TypeName": "goldtile"
                    },
                    {
                        "GridX": 0,
                        "GridY": 2,
                        "TypeName": "goldtile"
                    },
                    {
                        "GridX": 2,
                        "GridY": 2,
                        "TypeName": "goldtile"
                    },
                    {
                        "GridX": 1,
                        "GridY": 3,
                        "TypeName": "goldtile"
                    }
                ]
            }
        },
        {
            "aliases": [
                "NewWaves"
            ],
            "objclass": "WaveManagerModuleProperties",
            "objdata": {
                "DynamicZombies": [
                    {
                        "PointIncrementPerWave": -40,
                        "StartingPoints": -100,
                        "StartingWave": 3,
                        "ZombiePool": [
                            "RTID(lostcity@ZombieTypes)",
                            "RTID(lostcity_armor1@ZombieTypes)",
                            "RTID(lostcity_armor2@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": -25,
                        "StartingPoints": -100,
                        "StartingWave": 4,
                        "ZombiePool": [
                            "RTID(lostcity@ZombieTypes)",
                            "RTID(lostcity_armor1@ZombieTypes)",
                            "RTID(lostcity_armor2@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": -10,
                        "StartingPoints": -100,
                        "StartingWave": 5,
                        "ZombiePool": [
                            "RTID(lostcity@ZombieTypes)",
                            "RTID(lostcity_armor1@ZombieTypes)",
                            "RTID(lostcity_armor2@ZombieTypes)"
                        ]
                    },
                    {},
                    {
                        "PointIncrementPerWave": 20,
                        "StartingPoints": 100,
                        "StartingWave": 5,
                        "ZombiePool": [
                            "RTID(lostcity@ZombieTypes)",
                            "RTID(lostcity_armor1@ZombieTypes)",
                            "RTID(lostcity_armor2@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 40,
                        "StartingPoints": 200,
                        "StartingWave": 4,
                        "ZombiePool": [
                            "RTID(lostcity@ZombieTypes)",
                            "RTID(lostcity_armor1@ZombieTypes)",
                            "RTID(lostcity_armor2@ZombieTypes)"
                        ]
                    },
                    {
                        "PointIncrementPerWave": 60,
                        "StartingPoints": 400,
                        "StartingWave": 3,
                        "ZombiePool": [
                            "RTID(lostcity@ZombieTypes)",
                            "RTID(lostcity_armor2@ZombieTypes)"
                        ]
                    }
                ],
                "WaveManagerProps": "RTID(WaveManagerProps@CurrentLevel)"
            }
        },
        {
            "aliases": [
                "WaveManagerProps"
            ],
            "objclass": "WaveManagerProperties",
            "objdata": {
                "FlagWaveInterval": 5,
                "WaveCount": 10,
                "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)"
                    ]
                ]
            }
        },
        {
            "aliases": [
                "Wave1"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(lostcity@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave2"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Type": "RTID(lostcity_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave3"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "Zombies": [
                    {
                        "Type": "RTID(lostcity@ZombieTypes)"
                    },
                    {
                        "Type": "RTID(lostcity@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave4"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "4",
                        "Type": "RTID(lostcity_jane@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave5"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "1",
                        "Type": "RTID(lostcity@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(lostcity_impporter@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(lostcity_excavator@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave6"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(lostcity_bug@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(lostcity@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave7"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(lostcity_relichunter@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave8"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 1,
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(lostcity_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(lostcity@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(lostcity_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave9"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "Zombies": [
                    {
                        "Row": "4",
                        "Type": "RTID(lostcity_excavator@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(lostcity_armor1@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave10"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "AdditionalPlantfood": 0,
                "Zombies": [
                    {
                        "Row": "5",
                        "Type": "RTID(lostcity_impporter@ZombieTypes)"
                    },
                    {
                        "Row": "4",
                        "Type": "RTID(lostcity_armor1@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(lostcity@ZombieTypes)"
                    },
                    {
                        "Row": "2",
                        "Type": "RTID(lostcity_relichunter@ZombieTypes)"
                    },
                    {
                        "Row": "1",
                        "Type": "RTID(lostcity_excavator@ZombieTypes)"
                    }
                ]
            }
        }
    ],
    "version": 1
}