1[
2  {
3    "id": "fd_clairvoyant",
4    "type": "field_type",
5    "intensity_levels": [ { "name": "clairvoyance", "sym": "8", "dangerous": false } ],
6    "decay_amount_factor": 5,
7    "gas_absorption_factor": 12,
8    "dirty_transparency_cache": true,
9    "outdoor_age_speedup": "0 turns",
10    "priority": 8,
11    "half_life": "1 seconds",
12    "phase": "solid",
13    "display_field": false
14  },
15  {
16    "id": "fd_vault_atmosphere",
17    "type": "field_type",
18    "intensity_levels": [
19      {
20        "name": "crisp air",
21        "effects": [
22          {
23            "effect_id": "vault_atmosphere",
24            "body_part": "mouth",
25            "intensity": 1,
26            "min_duration": "100 seconds",
27            "max_duration": "350 seconds",
28            "immune_inside_vehicle": false
29          }
30        ]
31      },
32      { "//": "repeat last entry" },
33      { "//": "repeat last entry" }
34    ],
35    "decay_amount_factor": 5,
36    "gas_absorption_factor": 15,
37    "percent_spread": 30,
38    "outdoor_age_speedup": "3 minutes",
39    "priority": 8,
40    "half_life": "10 minutes",
41    "phase": "gas"
42  },
43  {
44    "id": "fd_darkness",
45    "type": "field_type",
46    "intensity_levels": [ { "name": "darkness", "light_override": 0.0 } ],
47    "half_life": "10 seconds",
48    "percent_spread": 50
49  }
50]
51