1[
2  {
3    "id": "fd_gum_web",
4    "type": "field_type",
5    "legacy_enum_id": 5,
6    "immune_mtypes": [ "mon_spider_gum" ],
7    "decrease_intensity_on_contact": true,
8    "intensity_levels": [
9      {
10        "name": "flimsy gum webs",
11        "sym": "#",
12        "color": "light_red",
13        "effects": [
14          {
15            "effect_id": "gummed",
16            "intensity": 2,
17            "min_duration": "2 seconds",
18            "immune_in_vehicle": true,
19            "is_environmental": false,
20            "message": "Some gum sticks to you.",
21            "message_npc": "Some gum sticks to <npcname>.",
22            "message_type": "bad"
23          }
24        ]
25      },
26      {
27        "name": " gum webs",
28        "effects": [
29          {
30            "effect_id": "gummed",
31            "intensity": 4,
32            "min_duration": "20 seconds",
33            "immune_in_vehicle": true,
34            "is_environmental": false,
35            "message": "The gum sticks to you!",
36            "message_npc": "The gum sticks to <npcname>!",
37            "message_type": "bad"
38          }
39        ]
40      },
41      {
42        "name": "thick gum webs",
43        "transparent": false,
44        "effects": [
45          {
46            "effect_id": "gummed",
47            "intensity": 6,
48            "min_duration": "40 seconds",
49            "immune_in_vehicle": true,
50            "is_environmental": false,
51            "message": "The gum sticks to you!",
52            "message_npc": "The gum sticks to <npcname>!",
53            "message_type": "bad"
54          }
55        ]
56      }
57    ],
58    "description_affix": "covered_in",
59    "priority": 2,
60    "phase": "solid",
61    "bash": {
62      "str_min": 1,
63      "str_max": 3,
64      "sound_vol": 2,
65      "sound_fail_vol": 2,
66      "sound": "shwip",
67      "sound_fail": "shwomp",
68      "msg_success": "You brush the gum web aside."
69    },
70    "display_items": false,
71    "display_field": true
72  },
73  {
74    "id": "emit_gum_web",
75    "type": "emit",
76    "field": "fd_gum_web",
77    "intensity": 3,
78    "qty": 18
79  }
80]
81