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

25-й день Дикого запада

Код уровня 25-й день карты Дикий запад (Wild West).

Скачать код

	{
    "#comment": "Cowboy Zomboss",
    "objects": [
        {
            "objclass": "LevelDefinition",
            "objdata": {
                "Description": "[PLAYERS_TRIP_TO_WEST]",
                "FirstIntroNarrative": "COWBOY_INTRO_ZOMBOSS",
                "FirstOutroNarrative": "COWBOY_OUTRO_ZOMBOSS",
                "FirstRewardParam": "worldkey_iceage",
                "FirstRewardType": "worldtrophy",
                "ForceToWorldMap": true,
                "GameFeaturesToUnlock": [
                    "world_trophy_cowboy",
                    "iceage_stargate_start"
                ],
                "LevelNumber": 25,
                "Loot": "RTID(DefaultLoot@LevelModules)",
                "Modules": [
                    "RTID(ZombossIntro@LevelModules)",
                    "RTID(WestMowers@LevelModules)",
                    "RTID(ConveyorBelt@CurrentLevel)",
                    "RTID(ZombossBattle@CurrentLevel)",
                    "RTID(CowboyRails@CurrentLevel)",
                    "RTID(DefaultZombieWinCondition@LevelModules)",
                    "RTID(NewWaves@CurrentLevel)"
                ],
                "MusicType": "MiniGame_A",
                "Name": "[WEST_LEVEL_NAME]",
                "NormalPresentTable": "cowboy_normal_01",
                "RepeatPlayForceToWorldMap": true,
                "ShinyPresentTable": "cowboy_shiny_01",
                "StageModule": "RTID(WestStage@LevelModules)",
                "VictoryModule": "RTID(ZombossVictoryOutro@LevelModules)",
                "LoadDefaultMusic": false
            }
        },
        {
            "aliases": [
                "CowboyRails"
            ],
            "objclass": "RailcartProperties",
            "objdata": {
                "RailcartType": "railcart_cowboy",
                "Railcarts": [
                    {
                        "Column": 1,
                        "Row": 1
                    },
                    {
                        "Column": 3,
                        "Row": 3
                    }
                ],
                "Rails": [
                    {
                        "Column": 1,
                        "RowEnd": 4,
                        "RowStart": 0
                    },
                    {
                        "Column": 3,
                        "RowEnd": 4,
                        "RowStart": 0
                    }
                ]
            }
        },
        {
            "aliases": [
                "ConveyorBelt"
            ],
            "objclass": "ConveyorSeedBankProperties",
            "objdata": {
                "DropDelayConditions": [
                    {
                        "Delay": 2,
                        "MaxPackets": 0
                    },
                    {
                        "Delay": 3,
                        "MaxPackets": 2
                    },
                    {
                        "Delay": 5,
                        "MaxPackets": 4
                    },
                    {
                        "Delay": 8,
                        "MaxPackets": 8
                    }
                ],
                "InitialPlantList": [
                    {
                        "MaxCount": 1,
                        "MaxWeightFactor": 0,
                        "PlantType": "chilibean",
                        "Weight": 15
                    },
                    {
                        "MaxCount": 10,
                        "MaxWeightFactor": 0,
                        "PlantType": "lightningreed",
                        "Weight": 15
                    },
                    {
                        "MaxCount": 4,
                        "MaxWeightFactor": 0,
                        "PlantType": "melonpult",
                        "Weight": 15
                    },
                    {
                        "MaxCount": 10,
                        "MaxWeightFactor": 0.1,
                        "PlantType": "peapod",
                        "Weight": 15
                    },
                    {
                        "MaxCount": 15,
                        "MaxWeightFactor": 0.1,
                        "PlantType": "splitpea",
                        "Weight": 15
                    },
                    {
                        "MaxCount": 5,
                        "MaxWeightFactor": 0,
                        "PlantType": "tallnut",
                        "Weight": 5
                    },
                    {
                        "MaxCount": 2,
                        "MaxWeightFactor": 0,
                        "PlantType": "wintermelon",
                        "Weight": 25
                    }
                ],
                "SpeedConditions": [
                    {
                        "MaxPackets": 0,
                        "Speed": 100
                    }
                ]
            }
        },
        {
            "aliases": [
                "ZombossBattle"
            ],
            "objclass": "ZombossBattleModuleProperties",
            "objdata": {
                "ReservedColumnCount": 2,
                "ZombossDeathColumn": 5,
                "ZombossDeathRow": 3,
                "ZombossMechType": "zombossmech_cowboy",
                "ZombossSpawnGridPosition": {
                    "mX": 6,
                    "mY": 3
                }
            }
        },
        {
            "aliases": [
                "NewWaves"
            ],
            "objclass": "WaveManagerModuleProperties",
            "objdata": {
                "WaveManagerProps": "RTID(WaveManagerProps@CurrentLevel)"
            }
        },
        {
            "aliases": [
                "WaveManagerProps"
            ],
            "objclass": "WaveManagerProperties",
            "objdata": {
                "Waves": []
            }
        }
    ],
    "version": 1
}