[
    {
        "DisplayName": "Server Name",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the name of the server as shown in the server browser. Maximum 30 characters",
        "Keywords": "name,display,name,HostServerDisplayName",
        "FieldName": "HostServerDisplayName",
        "InputType": "text",
        "ParamFieldName": "/Script/BoatGame.BGCustomHostServerSettings.HostServerDisplayName",
        "DefaultValue": "AMP Voyagers of Nera Server",
        "EnumValues": {}
    },
    {
        "DisplayName": "Server Password",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the password for players to join the server. Default is no password",
        "Keywords": "server,password,HostServerPassword",
        "FieldName": "HostServerPassword",
        "InputType": "Password",
        "ParamFieldName": "/Script/BoatGame.BGCustomHostServerSettings.HostServerPassword",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Limit",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the maximum number of players that may connect to the server at one time",
        "Keywords": "maximum,players,limit,MaxPlayers",
        "FieldName": "$MaxUsers",
        "InputType": "number",
        "MinValue": "1",
        "MaxValue": "10",
        "ParamFieldName": "/Script/BoatGame.BGCustomHostServerSettings.MaxPlayers",
        "DefaultValue": "10",
        "Placeholder": "10",
        "Suffix": "players",
        "EnumValues": {}
    },
    {
        "DisplayName": "Autosave Interval",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets often the server will automatically save",
        "Keywords": "autosave,timer,interval,AutosaveTimerSeconds",
        "FieldName": "AutosaveTimerSeconds",
        "InputType": "number",
        "MinValue": "10",
        "MaxValue": "900",
        "ParamFieldName": "/Script/BoatGame.BGCustomHostServerSettings.AutosaveTimerSeconds",
        "DefaultValue": "300",
        "Placeholder": "300",
        "Suffix": "seconds",
        "EnumValues": {}
    },
    {
        "DisplayName": "Public IP Selection Mode",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets whether the server or AMP should automatically select the public IP advertised for the server, or whether it should use the IP set under Server Public IP",
        "Keywords": "public,ip,address,eos,override,host,EOS_OVERRIDE_HOST_IP",
        "FieldName": "EOS_OVERRIDE_HOST_IP",
        "InputType": "enum",
        "ParamFieldName": "EOS_OVERRIDE_HOST_IP",
        "DefaultValue": "",
        "EnumValues": {
            "": "Server automatically selects (default)",
            "{{$ExternalIP}}": "AMP automatically selects",
            "{{ManualPublicIP}}": "Manual selection"
        }
    },
    {
        "DisplayName": "Server Public IP",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Sets the public IP advertised for the server, if \"Manual selection\" is selected as the Public IP Selection Mode. Useful if the host network has multiple public IPs, or the server is behind a public proxy or VPN",
        "Keywords": "manual,public,ip,eos,override,host,EOS_OVERRIDE_HOST_IP",
        "FieldName": "ManualPublicIP",
        "InputType": "text",
        "ParamFieldName": "ManualPublicIP",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Additional Command Line Arguments",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Server:dns:1",
        "Description": "Specifies additional command line arguments (anything that begins with a - ) that are not otherwise set by AMP. Use with care",
        "Keywords": "custom,server,arguments,parameters",
        "FieldName": "CustomArgs",
        "InputType": "text",
        "ParamFieldName": "CustomArgs",
        "DefaultValue": "",
        "EnumValues": {}
    },
    {
        "DisplayName": "Gathering Rate Multiplier",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the resource yield multiplier, which determines the quantity gathered per gathering interaction",
        "Keywords": "gathering,rate,multiplier,resources,GatheringRateMultiplier",
        "FieldName": "GatheringRateMultiplier",
        "InputType": "number",
        "MinValue": "0.01",
        "MaxValue": "10.0",
        "ParamFieldName": "/Script/BoatGame.BGCustomGameSettings.GatheringRateMultiplier",
        "DefaultValue": "1.0",
        "Placeholder": "1.0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Enemy Damage Multiplier",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the enemy attack damage multiplier",
        "Keywords": "enemy,damage,multiplier,EnemyDamageMultiplier",
        "FieldName": "EnemyDamageMultiplier",
        "InputType": "number",
        "MinValue": "0.01",
        "MaxValue": "10.0",
        "ParamFieldName": "/Script/BoatGame.BGCustomGameSettings.EnemyDamageMultiplier",
        "DefaultValue": "1.0",
        "Placeholder": "1.0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Player Damage Multiplier",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "Sets the player attack damage multiplier",
        "Keywords": "player,damage,multiplier,PlayerDamageMultiplier",
        "FieldName": "PlayerDamageMultiplier",
        "InputType": "number",
        "MinValue": "0.01",
        "MaxValue": "10.0",
        "ParamFieldName": "/Script/BoatGame.BGCustomGameSettings.PlayerDamageMultiplier",
        "DefaultValue": "1.0",
        "Placeholder": "1.0",
        "EnumValues": {}
    },
    {
        "DisplayName": "Disable Equipment Durability",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, equipment will never break or lose durability",
        "Keywords": "disable,equipment,durability,DisableEquipmentDurability",
        "FieldName": "DisableEquipmentDurability",
        "InputType": "checkbox",
        "ParamFieldName": "/Script/BoatGame.BGCustomGameSettings.DisableEquipmentDurability",
        "DefaultValue": "False",
        "EnumValues": {
            "True": "True",
            "False": "False"
        }
    },
    {
        "DisplayName": "Disable Items Dropping On Death",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, players will keep inventory items after death",
        "Keywords": "disable,drop,items,death,DisableDropItemsOnDeath",
        "FieldName": "DisableDropItemsOnDeath",
        "InputType": "checkbox",
        "ParamFieldName": "/Script/BoatGame.BGCustomGameSettings.DisableDropItemsOnDeath",
        "DefaultValue": "False",
        "EnumValues": {
            "True": "True",
            "False": "False"
        }
    },
    {
        "DisplayName": "Disable Encumbrance",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, players will not become encumbered",
        "Keywords": "disable,encumbrance,disableencumbrance",
        "FieldName": "DisableEncumbrance",
        "InputType": "checkbox",
        "ParamFieldName": "/Script/BoatGame.BGCustomGameSettings.DisableEncumbrance",
        "DefaultValue": "False",
        "EnumValues": {
            "True": "True",
            "False": "False"
        }
    },
    {
        "DisplayName": "Disable Fog Of War",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, fog of war will be disabled",
        "Keywords": "disable,fog,war,disablefogofwar",
        "FieldName": "DisableFogOfWar",
        "InputType": "checkbox",
        "ParamFieldName": "/Script/BoatGame.BGCustomGameSettings.DisableFogOfWar",
        "DefaultValue": "False",
        "EnumValues": {
            "True": "True",
            "False": "False"
        }
    },
    {
        "DisplayName": "Disable Weather",
        "Category": "Voyagers of Nera:stadia_controller",
        "Subcategory": "Gameplay:joystick:2",
        "Description": "If set, weather will be disabled",
        "Keywords": "disable,weather,disableweather",
        "FieldName": "DisableWeather",
        "InputType": "checkbox",
        "ParamFieldName": "/Script/BoatGame.BGCustomGameSettings.DisableWeather",
        "DefaultValue": "False",
        "EnumValues": {
            "True": "True",
            "False": "False"
        }
    },
    {
        "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": {}
    }
]