1[
2  {
3    "id": "afs_mon_rabbit",
4    "type": "MONSTER",
5    "name": { "str": "labbit" },
6    "description": "A rabbit from earth, genetically modified to eat the lichen of Salus IV.  Its fur is rust colored and its ears are shortened to preserve warmth.",
7    "default_faction": "small_animal",
8    "bodytype": "pig",
9    "categories": [ "WILDLIFE" ],
10    "species": [ "MAMMAL" ],
11    "volume": "1600 ml",
12    "weight": "1600 g",
13    "hp": 8,
14    "speed": 160,
15    "material": [ "flesh" ],
16    "symbol": "r",
17    "color": "brown",
18    "aggression": -99,
19    "morale": -7,
20    "melee_cut": 0,
21    "dodge": 6,
22    "reproduction": { "baby_monster": "afs_mon_rabbit", "baby_count": 3, "baby_timer": 55 },
23    "harvest": "alien_small_fur",
24    "fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
25    "death_function": [ "NORMAL" ],
26    "flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "CATTLEFODDER", "PET_WONT_FOLLOW", "WARM" ]
27  },
28  {
29    "id": "afs_runner",
30    "type": "MONSTER",
31    "name": { "str": "runner" },
32    "description": "A large fluffy three-legged herbivore, extremely fast and cowardly.  It usually grazes alone, and relies on its keen senses to stay safe.",
33    "default_faction": "herbivore",
34    "bodytype": "horse",
35    "categories": [ "WILDLIFE" ],
36    "species": [ "MAMMAL" ],
37    "volume": "386000 ml",
38    "weight": "386 kg",
39    "hp": 120,
40    "speed": 200,
41    "material": [ "flesh" ],
42    "symbol": "H",
43    "color": "brown",
44    "aggression": -99,
45    "morale": -7,
46    "melee_cut": 0,
47    "dodge": 1,
48    "armor_bash": 4,
49    "armor_cut": 1,
50    "armor_bullet": 1,
51    "vision_night": 25,
52    "path_settings": { "max_dist": 10 },
53    "fear_triggers": [ "SOUND", "PLAYER_CLOSE" ],
54    "death_function": [ "NORMAL" ],
55    "harvest": "alien_large_leather",
56    "biosignature": { "biosig_item": "feces_manure", "biosig_timer": 8 },
57    "flags": [ "SEES", "HEARS", "SMELLS", "PET_MOUNTABLE", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM" ]
58  },
59  {
60    "id": "afs_grazer",
61    "type": "MONSTER",
62    "name": { "str": "grazer" },
63    "description": "A large furred herbivore, with its heavy head constantly against the ground.  It uses its clawed hooves to shovel up the snow to reach any dead plant life to eat.",
64    "default_faction": "herbivore",
65    "bodytype": "horse",
66    "categories": [ "WILDLIFE" ],
67    "species": [ "MAMMAL" ],
68    "volume": "386 L",
69    "weight": "386 kg",
70    "hp": 120,
71    "speed": 130,
72    "material": [ "flesh" ],
73    "symbol": "G",
74    "color": "brown",
75    "aggression": 5,
76    "morale": 80,
77    "melee_skill": 6,
78    "melee_dice": 3,
79    "melee_dice_sides": 4,
80    "melee_cut": 0,
81    "dodge": 1,
82    "armor_bash": 4,
83    "armor_cut": 1,
84    "armor_bullet": 1,
85    "vision_night": 7,
86    "path_settings": { "max_dist": 10 },
87    "anger_triggers": [ "HURT", "MATING_SEASON" ],
88    "death_function": [ "NORMAL" ],
89    "baby_flags": [ "AUTUMN" ],
90    "harvest": "alien_large_leather",
91    "biosignature": { "biosig_item": "feces_manure", "biosig_timer": 8 },
92    "flags": [ "SEES", "HEARS", "SMELLS", "PET_MOUNTABLE", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM", "ATTACKMON" ]
93  },
94  {
95    "id": "afs_mon_hevel",
96    "type": "MONSTER",
97    "name": { "str": "hevel" },
98    "description": "A small creature covered in blue down, scurrying across the ground fast as it digs through the snow with claws buried in its down, looking for food.  It works in large packs with its fellow kin.",
99    "default_faction": "hevel",
100    "bodytype": "pig",
101    "categories": [ "WILDLIFE" ],
102    "species": [ "MAMMAL" ],
103    "volume": "750 ml",
104    "weight": "1 kg",
105    "hp": 10,
106    "speed": 100,
107    "material": [ "flesh" ],
108    "symbol": "r",
109    "color": "light_gray",
110    "aggression": 20,
111    "morale": 40,
112    "melee_skill": 5,
113    "melee_dice": 1,
114    "melee_dice_sides": 2,
115    "melee_cut": 1,
116    "dodge": 2,
117    "vision_day": 1,
118    "vision_night": 30,
119    "harvest": "alien_small_fur",
120    "path_settings": { "max_dist": 10 },
121    "anger_triggers": [ "PLAYER_WEAK", "FRIEND_ATTACKED", "FRIEND_DIED" ],
122    "death_function": [ "NORMAL" ],
123    "flags": [ "SEES", "SMELLS", "HEARS", "WARM", "SWIMS", "ANIMAL", "PATH_AVOID_DANGER_1", "STUMBLES" ]
124  },
125  {
126    "id": "afs_venandi",
127    "type": "MONSTER",
128    "name": { "str": "venandi", "str_pl": "venatores" },
129    "description": "A six legged animal, showing relative intelligence in not only its ability to track and hunt down prey, but its strategy of covering itself with the skin of its hunts to warm itself.",
130    "default_faction": "venandi",
131    "bodytype": "dog",
132    "categories": [ "WILDLIFE" ],
133    "species": [ "MAMMAL" ],
134    "volume": "26625 ml",
135    "weight": "26625 g",
136    "hp": 100,
137    "speed": 165,
138    "material": [ "flesh" ],
139    "symbol": "v",
140    "color": "light_gray",
141    "morale": 70,
142    "melee_skill": 7,
143    "melee_dice": 2,
144    "melee_dice_sides": 3,
145    "melee_cut": 4,
146    "dodge": 4,
147    "armor_bash": 1,
148    "vision_night": 5,
149    "harvest": "alien_mammal_fur",
150    "path_settings": { "max_dist": 10 },
151    "anger_triggers": [ "STALK", "FRIEND_ATTACKED", "FRIEND_DIED", "PLAYER_WEAK", "PLAYER_CLOSE" ],
152    "death_function": [ "NORMAL" ],
153    "flags": [ "SEES", "HEARS", "SMELLS", "ANIMAL", "PATH_AVOID_DANGER_1", "WARM", "KEENNOSE" ]
154  }
155]
156