JSON:
{
  "Enable lightnings at night": true,
  "Enable fog at night": true,
  "Enable junk pile decorations": true,
  "Enable grave yards": true,
  "Grave yard population at night": 20,
  "Allow grave yards on roads": true,
  "Grave yard despawn time (seconds)": 40.0,
  "Minimum distance between grave yards": 50.0,
  "Grave yard configurations to spawn": [
    "_default"
  ],
  "Grave yard loot table": [
    // Removed because too long
  ],
  "Enable sound effects at night": true,
  "Minimum time between sound effects (per player, in minutes)": 5.0,
  "List of sound effects": [
    "assets/bundled/prefabs/fx/player/beartrap_scream.prefab",
    "assets/bundled/prefabs/fx/player/howl.prefab"
  ],
  "Custom NPC Clothing": {
    "scientistnpc_junkpile_pistol": [
      {
        "Item shortname": "halloween.mummysuit",
        "Skin id": 0
      }
    ]
  },
  "Enable jumpscares when looting a crate": true,
  "Jumpscare chance (%)": 5.0,
  "Minimum time between jumpscares (per player, in minutes)": 30.0,
  "Jumpscare sounds": [
    "_laugh",
    "_scream"
  ]
}