1[
2  {
3    "id": "fd_migo_atmosphere",
4    "type": "field_type",
5    "intensity_levels": [
6      {
7        "name": "foul-smelling air",
8        "sym": "8",
9        "dangerous": true,
10        "effects": [
11          {
12            "effect_id": "migo_atmosphere",
13            "body_part": "mouth",
14            "intensity": 1,
15            "min_duration": "5 seconds",
16            "max_duration": "10 seconds",
17            "immune_inside_vehicle": true
18          }
19        ]
20      },
21      {
22        "name": "foul-smelling air",
23        "translucency": 1,
24        "effects": [
25          {
26            "effect_id": "migo_atmosphere",
27            "body_part": "mouth",
28            "intensity": 2,
29            "min_duration": "10 seconds",
30            "max_duration": "25 seconds"
31          }
32        ]
33      },
34      {
35        "name": "foul-smelling air",
36        "effects": [
37          {
38            "effect_id": "migo_atmosphere",
39            "body_part": "mouth",
40            "intensity": 4,
41            "min_duration": "15 seconds",
42            "max_duration": "25 seconds"
43          }
44        ]
45      }
46    ],
47    "decay_amount_factor": 5,
48    "gas_absorption_factor": 15,
49    "percent_spread": 30,
50    "outdoor_age_speedup": "3 minutes",
51    "dirty_transparency_cache": true,
52    "has_fume": true,
53    "immunity_data": { "body_part_env_resistance": [ [ "mouth", 15 ] ], "traits": [ "MIGO_BREATHE" ] },
54    "priority": 8,
55    "half_life": "10 minutes",
56    "phase": "gas"
57  },
58  {
59    "type": "effect_type",
60    "id": "foamcrete_slow",
61    "name": [
62      "Slowed",
63      "Slowed",
64      "Slowed",
65      "Sluggish",
66      "Sluggish",
67      "Sluggish",
68      "Sluggish",
69      "Sluggish",
70      "Sluggish",
71      "Encased in foamcrete"
72    ],
73    "desc": [ "A partial covering of foamcrete is slowing you down." ],
74    "miss_messages": [ [ "You feel stiff.", 3 ] ],
75    "rating": "bad",
76    "max_intensity": 10,
77    "int_add_val": 1,
78    "int_decay_tick": 600,
79    "base_mods": { "dex_mod": [ -0.34, -0.17 ], "speed_mod": [ -15 ] },
80    "scaling_mods": { "dex_mod": [ -0.34, -0.17 ], "speed_mod": [ -15 ] },
81    "show_in_info": true
82  },
83  {
84    "type": "effect_type",
85    "id": "afs_generic_speed_bonus",
86    "name": [ "Movement Optimization (1)", "Movement Optimization (2)", "Movement Optimization (3)", "Movement Optimization (4)" ],
87    "desc": [ "You move with machine-guided precision." ],
88    "rating": "good",
89    "max_intensity": 4,
90    "int_add_val": 1,
91    "int_decay_tick": 500,
92    "base_mods": { "dex_mod": [ 0.5 ], "speed_mod": [ 10 ] },
93    "scaling_mods": { "dex_mod": [ 0.5 ], "speed_mod": [ 10 ] },
94    "show_in_info": true
95  }
96]
97