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

1-й день Дома игрока

Код уровня 1-й день обучающей карты Дом игрока (Player's House).

Скачать код

	{
    "#comment": "Tutorial 1",
    "objects": [
        {
            "objclass": "LevelDefinition",
            "objdata": {
                "Description": "[PLAYERS_HOUSE]",
                "FirstRewardParam": "sunflower",
                "FirstRewardType": "unlock_plant",
                "ForceNextLevel": "tutorial2",
                "LevelNumber": 1,
                "Loot": "RTID(NoLoot@LevelModules)",
                "Modules": [
                    "RTID(TutorialIntro@CurrentLevel)",
                    "RTID(FastSunDropper@LevelModules)",
                    "RTID(ZombiesDeadWinCon@LevelModules)",
                    "RTID(TutorialPeashooterDeath@LevelModules)",
                    "RTID(TutorialMowers@LevelModules)",
                    "RTID(SeedBank@CurrentLevel)",
                    "RTID(DefaultZombieWinCondition@LevelModules)",
                    "RTID(SeedPacketHalfTimeModule@LevelModules)",
                    "RTID(NewWaves@CurrentLevel)"
                ],
                "Name": "[TUTORIAL_LEVEL_NAME]",
                "ReplayRewardParam": "endlevelreward",
                "ReplayRewardType": "collectable",
                "StageModule": "RTID(TutorialStage@LevelModules)",
                "StartingSun": 100,
                "ResourceGroupNames": [
                    "SodRollGroup",
                    "PlantSunflower",
                    "PlantWallnut",
                    "PlantWallnutAudio",
                    "PlantPotatomine",
                    "PlantPotatomineAudio",
                    "PlantCabbagepult",
                    "PlantCabbagepultAudio",
                    "Tutorial_Gravestone",
                    "AudioCrazyDave",
                    "AudioTimeMachine",
                    "AudioZomboss",
                    "NPC_Common",
                    "NPC_CrazyDave",
                    "NPC_Winnie",
                    "NPC_Zomboss_WorldMapIcons"
                ]
            }
        },
        {
            "aliases": [
                "SeedBank"
            ],
            "objclass": "SeedBankProperties",
            "objdata": {
                "PresetPlantList": [
                    {
                        "PlantType": "peashooter",
                        "Level": -1
                    }
                ],
                "SelectionMethod": "preset"
            }
        },
        {
            "aliases": [
                "TutorialIntro"
            ],
            "objclass": "TutorialLevel1Properties",
            "objdata": {}
        },
        {
            "aliases": [
                "NewWaves"
            ],
            "objclass": "WaveManagerModuleProperties",
            "objdata": {
                "WaveManagerProps": "RTID(WaveManagerProps@CurrentLevel)"
            }
        },
        {
            "aliases": [
                "WaveManagerProps"
            ],
            "objclass": "WaveManagerProperties",
            "objdata": {
                "MinNextWaveHealthPercentage": 0.5,
                "MaxNextWaveHealthPercentage": 0.65,
                "FlagWaveInterval": 3,
                "IgnoreFlagCarriers": true,
                "WaveCount": 3,
                "WaveSpendingPointIncrement": 10,
                "WaveSpendingPoints": 100,
                "Waves": [
                    [
                        "RTID(Wave1@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave2@CurrentLevel)"
                    ],
                    [
                        "RTID(Wave3@CurrentLevel)"
                    ]
                ]
            }
        },
        {
            "aliases": [
                "Wave1"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(tutorial@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave2"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(tutorial@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(tutorial@ZombieTypes)"
                    }
                ]
            }
        },
        {
            "aliases": [
                "Wave3"
            ],
            "objclass": "SpawnZombiesJitteredWaveActionProps",
            "objdata": {
                "Zombies": [
                    {
                        "Row": "3",
                        "Type": "RTID(tutorial@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(tutorial@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(tutorial@ZombieTypes)"
                    },
                    {
                        "Row": "3",
                        "Type": "RTID(tutorial@ZombieTypes)"
                    }
                ]
            }
        }
    ],
    "version": 1
}