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