{
  "$schema": "https://raw.githubusercontent.com/ow-mods/owml/master/schemas/config_schema.json",
  "enabled": true,
  "settings": {
    "AP Console: Mute": false,
    "AP Console: About Me Filter": false,
    "AP Console: Drop All AP Server Messages": {
      "type": "toggle",
      "value": false,
      "tooltip": "If your Outer Wilds installation becomes unstable when playing in a large multiworld, this may help."
    },

    "Separator - Client-Side Features": {
      "type": "separator"
    },

    "Randomize Ghost Matter": {
      "type": "toggle",
      "value": false,
      "tooltip": "In places where the vanilla game and randomizer logic expect you to find a safe path using the camera, this randomizes which path is safe each loop."
    },

    "Randomize Stranger Codes": {
      "type": "toggle",
      "value": false,
      "tooltip": "Randomizes the codes for code totems on the Stranger and in the Dreamworld. Changes to this setting will only apply at the start of the next loop."
    },

    "Death Link Override": {
      "type": "selector",
      "value": "No Override",
      "options": [
        "No Override",
        "Off",
        "Default",
        "All Deaths"
      ],
      "tooltip": "'No Override' means use the death_link option from the .yaml used to generate the multiworld. Any other value will override and ignore the .yaml option."
    },

    "Separator - Quality of Life": {
      "type": "separator"
    },

    "LocationAppearanceMatchesContents": {
      "title": "Colorize Locations By AP Item Type",
      "type": "toggle",
      "value": false, // remember to revisit the default value later (probably for v0.2.2)
      "tooltip": "Adjusts Nomai arc text color to match what quality of check it holds. Recommended to use with Auto Expand Nomai Text. Changes to this setting will only apply at the start of the next loop."
      // remember to adjust tooltip as more features are covered by this
    },

    "Auto Expand Nomai Text": {
      "type": "toggle",
      "value": false,
      "tooltip": "With this on, all Nomai text in the game will start in an expanded state, allowing you to read it without having to wait for it to expand. Changes to this setting will only apply at the start of the next loop."
    },

    "Instant Translator": {
      "type": "toggle",
      "value": false,
      "tooltip": "With this on, your translator will translate Nomai Text instantly."
    },

    "Separator - Suit Upgrades": {
      "type": "separator"
    },

    "Fuel Capacity: Initial % of Vanilla": "50",
    "Fuel Capacity: % Increase Per Upgrade": "50",

    "Oxygen Capacity: Initial % of Vanilla": "50",
    "Oxygen Capacity: % Increase Per Upgrade": "50",
    "Boost Duration: Initial % of Vanilla": "50",
    "Boost Duration: % Increase Per Upgrade": "50",

    "Separator - Crash Testing": {
      "type": "separator"
    },

    "[DEBUG] Disable In-Game Console": false,
    "[DEBUG] Don't Send Locations In-Game": false,
    "[DEBUG] Don't Receive Items In-Game": false,
    "[DEBUG] Don't Apply Received Items In-Game": false,
    "[DEBUG] Don't Write To Save File In-Game": false
  }
}
