1[
2  {
3    "id": "mon_deep_go",
4    "type": "MONSTER",
5    "name": { "str": "deep one" },
6    "description": "An alien that appears to have evolved for survival in the depths.  Its tubular grey body bears numerous sets of paired appendages of with clawed portrusions, and a pair of thick muscular fins.  You see glimpses of its shape, shifting in and out of the water.",
7    "default_faction": "mi-go",
8    "bodytype": "migo",
9    "species": [ "NETHER" ],
10    "volume": "92500 ml",
11    "weight": "120 kg",
12    "hp": 210,
13    "speed": 120,
14    "material": [ "flesh" ],
15    "symbol": "&",
16    "color": "light_gray",
17    "aggression": 20,
18    "morale": 30,
19    "melee_skill": 7,
20    "melee_dice": 4,
21    "melee_dice_sides": 6,
22    "melee_cut": 6,
23    "dodge": 4,
24    "armor_bash": 4,
25    "armor_cut": 12,
26    "armor_bullet": 10,
27    "vision_day": 40,
28    "vision_night": 15,
29    "harvest": "zombie_meatslug",
30    "path_settings": { "max_dist": 50, "avoid_traps": true, "avoid_sharp": true },
31    "scents_ignored": [ "sc_fetid" ],
32    "special_attacks": [
33      [ "PARROT", 0 ],
34      { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 19, "armor_multiplier": 0.8 } ] },
35      [ "TENTACLE", 5 ]
36    ],
37    "death_function": [ "NORMAL" ],
38    "flags": [
39      "SEES",
40      "SMELLS",
41      "HEARS",
42      "WARM",
43      "BASHES",
44      "POISON",
45      "NO_BREATHE",
46      "ARTHROPOD_BLOOD",
47      "PATH_AVOID_DANGER_1",
48      "CAN_OPEN_DOORS",
49      "PRIORITIZE_TARGETS",
50      "SWIMS"
51    ]
52  },
53  {
54    "id": "mon_deep_go_slaver",
55    "type": "MONSTER",
56    "name": { "str": "deep one slaver" },
57    "description": "An alien that appears to have evolved for survival in the depths.  Its tubular grey body bears numerous sets of paired appendages of with clawed portrusions, and a pair of thick muscular fins.  You see glimpses of its shape, shifting in and out of the water.  It is carrying a conical object that hums with an odd keening sound.",
58    "default_faction": "mi-go",
59    "bodytype": "migo",
60    "species": [ "NETHER" ],
61    "volume": "92500 ml",
62    "weight": "120 kg",
63    "hp": 210,
64    "speed": 120,
65    "material": [ "flesh" ],
66    "symbol": "&",
67    "color": "light_gray",
68    "aggression": 20,
69    "morale": 30,
70    "melee_skill": 7,
71    "melee_dice": 4,
72    "melee_dice_sides": 6,
73    "melee_cut": 6,
74    "dodge": 4,
75    "armor_bash": 4,
76    "armor_cut": 12,
77    "armor_bullet": 10,
78    "vision_day": 40,
79    "vision_night": 15,
80    "harvest": "zombie_meatslug",
81    "path_settings": { "max_dist": 50, "avoid_traps": true, "avoid_sharp": true },
82    "scents_ignored": [ "sc_fetid" ],
83    "special_attacks": [
84      [ "PARROT", 0 ],
85      { "id": "scratch", "damage_max_instance": [ { "damage_type": "cut", "amount": 16, "armor_multiplier": 0.8 } ] },
86      [ "TENTACLE", 5 ],
87      { "type": "spell", "spell_data": { "id": "mi-go_slaver_beam", "min_level": 1 }, "cooldown": 400 }
88    ],
89    "death_function": [ "NORMAL" ],
90    "flags": [
91      "SEES",
92      "SMELLS",
93      "HEARS",
94      "WARM",
95      "BASHES",
96      "POISON",
97      "NO_BREATHE",
98      "ARTHROPOD_BLOOD",
99      "PATH_AVOID_DANGER_1",
100      "CAN_OPEN_DOORS",
101      "PRIORITIZE_TARGETS",
102      "SWIMS"
103    ]
104  }
105]
106