[
    {
        "DisplayName": "Server Name",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server to be displayed on the server list",
        "Keywords": "server,name,ServerName",
        "FieldName": "ServerName",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.ServerName",
        "IncludeInCommandLine": false,
        "DefaultValue": "AMP Powered Night of the Dead Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Message Of The Day",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the message of the day (MOTD) displayed when players join",
        "Keywords": "message,motd,DefaultMessageOfTheDay",
        "FieldName": "DefaultMessageOfTheDay",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "SystemSettings.DefaultMessageOfTheDay",
        "IncludeInCommandLine": false,
        "DefaultValue": "Welcome to NOTD!",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password to join the server. Default is no password",
        "Keywords": "password",
        "FieldName": "Password",
        "InputType": "Password",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.Password",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Admin Password",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password for in-game admin commands. Default is no password",
        "Keywords": "admin,password,IngameAdminPassword",
        "FieldName": "IngameAdminPassword",
        "InputType": "Password",
        "IsFlagArgument": false,
        "ParamFieldName": "SystemSettings.IngameAdminPassword",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Limit",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players allowed on the server",
        "Keywords": "max,players,limit,MaxPlayers",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "ServerSettings.MaxPlayers",
        "IncludeInCommandLine": false,
        "DefaultValue": "16",
        "Suffix": "players",
        "EnumValues": {},
        "MinValue": "1"
    },
    {
        "DisplayName": "Save Name",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the world directory to load, or to create if it does not already exist",
        "Keywords": "save,name,SaveName",
        "FieldName": "SaveName",
        "InputType": "text",
        "IsFlagArgument": false,
        "ParamFieldName": "SystemSettings.SaveName",
        "IncludeInCommandLine": false,
        "DefaultValue": "world",
        "EnumValues": {}
    },
    {
        "DisplayName": "Save Interval",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the save interval for the server. 1 in-game hour = 5 minutes in real time",
        "Keywords": "save,interval,SaveIntervalHour",
        "FieldName": "SaveIntervalHour",
        "InputType": "number",
        "IsFlagArgument": false,
        "ParamFieldName": "SystemSettings.SaveIntervalHour",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "Placeholder": "1",
        "Suffix": "in-game hours",
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Anti-Cheat",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "If set, anti-cheat will be disabled on the server",
        "Keywords": "anti,cheat,anticheat,DisableAntiCheat",
        "FieldName": "DisableAntiCheat",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "DisableAntiCheat",
        "IncludeInCommandLine": false,
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-DisableAntiCheat "
        }
    },
    {
        "DisplayName": "Game Difficulty",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the game difficulty level. If Custom is selected, server parameters can be set under Custom Difficulty Settings",
        "Keywords": "game,difficulty",
        "FieldName": "Difficulty",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings.Difficulty",
        "IncludeInCommandLine": false,
        "DefaultValue": "Normal",
        "EnumValues": {
            "Peaceful": "Peaceful",
            "Easy": "Easy",
            "Normal": "Normal",
            "Hard": "Hard",
            "Survival": "Survival",
            "Challenge": "Challenge",
            "Legend": "Legend",
            "Custom": "Custom"
        }
    },
    {
        "DisplayName": "Disable Wave",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, there will be no wave",
        "Keywords": "wave,NoWave",
        "FieldName": "NoWave",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.NoWave",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Activate Building Forbidden Area",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, the building forbidden area will be activated",
        "Keywords": "spawn,building,blocker,forbidden,darea,NoSpawnBuildingBlocker",
        "FieldName": "NoSpawnBuildingBlocker",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.NoSpawnBuildingBlocker",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Disable Zombie Respawn",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, zombies will not respawn",
        "Keywords": "zombie,respawn,NoZombieRespawn",
        "FieldName": "NoZombieRespawn",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.NoZombieRespawn",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Natural Objects Respawn",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, natural objects will respawn",
        "Keywords": "natural,objects,respawn,NaturalObjectRespawn",
        "FieldName": "NaturalObjectRespawn",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.NaturalObjectRespawn",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Synthetic Objects Respawn",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, synthetic objects will respawn",
        "Keywords": "synthetic,objects,respawn,SyntheticObjectRespawn",
        "FieldName": "SyntheticObjectRespawn",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.SyntheticObjectRespawn",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Disable Generator Breakdown",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, generators will not break down",
        "Keywords": "generator,breakdown,NoGeneratorTrouble",
        "FieldName": "NoGeneratorTrouble",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.NoGeneratorTrouble",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Disable Research Loss On Death",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, research will not be lost on death",
        "Keywords": "research,drop,loss,death,NoDeathResearchDrop",
        "FieldName": "NoDeathResearchDrop",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.NoDeathResearchDrop",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Item Drop On Exit",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If enabled, items will be dropped on exit",
        "Keywords": "item,drop,exit,DropItemsOnExit",
        "FieldName": "DropItemsOnExit",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.DropItemsOnExit",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Disable Team Kill",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, team kill will be disabled",
        "Keywords": "team,kill,NoTeamKill",
        "FieldName": "NoTeamKill",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.NoTeamKill",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Building Decay",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, building decay will occur after 5 days of inactivity",
        "Keywords": "building,decay,corrode,UsePlayerBuildingCorrode",
        "FieldName": "UsePlayerBuildingCorrode",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.UsePlayerBuildingCorrode",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Wave Zombie Amount Limit",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the wave zombie amount limit",
        "Keywords": "wave,zombie,limit,MaxWaveSpawnCount",
        "FieldName": "MaxWaveSpawnCount",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/General.MaxWaveSpawnCount",
        "IncludeInCommandLine": false,
        "DefaultValue": "200",
        "EnumValues": {
            "50": "50",
            "100": "100",
            "200": "200 (default)",
            "400": "400",
            "800": "800",
            "2000": "2000"
        }
    },
    {
        "DisplayName": "Light Zombie HP",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the light zombie HP",
        "Keywords": "light,normal,zombie,health,hp,NormalZombieHealth",
        "FieldName": "NormalZombieHealth",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.NormalZombieHealth",
        "IncludeInCommandLine": false,
        "DefaultValue": "17",
        "Placeholder": "17",
        "EnumValues": {}
    },
    {
        "DisplayName": "Heavy Zombie HP",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the heavy zombie HP",
        "Keywords": "heavy,special,zombie,health,hp,SpecialZombieHealth",
        "FieldName": "SpecialZombieHealth",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.SpecialZombieHealth",
        "IncludeInCommandLine": false,
        "DefaultValue": "17",
        "Placeholder": "17",
        "EnumValues": {}
    },
    {
        "DisplayName": "Giant Zombie HP",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the giant zombie HP",
        "Keywords": "giant,zombie,health,hp,GiantZombieHealth",
        "FieldName": "GiantZombieHealth",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.GiantZombieHealth",
        "IncludeInCommandLine": false,
        "DefaultValue": "17",
        "Placeholder": "17",
        "EnumValues": {}
    },
    {
        "DisplayName": "Unique Zombie HP",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the unique zombie HP",
        "Keywords": "unique,zombie,health,hp,BossZombieHealth",
        "FieldName": "BossZombieHealth",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.BossZombieHealth",
        "IncludeInCommandLine": false,
        "DefaultValue": "17",
        "Placeholder": "17",
        "EnumValues": {}
    },
    {
        "DisplayName": "Zombie Damage",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the zombie damage",
        "Keywords": "zombie,damage,ZombieDamage",
        "FieldName": "ZombieDamage",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.ZombieDamage",
        "IncludeInCommandLine": false,
        "DefaultValue": "25",
        "Placeholder": "25",
        "EnumValues": {}
    },
    {
        "DisplayName": "Zombie Movement Speed",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the zombie movement speed",
        "Keywords": "zombie,movement,speed,ZombieMovementSpeed",
        "FieldName": "ZombieMovementSpeed",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.ZombieMovementSpeed",
        "IncludeInCommandLine": false,
        "DefaultValue": "37",
        "Placeholder": "37",
        "EnumValues": {}
    },
    {
        "DisplayName": "World Zombie Spawn Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the world zombie spawn amount",
        "Keywords": "world,zombie,spawn,amount,WorldZombieSpawn",
        "FieldName": "WorldZombieSpawn",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.WorldZombieSpawn",
        "IncludeInCommandLine": false,
        "DefaultValue": "25",
        "Placeholder": "25",
        "EnumValues": {}
    },
    {
        "DisplayName": "Wave Zombie HP",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the wave zombie HP",
        "Keywords": "wave,zombie,health,hp,WaveZombieHealth",
        "FieldName": "WaveZombieHealth",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.WaveZombieHealth",
        "IncludeInCommandLine": false,
        "DefaultValue": "25",
        "Placeholder": "25",
        "EnumValues": {}
    },
    {
        "DisplayName": "Light Zombie Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the light zombie wave amount",
        "Keywords": "light,normal,zombie,amount,WaveNormalZombieAmount",
        "FieldName": "WaveNormalZombieAmount",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.WaveNormalZombieAmount",
        "IncludeInCommandLine": false,
        "DefaultValue": "44",
        "Placeholder": "44",
        "EnumValues": {}
    },
    {
        "DisplayName": "Heavy Zombie Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the heavy zombie wave amount",
        "Keywords": "heavy,special,zombie,amount,WaveSpecialZombieAmount",
        "FieldName": "WaveSpecialZombieAmount",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.WaveSpecialZombieAmount",
        "IncludeInCommandLine": false,
        "DefaultValue": "18",
        "Placeholder": "18",
        "EnumValues": {}
    },
    {
        "DisplayName": "Giant Zombie Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the giant zombie wave amount",
        "Keywords": "giant,zombie,amount,WaveGiantZombieAmount",
        "FieldName": "WaveGiantZombieAmount",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.WaveGiantZombieAmount",
        "IncludeInCommandLine": false,
        "DefaultValue": "21",
        "Placeholder": "21",
        "EnumValues": {}
    },
    {
        "DisplayName": "Animal HP",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the animal HP",
        "Keywords": "animal,health,hp,AnimalHealth",
        "FieldName": "AnimalHealth",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.AnimalHealth",
        "IncludeInCommandLine": false,
        "DefaultValue": "17",
        "Placeholder": "17",
        "EnumValues": {}
    },
    {
        "DisplayName": "Animal Attack Damage",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the animal attack damage",
        "Keywords": "animal,attack,damage,AnimalDamage",
        "FieldName": "AnimalDamage",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.AnimalDamage",
        "IncludeInCommandLine": false,
        "DefaultValue": "18",
        "Placeholder": "18",
        "EnumValues": {}
    },
    {
        "DisplayName": "Light Zombie Respawn Time",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the light zombie respawn time",
        "Keywords": "light,normal,zombie,respawn,time,WorldNormalZombieRespawnTime",
        "FieldName": "WorldNormalZombieRespawnTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.WorldNormalZombieRespawnTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "120",
        "EnumValues": {
            "30": "30",
            "60": "60",
            "120": "120 (default)",
            "180": "180",
            "240": "240"
        }
    },
    {
        "DisplayName": "Heavy Zombie Respawn Time",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the heavy zombie respawn time",
        "Keywords": "heavy,special,zombie,respawn,time,WorldSpecialZombieRespawnTime",
        "FieldName": "WorldSpecialZombieRespawnTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.WorldSpecialZombieRespawnTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "600",
        "EnumValues": {
            "120": "120",
            "300": "300",
            "600": "600 (default)",
            "900": "900",
            "1200": "1200"
        }
    },
    {
        "DisplayName": "Giant Zombie Respawn Time",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the giant zombie respawn time",
        "Keywords": "giant,zombie,respawn,time,WorldGiantZombieRespawnTime",
        "FieldName": "WorldGiantZombieRespawnTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Basic.WorldGiantZombieRespawnTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "600",
        "EnumValues": {
            "120": "120",
            "300": "300",
            "600": "600 (default)",
            "900": "900",
            "1200": "1200"
        }
    },
    {
        "DisplayName": "Disable XP Loss On Death",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "If set, no experience will be lost on death",
        "Keywords": "experience,xp,loss,death,NoExperienceLoss",
        "FieldName": "NoExperienceLoss",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.NoExperienceLoss",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Disable Item Drop On Death",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "If set, no items will be dropped on death",
        "Keywords": "item,drop,death,NoDeathItemDrop",
        "FieldName": "NoDeathItemDrop",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.NoDeathItemDrop",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Disable Equipment Drop On Death",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "If set, no equipment will be dropped on death",
        "Keywords": "equipment,drop,death,NoDeathEquipmentItemDrop",
        "FieldName": "NoDeathEquipmentItemDrop",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.NoDeathEquipmentItemDrop",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Research Data Consumption",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets research data consumption",
        "Keywords": "research,data,consumption,ResearchDataConsumption",
        "FieldName": "ResearchDataConsumption",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.ResearchDataConsumption",
        "IncludeInCommandLine": false,
        "DefaultValue": "50",
        "Placeholder": "50",
        "EnumValues": {}
    },
    {
        "DisplayName": "Fish Speed",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets fish speed",
        "Keywords": "fish,speed,FishSpeed",
        "FieldName": "FishSpeed",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.FishSpeed",
        "IncludeInCommandLine": false,
        "DefaultValue": "66",
        "Placeholder": "66",
        "EnumValues": {}
    },
    {
        "DisplayName": "Fish Power",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets fish power",
        "Keywords": "fishing,gauge,increase,power,FishingGaugeDecrease",
        "FieldName": "FishingGaugeDecrease",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.FishingGaugeDecrease",
        "IncludeInCommandLine": false,
        "DefaultValue": "40",
        "Placeholder": "40",
        "EnumValues": {}
    },
    {
        "DisplayName": "High-Grade Equipment Drop Rate",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the high-grade equipment drop rate",
        "Keywords": "superior,high,equipment,gain,multiplier,rate,SuperiorOrHigherEquipmentGainMultiplier",
        "FieldName": "SuperiorOrHigherEquipmentGainMultiplier",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.SuperiorOrHigherEquipmentGainMultiplier",
        "IncludeInCommandLine": false,
        "DefaultValue": "40",
        "Placeholder": "40",
        "EnumValues": {}
    },
    {
        "DisplayName": "Building HP",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets building HP",
        "Keywords": "building,health,hp,BuildingHit",
        "FieldName": "BuildingHit",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.BuildingHit",
        "IncludeInCommandLine": false,
        "DefaultValue": "90",
        "Placeholder": "90",
        "EnumValues": {}
    },
    {
        "DisplayName": "Trap Attack Damage",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets trap attack damage",
        "Keywords": "trap,attack,damage,TrapDamage",
        "FieldName": "TrapDamage",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.TrapDamage",
        "IncludeInCommandLine": false,
        "DefaultValue": "66",
        "Placeholder": "66",
        "EnumValues": {}
    },
    {
        "DisplayName": "Materials Return Rate",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the materials return rate after building destruction",
        "Keywords": "materials,return,rate,building,destruction,ResourcesReturnedAfterBuildingDestroyed",
        "FieldName": "ResourcesReturnedAfterBuildingDestroyed",
        "InputType": "number",
        "MinValue": "0",
        "MaxValue": "100",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.ResourcesReturnedAfterBuildingDestroyed",
        "IncludeInCommandLine": false,
        "DefaultValue": "30",
        "Placeholder": "30",
        "EnumValues": {}
    },
    {
        "DisplayName": "Experience Gain Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the amount of experience gained",
        "Keywords": "experience,gain,AmountOfExperienceGained",
        "FieldName": "AmountOfExperienceGained",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.AmountOfExperienceGained",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "1": "1 (default)",
            "2": "2",
            "3": "3",
            "4": "4",
            "5": "5"
        }
    },
    {
        "DisplayName": "Resources Acquisition Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the amount of resources acquired",
        "Keywords": "item,resource,acquired,obtained,ResourceAcquisition",
        "FieldName": "ResourceAcquisition",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.ResourceAcquisition",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "1": "1 (default)",
            "2": "2",
            "3": "3"
        }
    },
    {
        "DisplayName": "Initial Food Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the initial food amount",
        "Keywords": "initial,food,amount,InitialFoodAmount",
        "FieldName": "InitialFoodAmount",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.InitialFoodAmount",
        "IncludeInCommandLine": false,
        "DefaultValue": "10",
        "EnumValues": {
            "0": "0",
            "1": "1",
            "2": "2",
            "5": "5",
            "10": "10 (default)",
            "12": "12",
            "15": "15"
        }
    },
    {
        "DisplayName": "Natural Objects Respawn Time",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the natural objects respawn time",
        "Keywords": "natural,objects,respawn,time,NaturalObjectRespawnTime",
        "FieldName": "NaturalObjectRespawnTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.NaturalObjectRespawnTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "720",
        "EnumValues": {
            "240": "240",
            "360": "360",
            "480": "480",
            "600": "600",
            "720": "720 (default)",
            "840": "840",
            "960": "960"
        }
    },
    {
        "DisplayName": "Synthetic Objects Respawn Time",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the synthetic objects respawn time",
        "Keywords": "synthetic,objects,respawn,time,SyntheticObjectRespawnTime",
        "FieldName": "SyntheticObjectRespawnTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.SyntheticObjectRespawnTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "720",
        "EnumValues": {
            "240": "240",
            "360": "360",
            "480": "480",
            "600": "600",
            "720": "720 (default)",
            "840": "840",
            "960": "960"
        }
    },
    {
        "DisplayName": "Farm Resource Production Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the farm resource production amount",
        "Keywords": "farm,resource,production,amount,FarmResourceOutput",
        "FieldName": "FarmResourceOutput",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.FarmResourceOutput",
        "IncludeInCommandLine": false,
        "DefaultValue": "1.25",
        "EnumValues": {
            "1": "1",
            "1.25": "1.25 (default)",
            "1.5": "1.5",
            "1.75": "1.75",
            "2": "2"
        }
    },
    {
        "DisplayName": "Machine Resource Production Amount",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the machine resource production amount",
        "Keywords": "machine,resource,production,amount,MachineResourceOutput",
        "FieldName": "MachineResourceOutput",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.MachineResourceOutput",
        "IncludeInCommandLine": false,
        "DefaultValue": "1.5",
        "EnumValues": {
            "0.5": "0.5",
            "1": "1",
            "1.5": "1.5 (default)",
            "2": "2",
            "2.5": "2.5"
        }
    },
    {
        "DisplayName": "Animal Trap Time",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the animal trap time",
        "Keywords": "animal,trap,time,AnimalTrapTime",
        "FieldName": "AnimalTrapTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.AnimalTrapTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "0.5": "0.5",
            "1": "1 (default)",
            "1.5": "1.5",
            "2": "2",
            "2.5": "2.5"
        }
    },
    {
        "DisplayName": "Farm Resource Production Time",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the farm resource production time",
        "Keywords": "farm,resource,production,time,FarmResourceProductionTime",
        "FieldName": "FarmResourceProductionTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.FarmResourceProductionTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "0.5": "0.5",
            "1": "1 (default)",
            "1.5": "1.5"
        }
    },
    {
        "DisplayName": "Machine Resource Production Time",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the machine resource production time",
        "Keywords": "machine,resource,production,time,MachineResourceProductionTime",
        "FieldName": "MachineResourceProductionTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.MachineResourceProductionTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "0.5": "0.5",
            "1": "1 (default)",
            "1.5": "1.5"
        }
    },
    {
        "DisplayName": "Power Generated",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the power generated",
        "Keywords": "power,generated,electric,ElectricGeneration",
        "FieldName": "ElectricGeneration",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.ElectricGeneration",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "0.5": "0.5",
            "1": "1 (default)",
            "1.5": "1.5",
            "2": "2",
            "2.5": "2.5"
        }
    },
    {
        "DisplayName": "Power Consumption",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the power consumption",
        "Keywords": "power,consumption,electric,ElectricConsumption",
        "FieldName": "ElectricConsumption",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.ElectricConsumption",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "0.5": "0.5",
            "1": "1 (default)",
            "1.5": "1.5"
        }
    },
    {
        "DisplayName": "Power Limit",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the power limit",
        "Keywords": "power,limit,electric,ElectricOvercurrentLimit",
        "FieldName": "ElectricOvercurrentLimit",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.ElectricOvercurrentLimit",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "0.5": "0.5",
            "1": "1 (default)",
            "1.5": "1.5",
            "2": "2",
            "2.5": "2.5"
        }
    },
    {
        "DisplayName": "Standby Power",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the standby power",
        "Keywords": "power,standby,electric,ElectricStandbyPower",
        "FieldName": "ElectricStandbyPower",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Advanced.ElectricStandbyPower",
        "IncludeInCommandLine": false,
        "DefaultValue": "1",
        "EnumValues": {
            "0.5": "0.5",
            "1": "1 (default)",
            "1.5": "1.5"
        }
    },
    {
        "DisplayName": "Times Per Day",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "Sets the times per day",
        "Keywords": "times,day,OneDayTime",
        "FieldName": "OneDayTime",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Detail.OneDayTime",
        "IncludeInCommandLine": false,
        "DefaultValue": "240",
        "EnumValues": {
            "60": "60",
            "120": "120",
            "180": "180",
            "240": "240 (default)",
            "300": "300",
            "360": "360",
            "420": "420"
        }
    },
    {
        "DisplayName": "Unlock All Buildings",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "If set, all buildings will be unlocked",
        "Keywords": "unlock,buildings,UnlockAllBuilding",
        "FieldName": "UnlockAllBuilding",
        "InputType": "enum",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Detail.UnlockAllBuilding",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "0": "0",
            "1": "1"
        }
    },
    {
        "DisplayName": "Enable Hardcore",
        "Category": "Night of the Dead:stadia_controller",
        "Subcategory": "Custom Difficulty:tune:3",
        "Description": "If set, hardcore mode will be enabled",
        "Keywords": "hardcore",
        "FieldName": "Hardcore",
        "InputType": "checkbox",
        "IsFlagArgument": false,
        "ParamFieldName": "GameSettings/Detail.Hardcore",
        "IncludeInCommandLine": false,
        "DefaultValue": "0",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    }
]