1[
2  {
3    "id": "fd_fright",
4    "type": "field_type",
5    "intensity_levels": [
6      {
7        "name": "dreadful presense",
8        "sym": "8",
9        "dangerous": true,
10        "effects": [
11          {
12            "effect_id": "eff_frightful_presence",
13            "body_part": "torso",
14            "intensity": 1,
15            "min_duration": "2 seconds",
16            "max_duration": "2 seconds",
17            "is_environmental": false
18          }
19        ]
20      },
21      {
22        "name": "frightful presense",
23        "color": "light_gray",
24        "effects": [
25          {
26            "effect_id": "eff_frightful_presence",
27            "body_part": "torso",
28            "intensity": 2,
29            "min_duration": "2 seconds",
30            "max_duration": "2 seconds",
31            "is_environmental": false
32          }
33        ]
34      },
35      {
36        "name": "terrifying presense",
37        "color": "dark_gray",
38        "effects": [
39          {
40            "effect_id": "eff_frightful_presence",
41            "body_part": "torso",
42            "intensity": 3,
43            "min_duration": "2 seconds",
44            "max_duration": "2 seconds",
45            "is_environmental": false
46          }
47        ]
48      }
49    ],
50    "decay_amount_factor": 5,
51    "gas_absorption_factor": 12,
52    "dirty_transparency_cache": true,
53    "percent_spread": 40,
54    "outdoor_age_speedup": "0 turns",
55    "immunity_data": { "body_part_env_resistance": [ [ "eyes", 12 ] ] },
56    "priority": 8,
57    "half_life": "2 minutes",
58    "phase": "gas",
59    "accelerated_decay": true,
60    "display_field": false
61  },
62  {
63    "id": "emit_dragon_adult_fright",
64    "type": "emit",
65    "field": "fd_fright",
66    "intensity": 2,
67    "qty": 60
68  },
69  {
70    "id": "mon_dragon_black_wyrmling",
71    "type": "MONSTER",
72    "name": "black dragon wyrmling",
73    "description": "This is a small black dragon, less than five years old.  Its scales are glossy, and its horns barely peek out of its head.  Even from one so young, you see the glint of sadism in its eyes.",
74    "default_faction": "dragon_black",
75    "bodytype": "angel",
76    "species": [ "DRAGON" ],
77    "volume": "80 L",
78    "weight": "65 kg",
79    "hp": 180,
80    "speed": 150,
81    "material": [ "flesh" ],
82    "symbol": "D",
83    "color": "black_white",
84    "aggression": 100,
85    "morale": 100,
86    "melee_skill": 2,
87    "melee_dice": 2,
88    "melee_dice_sides": 4,
89    "melee_cut": 9,
90    "dodge": 5,
91    "armor_bash": 2,
92    "armor_cut": 12,
93    "armor_bullet": 10,
94    "armor_acid": 600,
95    "vision_day": 30,
96    "vision_night": 20,
97    "path_settings": { "//min_dist": 8, "avoid_traps": true, "avoid_sharp": true },
98    "harvest": "dragon_black",
99    "death_function": [ "NORMAL" ],
100    "special_attacks": [
101      { "type": "bite", "cooldown": 10 },
102      [ "scratch", 7 ],
103      { "type": "spell", "spell_data": { "id": "dragon_breath_black", "min_level": 4 }, "cooldown": 20 }
104    ],
105    "flags": [ "SEES", "HEARS", "SMELLS", "KEENNOSE", "PATH_AVOID_DANGER_1", "WARM", "SWIMS", "ACIDPROOF", "PUSH_MON", "FLIES" ]
106  },
107  {
108    "id": "mon_dragon_black_young",
109    "type": "MONSTER",
110    "name": "young black dragon",
111    "description": "This black dragon appears to still be in the early stages of life.  Its eyes have just started to sink in its sockets, and its curved, segmented horns have just begun to darken at the tips.  You can tell just by looking at it, this creature is evil to its very core.  Even though this dragon is not fully grown, it is the size of a full-grown bull.",
112    "copy-from": "mon_dragon_black_wyrmling",
113    "//": "should be roughly 4000 L, as that's the size of a large cow.",
114    "volume": "1000 L",
115    "weight": "1000 kg",
116    "hp": 1200,
117    "melee_skill": 5,
118    "melee_dice": 3,
119    "melee_dice_sides": 10,
120    "melee_cut": 16,
121    "armor_bash": 8,
122    "armor_cut": 20,
123    "armor_bullet": 16,
124    "special_attacks": [
125      { "type": "bite", "cooldown": 10 },
126      [ "scratch", 3 ],
127      { "type": "spell", "spell_data": { "id": "dragon_breath_black", "min_level": 12 }, "cooldown": 20 }
128    ]
129  },
130  {
131    "id": "mon_dragon_black_adult",
132    "type": "MONSTER",
133    "name": "adult black dragon",
134    "description": "A black-scaled monstrosity with deep-set eye sockets glowing green with evil.  Its face and skull appear skeletal, and acid drips from its dagger-like jaws.",
135    "copy-from": "mon_dragon_black_young",
136    "//": "If it were possible, the adult would be about double the size of a young version or so.",
137    "weight": "2200 kg",
138    "hp": 3500,
139    "melee_dice": 4,
140    "melee_dice_sides": 12,
141    "melee_cut": 28,
142    "armor_bash": 14,
143    "armor_cut": 30,
144    "armor_bullet": 24,
145    "dodge": 3,
146    "//2": "Large means powerful, but it does not mean fast.",
147    "speed": 100,
148    "delete": { "flags": [ "PATH_AVOID_DANGER_1" ] },
149    "emit_fields": [ { "emit_id": "emit_dragon_adult_fright", "delay": "1 s" } ],
150    "special_attacks": [
151      { "type": "bite", "cooldown": 10 },
152      [ "scratch", 3 ],
153      { "type": "spell", "spell_data": { "id": "dragon_breath_black", "min_level": 22 }, "cooldown": 30 }
154    ]
155  }
156]
157