-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmonsters.json
298 lines (298 loc) · 10.6 KB
/
monsters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
[
{
"id": "mon_nut_golem",
"type": "MONSTER",
"name": { "str": "pine nut golem" },
"description": "A quick, sturdy, and aggressive golem made of mass amounts of pine nuts held together by an unknown force. It's just a bunch of pine nuts, so it can't be that dangerous. Right?",
"default_faction": "pine_nut_abomination",
"species": [ "PINEABON" ],
"bodytype": "human",
"volume": "100 L",
"weight": "70 kg",
"hp": 220,
"speed": 110,
"material": [ "nut" ],
"symbol": "G",
"color": "brown",
"aggression": 30,
"morale": 100,
"armor_bash": 10,
"armor_cut": 6,
"armor_bullet": 4,
"melee_skill": 5,
"melee_dice": 3,
"melee_dice_sides": 5,
"melee_cut": 3,
"vision_day": 30,
"vision_night": 30,
"regenerates": 1,
"harvest": "nut_golem",
"biosignature": { "biosig_item": "pine_nuts", "biosig_timer": 6 },
"flags": [ "SEES", "HEARS", "NO_BREATHE", "LOUDMOVES", "BASHES", "FLAMMABLE", "REVIVES", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "COLDPROOF", "NO_FUNG_DMG", "STUN_IMMUNE", "GUILT" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NORMAL", "message": "The %s crumbles!" }
},
{
"id": "mon_nut_titan",
"type": "MONSTER",
"name": { "str": "pine nut titan" },
"description": "A hulking mass of pine nuts that towers over the treetops. It seems passive for now, but it would be wise not to anger it.",
"default_faction": "pine_nut_abomination",
"species": [ "TITAN" ],
"bodytype": "human",
"diff": 30,
"volume": "800 L",
"weight": "1150 kg",
"hp": 3500,
"speed": 22,
"material": [ "nut" ],
"symbol": "T",
"color": "brown",
"aggression": 0,
"morale": 100,
"armor_bash": 20,
"armor_cut": 18,
"armor_bullet": 12,
"melee_skill": 9,
"melee_dice": 8,
"melee_dice_sides": 14,
"melee_cut": 20,
"vision_day": 40,
"vision_night": 15,
"regenerates": 3,
"harvest": "nut_titan",
"biosignature": { "biosig_item": "pine_nuts", "biosig_timer": 6 },
"flags": [ "SEES", "HEARS", "NO_BREATHE", "LOUDMOVES", "BASHES", "FLAMMABLE", "REVIVES", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "COLDPROOF", "DESTROYS", "NO_FUNG_DMG", "STUN_IMMUNE", "GUILT" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NORMAL", "message": "The %s crumbles dramatically!" }
},
{
"id": "mon_nut_construct",
"type": "MONSTER",
"name": { "str": "pine nut construct" },
"description": "A mass of pine nuts, vaguely humanoid in appearance. Doesn't seem very strong, but is quite quick.",
"default_faction": "pine_nut_abomination",
"species": [ "PINEABON" ],
"bodytype": "human",
"volume": "55 L",
"weight": "33 kg",
"hp": 55,
"speed": 140,
"material": [ "nut" ],
"symbol": "C",
"color": "brown",
"aggression": 50,
"morale": 100,
"armor_bash": 2,
"armor_cut": 1,
"armor_bullet": 1,
"melee_skill": 2,
"melee_dice": 3,
"melee_dice_sides": 3,
"melee_cut": 1,
"vision_day": 30,
"vision_night": 30,
"regenerates": 1,
"path_settings": { "avoid_traps": true },
"harvest": "nut_construct",
"biosignature": { "biosig_item": "pine_nuts", "biosig_timer": 6 },
"flags": [ "SEES", "HEARS", "NO_BREATHE", "BASHES", "CAN_OPEN_DOORS", "FLAMMABLE", "REVIVES", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "COLDPROOF", "NO_FUNG_DMG", "STUN_IMMUNE", "GUILT" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NORMAL", "message": "The %s crumbles!" }
},
{
"id": "mon_nut_construct_dummy",
"type": "MONSTER",
"name": { "str": "pine nut construct" },
"description": "A mass of pine nuts, vaguely in the shape of a human. Doesn't seem very strong, but is quite quick.",
"default_faction": "pine_nut_abomination",
"species": [ "PINEABON" ],
"bodytype": "human",
"volume": "55 L",
"weight": "33 kg",
"hp": 48,
"speed": 120,
"material": [ "nut" ],
"symbol": "C",
"color": "brown",
"aggression": 60,
"morale": 100,
"armor_bash": 2,
"armor_cut": 1,
"armor_bullet": 1,
"melee_skill": 2,
"melee_dice": 3,
"melee_dice_sides": 3,
"melee_cut": 1,
"vision_day": 30,
"vision_night": 30,
"regenerates": 1,
"path_settings": { "avoid_traps": true, "avoid_sharp": true },
"harvest": "exempt",
"flags": [ "SEES", "HEARS", "NO_BREATHE", "CAN_OPEN_DOORS", "FLAMMABLE", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "COLDPROOF", "NO_FUNG_DMG", "STUN_IMMUNE", "GUILT" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NORMAL", "message": "The %s melts away." }
},
{
"id": "mon_nut_shambler",
"type": "MONSTER",
"name": { "str": "pine nut shambler" },
"description": "A seemingly living pile of pine nuts, roughly the size of a large dog. It, as the name implies, shambles towards you. Quite quickly, you might add.",
"default_faction": "pine_nut_abomination",
"species": [ "PINEABON" ],
"bodytype": "blob",
"volume": "29 L",
"weight": "15 kg",
"hp": 35,
"speed": 160,
"material": [ "nut" ],
"symbol": "s",
"color": "brown",
"aggression": 30,
"morale": 100,
"armor_bash": 2,
"armor_cut": 1,
"armor_bullet": 1,
"melee_skill": 2,
"melee_dice": 1,
"melee_dice_sides": 4,
"melee_cut": 1,
"vision_day": 15,
"vision_night": 5,
"regenerates": 1,
"harvest": "nut_shambler",
"biosignature": { "biosig_item": "pine_nuts", "biosig_timer": 6 },
"flags": [ "SEES", "HEARS", "NO_BREATHE", "FLAMMABLE", "REVIVES", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "COLDPROOF", "CLIMBS", "NO_FUNG_DMG", "STUN_IMMUNE", "GROUP_BASH", "GUILT", "HIT_AND_RUN", "SWARMS" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NORMAL", "message": "The %s crumbles!" }
},
{
"id": "mon_nut_stalker",
"type": "MONSTER",
"name": { "str": "pine nut stalker" },
"description": "A slinking mass of pine nuts, taking the form of some alien creature. It watches you closely, waiting for it's time to strike. It seems to meld with the shadows around it.",
"default_faction": "pine_nut_abomination",
"species": [ "STALKER", "PINEABON" ],
"bodytype": "migo",
"volume": "112 L",
"weight": "89 kg",
"hp": 61,
"speed": 140,
"material": [ "nut" ],
"symbol": "S",
"color": "brown",
"aggression": 60,
"morale": 100,
"armor_bash": 3,
"armor_cut": 2,
"armor_bullet": 3,
"melee_skill": 4,
"melee_dice": 2,
"melee_dice_sides": 8,
"melee_cut": 2,
"vision_day": 30,
"vision_night": 15,
"regenerates": 2,
"path_settings": { "avoid_traps": true },
"harvest": "nut_stalker",
"biosignature": { "biosig_item": "pine_nuts", "biosig_timer": 6 },
"flags": [ "SEES", "HEARS", "NO_BREATHE", "FLAMMABLE", "REVIVES", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "COLDPROOF", "CLIMBS", "NO_FUNG_DMG", "SMELLS", "GOODHEARING", "GUILT", "KEENNOSE", "CAMOUFLAGE", "CAN_OPEN_DOORS", "NIGHT_INVISIBILITY", "SWIMS", "WATER_CAMOUFLAGE" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NORMAL", "message": "The %s crumbles!" }
},
{
"id": "mon_nut_mass",
"type": "MONSTER",
"name": { "str": "pine nut mass" },
"description": "A hovering mass of pine nuts, seemingly orbiting a central object. Though it's hard to tell, it seems to be a pinecone. It's unclear what purpose this could ever serve.",
"default_faction": "pine_nut_abomination",
"species": [ "PINEABON" ],
"bodytype": "blob",
"volume": "12 L",
"weight": "5 kg",
"hp": 20,
"speed": 75,
"material": [ "nut" ],
"symbol": "o",
"color": "brown",
"aggression": 10,
"morale": 100,
"armor_bash": 1,
"armor_cut": 1,
"melee_skill": 3,
"melee_dice": 1,
"melee_dice_sides": 3,
"vision_day": 6,
"vision_night": 3,
"regenerates": 1,
"harvest": "nut_mass",
"biosignature": { "biosig_item": "pine_nuts", "biosig_timer": 6 },
"flags": [ "SEES", "HEARS", "NO_BREATHE", "FLAMMABLE", "REVIVES", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "COLDPROOF", "CLIMBS", "NO_FUNG_DMG", "GUILT", "FLIES", "ATTACK_UPPER" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NORMAL", "message": "The %s crumbles!" }
},
{
"id": "mon_nut_mass_fire",
"type": "MONSTER",
"name": { "str": "flaming pine nut mass" },
"description": "A hovering mass of pine nuts, seemingly orbiting a central object. Though it's hard to tell, it seems to be a pinecone. The entire entity is on fire, and it would probably be best if you run away.",
"default_faction": "pine_nut_abomination",
"species": [ "PINEABON_FIRE" ],
"bodytype": "blob",
"volume": "12 L",
"weight": "5 kg",
"hp": 18,
"speed": 85,
"material": [ "nut" ],
"symbol": "o",
"color": "light_red",
"aggression": 100,
"morale": 100,
"armor_bash": 1,
"armor_cut": 1,
"melee_skill": 3,
"melee_dice": 1,
"melee_dice_sides": 3,
"melee_damage": [ { "damage_type": "heat", "amount": 4 } ],
"vision_day": 6,
"vision_night": 3,
"luminance": 15,
"regenerates": 1,
"harvest": "exempt",
"biosignature": { "biosig_item": "pine_nuts", "biosig_timer": 6 },
"flags": [ "SEES", "HEARS", "NO_BREATHE", "FLAMMABLE", "REVIVES", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "CLIMBS", "NO_FUNG_DMG", "GUILT", "FLIES", "ATTACK_UPPER", "FIREY", "SWARMS" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NO_CORPSE", "message": "The %s erupts in a firey explosion!", "effect": { "id": "death_flame_explosion", "hit_self": true } }
},
{
"id": "mon_nut_swimmer",
"type": "MONSTER",
"name": { "str": "pine nut swimmer" },
"description": "This amorphous cloud of pine nuts moves swiftly and stealthily below the surface of the water. It's practically impossible to see at a distance.",
"default_faction": "pine_nut_abomination",
"species": [ "PINEABON_FIRE" ],
"bodytype": "blob",
"volume": "21 L",
"weight": "6 kg",
"hp": 22,
"speed": 105,
"material": [ "nut" ],
"symbol": "s",
"color": "brown",
"aggression": 20,
"morale": 100,
"armor_bash": 2,
"armor_cut": 7,
"melee_skill": 4,
"melee_dice": 1,
"melee_dice_sides": 9,
"vision_day": 20,
"vision_night": 8,
"regenerates": 1,
"harvest": "nut_swimmer",
"biosignature": { "biosig_item": "pine_nuts", "biosig_timer": 6 },
"flags": [ "SEES", "HEARS", "NO_BREATHE", "FLAMMABLE", "REVIVES", "WEBWALK", "SLUDGEPROOF", "NOHEAD", "NO_FUNG_DMG", "GUILT", "SWARMS", "AQUATIC", "SWIMS", "WATER_CAMOUFLAGE" ],
"bleed_rate": 0,
"death_function": { "corpse_type": "NORMAL", "message": "The %s dissipates!" }
}
]