[
    {
        "DisplayName": "Server List ID",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "",
        "Keywords": "",
        "FieldName": "ServerListId",
        "InputType": "text",
        "Hidden": true,
        "ParamFieldName": "ServerListId",
        "DefaultValue": "{{randomdigits(6)}}",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server ID",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the ID of the server",
        "Keywords": "server,id,ServerId",
        "FieldName": "ServerId",
        "InputType": "text",
        "ParamFieldName": "ServerId",
        "IncludeInCommandLine": true,
        "DefaultValue": "100",
        "Placeholder": "100",
        "Required": true,
        "EnumValues": {}
    },
    {
        "DisplayName": "Cluster ID",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the cluster ID for the server",
        "Keywords": "cluster,id,ClusterId",
        "FieldName": "ClusterId",
        "InputType": "text",
        "ParamFieldName": "ClusterId",
        "IncludeInCommandLine": true,
        "DefaultValue": "1",
        "Placeholder": "1",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Name",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the name of the server to display in the server list",
        "Keywords": "server,session,name,SessionName",
        "FieldName": "SessionName",
        "InputType": "text",
        "ParamFieldName": "SessionName",
        "DefaultValue": "AMP Powered Myth of Empires Server",
        "Placeholder": "AMP Powered Myth of Empires Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Description",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets a short description of the server that is displayed when clicked on in the server list",
        "Keywords": "server,description",
        "FieldName": "Description",
        "InputType": "text",
        "ParamFieldName": "Description",
        "IncludeInCommandLine": true,
        "DefaultValue": "A cool MOE server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Welcome Message",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "If set, the Welcome Message will be displayed when players join the server",
        "Keywords": "motd,welcome,message,NoticeSelfEnable",
        "FieldName": "NoticeSelfEnable",
        "InputType": "checkbox",
        "ParamFieldName": "NoticeSelfEnable",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Welcome Message",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the welcome message (or MOTD) that is displayed when players join the server",
        "Keywords": "motd,welcome,message,NoticeSelfEnterServer",
        "FieldName": "NoticeSelfEnterServer",
        "InputType": "text",
        "ParamFieldName": "NoticeSelfEnterServer",
        "IncludeInCommandLine": true,
        "DefaultValue": "Welcome to my Myth of Empires server!",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the password required to join the server. Default is no password",
        "Keywords": "server,password,PrivateServerPassword",
        "FieldName": "PrivateServerPassword",
        "InputType": "Password",
        "ParamFieldName": "PrivateServerPassword",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Server Admins",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "If set, server admins will be enabled on the server. Specify the admins under Server Admins",
        "Keywords": "server,admin,admins,bUseServerAdmin",
        "FieldName": "bUseServerAdmin",
        "InputType": "checkbox",
        "ParamFieldName": "bUseServerAdmin",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Server Admins",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Semi-colon separated list of [Steam64 IDs](https://steamid.io/) of server admins",
        "Keywords": "server,admin,admins,accounts,ServerAdminAccounts",
        "FieldName": "ServerAdminAccounts",
        "InputType": "text",
        "ParamFieldName": "ServerAdminAccounts",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "",
        "Placeholder": "76561198095468380;76561198181635451",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Anti Cheat Engine",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "If set, the Anti Cheat Engine will be enabled",
        "Keywords": "ace,anti,cheat,engine,UseACE",
        "FieldName": "UseACE",
        "InputType": "checkbox",
        "ParamFieldName": "UseACE",
        "DefaultValue": "-UseACE ",
        "EnumValues": {
            "False": "",
            "True": "-UseACE "
        }
    },
    {
        "DisplayName": "Enable VAC Ban",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "If set, VAC ban will be enabled",
        "Keywords": "vac,ban,EnableVACBan",
        "FieldName": "EnableVACBan",
        "InputType": "checkbox",
        "ParamFieldName": "EnableVACBan",
        "IncludeInCommandLine": true,
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Initial Map",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the map to start the server with",
        "Keywords": "map",
        "FieldName": "Map",
        "InputType": "enum",
        "ParamFieldName": "Map",
        "DefaultValue": "LargeTerrain_Central_Main",
        "EnumValues": {
            "LargeTerrain_Central_Main": "Zhongzhou (default)",
            "LargeTerrain_Central2_Main": "Dongzhou",
            "LargeTerrain_Desert_Main": "Xizhou"
        }
    },
    {
        "DisplayName": "Player Limit",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the maximum number of players that can connect to the server at one time",
        "Keywords": "max,maximum,players,limit,maxclient,MaxPlayers",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "ParamFieldName": "MaxPlayers",
        "IncludeInCommandLine": true,
        "DefaultValue": "100",
        "Placeholder": "100",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Load Steam Mods",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "List (separated by '+') of Steam mod directories to load. ONE LINE ONLY! Example for mods downloaded under the Updates menu: Mods/3181632026+Mods/3202759474. Otherwise, use mod directory paths relative to the 'MOE/Binaries/Win64' directory or full paths",
        "Keywords": "steam,mod,list,paks,mods,addons,SteamModList",
        "FieldName": "SteamModList",
        "InputType": "Textarea",
        "ParamFieldName": "SteamModList",
        "IncludeInCommandLine": true,
        "SkipIfEmpty": true,
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Difficulty Level",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the difficulty level of the server, based on the strength and HP of NPCs and animals",
        "Keywords": "difficulty,level,MapDifficultyRate",
        "FieldName": "MapDifficultyRate",
        "InputType": "number",
        "MinValue": "1",
        "MaxValue": "5",
        "ParamFieldName": "MapDifficultyRate",
        "IncludeInCommandLine": true,
        "DefaultValue": "1",
        "Placeholder": "1",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable PvE / Disable PvP",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "If set, PvE mode will be enabled on the server. Otherwise, PvP will be enabled",
        "Keywords": "pve,pvp,GameServerPVPType",
        "FieldName": "GameServerPVPType",
        "InputType": "checkbox",
        "ParamFieldName": "GameServerPVPType",
        "IncludeInCommandLine": true,
        "DefaultValue": "1",
        "EnumValues": {
            "False": "0",
            "True": "1"
        }
    },
    {
        "DisplayName": "Enable Steam P2P",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "If set, Steam P2P will be enabled",
        "Keywords": "steam,net,p2p,ForceSteamNet",
        "FieldName": "ForceSteamNet",
        "InputType": "checkbox",
        "ParamFieldName": "ForceSteamNet",
        "DefaultValue": "",
        "EnumValues": {
            "False": "",
            "True": "-ForceSteamNet "
        }
    },
    {
        "DisplayName": "Out IP Address",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Sets the 'OutAddress' IP parameter. Usually this should be set to 'Public IP'. However, for purely LAN servers, the 'Application IP Binding' may need to be used - make sure this is set to an actual IP for the instance, and not 0.0.0.0",
        "Keywords": "out,ip,address,public,outaddress",
        "FieldName": "OutAddress",
        "InputType": "enum",
        "ParamFieldName": "OutAddress",
        "DefaultValue": "{{$ExternalIP}}",
        "EnumValues": {
            "{{$ExternalIP}}": "Public IP",
            "{{$ApplicationIPBinding}}": "Application IP Binding"
        }
    },
    {
        "DisplayName": "Additional Command Line Arguments",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Basic:settings:1",
        "Description": "Specifies [additional command line arguments](https://docs.google.com/spreadsheets/d/1xTy0iQzI6utIqVBSQ4IIOjIyrAeDzLyYpGUVKbjwudY/edit#gid=1781338141) that are not otherwise set by AMP. Alternatively use PrivateServerTool.exe on the client to generate relevant command line arguments. Use with care",
        "Keywords": "custom,server,arguments",
        "FieldName": "CustomArgs",
        "InputType": "text",
        "ParamFieldName": "CustomArgs",
        "DefaultValue": "",
        "Placeholder": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Text Chat",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, text chat will be enabled",
        "Keywords": "text,chat,bCanChat",
        "FieldName": "bCanChat",
        "InputType": "checkbox",
        "ParamFieldName": "bCanChat",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Enable Voice Chat",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, voice chat will be enabled",
        "Keywords": "voice,chat,bCanVoiceChat",
        "FieldName": "bCanVoiceChat",
        "InputType": "checkbox",
        "ParamFieldName": "bCanVoiceChat",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Enable Join/Leave Messages",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, join and leave broadcast messages will be enabled",
        "Keywords": "join,leave,message,notice,NoticeAllEnable",
        "FieldName": "NoticeAllEnable",
        "InputType": "checkbox",
        "ParamFieldName": "NoticeAllEnable",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Join Message",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the message broadcast when a player joins the server. Enable Join/Leave Message must be set",
        "Keywords": "join,message,notice,NoticeEnterServer",
        "FieldName": "NoticeEnterServer",
        "InputType": "text",
        "ParamFieldName": "NoticeEnterServer",
        "IncludeInCommandLine": true,
        "DefaultValue": " has joined the server",
        "Placeholder": " has joined the server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Leave Message",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the message broadcast when a player leaves the server. Enable Join/Leave Message must be set",
        "Keywords": "leave,message,notice,NoticeLeaveServer",
        "FieldName": "NoticeLeaveServer",
        "InputType": "text",
        "ParamFieldName": "NoticeLeaveServer",
        "IncludeInCommandLine": true,
        "DefaultValue": " has left the server",
        "Placeholder": " has left the server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Automatic Save Interval",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the interval between automatic saves of the server",
        "Keywords": "save,interval,SaveGameIntervalMinute",
        "FieldName": "SaveGameIntervalMinute",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "SaveGameIntervalMinute",
        "IncludeInCommandLine": true,
        "DefaultValue": "10",
        "Placeholder": "10",
        "Suffix": "minutes",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Durability",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, durability will be enabled",
        "Keywords": "durability,enable,durable,bUseDurable",
        "FieldName": "bUseDurable",
        "InputType": "checkbox",
        "ParamFieldName": "bUseDurable",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Enable Horse Archery View Increase",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, horse archery view increase will be enabled",
        "Keywords": "horse,archery,view,increase,bRiderUseShooterMovingCheck",
        "FieldName": "bRiderUseShooterMovingCheck",
        "InputType": "checkbox",
        "ParamFieldName": "bRiderUseShooterMovingCheck",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "NPC Spawn Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the NPC spawn multiplier",
        "Keywords": "npc,spawn,amount,multiplier,NpcSpawnMultiplier",
        "FieldName": "NpcSpawnMultiplier",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "NpcSpawnMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Starting Copper Coins",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the starting copper coins for new players",
        "Keywords": "starting,copper,coins,new,players,InitCapitalCopper",
        "FieldName": "InitCapitalCopper",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "InitCapitalCopper",
        "IncludeInCommandLine": true,
        "DefaultValue": "0",
        "Placeholder": "0",
        "Suffix": "coins",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Loot Drop On Death",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, loot will be dropped on death",
        "Keywords": "drop,loot,death,bDeadCorpseCreateBag",
        "FieldName": "bDeadCorpseCreateBag",
        "InputType": "checkbox",
        "ParamFieldName": "bDeadCorpseCreateBag",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Enable Wounded State",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, the wounded state will be enabled",
        "Keywords": "wounded,state,bOpenWillDead",
        "FieldName": "bOpenWillDead",
        "InputType": "checkbox",
        "ParamFieldName": "bOpenWillDead",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Allow Players To Rescue Everyone",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, every player can rescue everyone",
        "Keywords": "rescue,enable,disable,player,bAllCanRescue",
        "FieldName": "bAllCanRescue",
        "InputType": "checkbox",
        "ParamFieldName": "bAllCanRescue",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Enable Inventory Item Drop",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, items can be dropped from inventory",
        "Keywords": "drop,item,inventory,bCanDropItem",
        "FieldName": "bCanDropItem",
        "InputType": "checkbox",
        "ParamFieldName": "bCanDropItem",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Show Blood Effect",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, the red blood screen will be shown when wounded",
        "Keywords": "red,blood,screen,wounded,bShowFleshPhysicialMaterialEffect",
        "FieldName": "bShowFleshPhysicialMaterialEffect",
        "InputType": "checkbox",
        "ParamFieldName": "bShowFleshPhysicialMaterialEffect",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Chance of Turret Hitting Enemy",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the chance of a turret hitting an enemy",
        "Keywords": "turret,hit,enemy,chance,AITurretTraceProjectileRatio",
        "FieldName": "AITurretTraceProjectileRatio",
        "InputType": "number",
        "MinValue": "-1",
        "MaxValue": "100",
        "ParamFieldName": "AITurretTraceProjectileRatio",
        "IncludeInCommandLine": true,
        "DefaultValue": "-1.00",
        "Placeholder": "-1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Character Limit",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the limit for NPCs, animals and players",
        "Keywords": "npc,animal,player,character,limit,MaxActiveCharacterCountConfig",
        "FieldName": "MaxActiveCharacterCountConfig",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "MaxActiveCharacterCountConfig",
        "IncludeInCommandLine": true,
        "DefaultValue": "0",
        "Placeholder": "0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Building Limit",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the limit for buildings",
        "Keywords": "building,limit,MaxActiveStructureCountConfig",
        "FieldName": "MaxActiveStructureCountConfig",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "MaxActiveStructureCountConfig",
        "IncludeInCommandLine": true,
        "DefaultValue": "0",
        "Placeholder": "0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Durability Consumption Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the durability consumption multiplier for gear, tools and weapons",
        "Keywords": "durability,consumption,multiplier,gear,tools,weapons,NormalReduceDurableMultiplier",
        "FieldName": "NormalReduceDurableMultiplier",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "NormalReduceDurableMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Offline Player Clearance Period",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the period after which an offline player character is destroyed",
        "Keywords": "sleep,offline,player,character,destroy,SleepPlayerCharacterDestroyDays",
        "FieldName": "SleepPlayerCharacterDestroyDays",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "SleepPlayerCharacterDestroyDays",
        "IncludeInCommandLine": true,
        "DefaultValue": "7",
        "Placeholder": "7",
        "Suffix": "days",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enable Server Level System",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "If set, the server level system will be enabled",
        "Keywords": "server,level,system,bEnableServerLevel",
        "FieldName": "bEnableServerLevel",
        "InputType": "checkbox",
        "ParamFieldName": "bEnableServerLevel",
        "IncludeInCommandLine": true,
        "DefaultValue": "true",
        "EnumValues": {
            "False": "false",
            "True": "true"
        }
    },
    {
        "DisplayName": "Server Level Upgrade Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the server level upgrade multiplier",
        "Keywords": "server,level,upgrade,multiplier,ServerLevelAddMul",
        "FieldName": "ServerLevelAddMul",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "ServerLevelAddMul",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Food Restores Satiety Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the food restores satiety multiplier",
        "Keywords": "food,satiety,recover,restore,multiplier,FoodBuffValueMulti",
        "FieldName": "FoodBuffValueMulti",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "FoodBuffValueMulti",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Medicine Restores HP Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the medicine restores HP multiplier",
        "Keywords": "hp,recover,restore,medicine,multiplier,MedicineBuffValueMulti",
        "FieldName": "MedicineBuffValueMulti",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "MedicineBuffValueMulti",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Food And Medicine Use Cooldown Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the food and medicine use cooldown multiplier",
        "Keywords": "food,medicine,use,cooldown,time,ItemCDMulti",
        "FieldName": "ItemCDMulti",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "ItemCDMulti",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Food, Medicine And Wine Buff Time Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the food, medicine and wine buff time multiplier",
        "Keywords": "food,medicine,wine,buff,time,multiplier,FoodMedicineWineBuffTimeMulti",
        "FieldName": "FoodMedicineWineBuffTimeMulti",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "FoodMedicineWineBuffTimeMulti",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Butterfly Drop Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the butterfly drop multiplier",
        "Keywords": "butterfly,drop,multiplier,ButterflyDropMul",
        "FieldName": "ButterflyDropMul",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "ButterflyDropMul",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Skill Breakthrough Copper Coin Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the unlock skill price multiplier",
        "Keywords": "unlock,skill,price,multiplier,UnLockSkillPriceMul",
        "FieldName": "UnLockSkillPriceMul",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "UnLockSkillPriceMul",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Treasure Map Instance Cooldown Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the treasure map instance cooldown multiplier",
        "Keywords": "treasure,map,instance,fuben,cooldown,multiplier,FubenCoolDownMultiplier",
        "FieldName": "FubenCoolDownMultiplier",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "FubenCoolDownMultiplier",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Guild Hostility Increase Multiplier",
        "Category": "Myth of Empires:stadia_controller",
        "Subcategory": "Advanced:tune:2",
        "Description": "Sets the guild hostility increase multiplier",
        "Keywords": "kill,npc,conflict,guild,hostility,multiplier,KillNpcConflictValueMul",
        "FieldName": "KillNpcConflictValueMul",
        "InputType": "number",
        "MinValue": "0",
        "ParamFieldName": "KillNpcConflictValueMul",
        "IncludeInCommandLine": true,
        "DefaultValue": "1.00",
        "Placeholder": "1.00",
        "EnumValues": {}
    },
    {
        "DisplayName": "Proton GE Release Version (Linux)",
        "Category": "Updates",
        "Subcategory": "Runtime Configuration:build:3",
        "Description": "Sets the Proton GE [release version](https://github.com/GloriousEggroll/proton-ge-custom/releases) to install. Empty = latest. Example: GE-Proton9-1",
        "Keywords": "proton,release,version",
        "FieldName": "SpecificReleaseVersion",
        "InputType": "text",
        "ParamFieldName": "SpecificReleaseVersion",
        "DefaultValue": "",
        "Placeholder": "GE-Proton9-1",
        "EnumValues": {}
    }
]