1[
2  {
3    "id": "mon_yulecat",
4    "type": "MONSTER",
5    "name": "Yule Cat",
6    "description": "Magical beast from Icelandic folklore, known for their catlike appearance and their hobby of eating Workshop Elves.",
7    "bodytype": "lion",
8    "default_faction": "magical_beast",
9    "species": [ "MAGICAL_BEAST" ],
10    "volume": "200 L",
11    "weight": "780 kg",
12    "hp": 245,
13    "speed": 167,
14    "material": [ "flesh" ],
15    "symbol": "Y",
16    "color": "white",
17    "aggression": 50,
18    "morale": 100,
19    "melee_skill": 6,
20    "melee_dice": 7,
21    "melee_dice_sides": 8,
22    "melee_cut": 5,
23    "dodge": 5,
24    "armor_bash": 4,
25    "armor_cut": 1,
26    "armor_bullet": 4,
27    "vision_night": 12,
28    "path_settings": { "max_dist": 21, "avoid_traps": true, "avoid_sharp": true },
29    "harvest": "mammal_fur",
30    "death_function": [ "NORMAL" ],
31    "reproduction": { "baby_monster": "mon_yulecat_cub", "baby_count": 6, "baby_timer": 234 },
32    "baby_flags": [ "WINTER" ],
33    "special_attacks": [ { "type": "bite", "cooldown": 10 }, [ "GRAB", 8 ], [ "scratch", 6 ] ],
34    "anger_triggers": [ "PLAYER_NEAR_BABY" ],
35    "flags": [ "SEES", "HEARS", "SMELLS", "KEENNOSE", "PATH_AVOID_DANGER_1", "WARM", "GRABS" ]
36  },
37  {
38    "id": "mon_yulecat_cub",
39    "type": "MONSTER",
40    "copy-from": "mon_yulecat",
41    "name": { "str": "Yulecat Cub" },
42    "description": "The child of a yulecat, this catlike creature looks as if it poses no threat to you, but looks can be deceiving.",
43    "volume": "120 ml",
44    "weight": "345 g",
45    "hp": 56,
46    "speed": 120,
47    "symbol": "y",
48    "morale": 23,
49    "melee_skill": 4,
50    "melee_dice_sides": 6,
51    "melee_cut": 7,
52    "dodge": 6,
53    "harvest": "mammal_fur",
54    "special_attacks": [ [ "EAT_FOOD", 71 ] ],
55    "extend": { "flags": [ "NO_BREED" ], "fear_triggers": [ "PLAYER_CLOSE", "HURT" ] },
56    "delete": { "anger_triggers": "PLAYER_NEAR_BABY" },
57    "upgrades": { "age_grow": 234, "into": "mon_yulecat" }
58  },
59  {
60    "id": "mon_workshop_elf",
61    "type": "MONSTER",
62    "name": { "str": "Workshop Elf", "str_pl": "Workshop Elves" },
63    "description": "Magical humanoids who are known for working in workshops, wearing green, and being proficient at making toys.",
64    "default_faction": "elves",
65    "bodytype": "human",
66    "volume": "123 ml",
67    "weight": "121 kg",
68    "hp": 45,
69    "speed": 100,
70    "material": [ "flesh" ],
71    "symbol": "E",
72    "color": "green",
73    "aggression": 12,
74    "morale": 100,
75    "melee_skill": 4,
76    "melee_dice": 5,
77    "melee_dice_sides": 6,
78    "dodge": 3,
79    "armor_bash": 6,
80    "armor_cut": 2,
81    "armor_bullet": 3,
82    "harvest": "demihuman",
83    "path_settings": { "avoid_traps": true, "avoid_sharp": true },
84    "death_function": [ "NORMAL" ],
85    "flags": [ "SEES", "HEARS", "SMELLS", "PATH_AVOID_DANGER_1", "WARM" ]
86  },
87  {
88    "id": "mon_leprechaun",
89    "type": "MONSTER",
90    "name": "Leprechaun",
91    "description": "Mischievous shoemakers who wear green and love pulling pranks on mortals.",
92    "default_faction": "leprechaun",
93    "bodytype": "human",
94    "volume": "145 ml",
95    "weight": "168 kg",
96    "hp": 125,
97    "speed": 124,
98    "material": [ "flesh" ],
99    "symbol": "L",
100    "color": "green",
101    "aggression": 45,
102    "morale": 100,
103    "melee_skill": 6,
104    "melee_dice": 7,
105    "melee_dice_sides": 7,
106    "dodge": 6,
107    "harvest": "demihuman",
108    "path_settings": { "avoid_traps": true, "avoid_sharp": true },
109    "death_function": [ "NORMAL" ],
110    "flags": [ "SEES", "HEARS", "SMELLS", "PATH_AVOID_DANGER_1", "WARM" ]
111  }
112]
113