1
1
[
2
2
{
3
- "id" : " mon_aphid" ,
3
+ "id" : " mon_aphid" ,
4
4
"type" : " MONSTER" ,
5
5
"name" : { "str" : " giant aphid" , "str_pl" : " giant aphids" },
6
6
"description" : " A green aphid about a size of a rabbit. It is constantly searching for plants to suck from. Probably you could sate it for a moment with cattle fodder." ,
15
15
"symbol" : " a" ,
16
16
"color" : " light_green" ,
17
17
"morale" : 20 ,
18
- "aggression" : -40 ,
19
- "melee_skill" : 1 ,
18
+ "aggression" : -40 ,
19
+ "melee_skill" : 1 ,
20
20
"melee_dice" : 1 ,
21
21
"melee_dice_sides" : 2 ,
22
22
"melee_cut" : 2 ,
23
23
"dodge" : 3 ,
24
24
"armor_bash" : 2 ,
25
- "armor_cut" : 5 ,
26
- "armor_bullet" : 3 ,
25
+ "armor_cut" : 5 ,
26
+ "armor_bullet" : 3 ,
27
27
"vision_day" : 10 ,
28
28
"vision_night" : 5 ,
29
29
"harvest" : " arachnid" ,
30
- "fear_triggers" : [ " FRIEND_ATTACKED" , " FRIEND_DIED" , " HURT" , " FIRE" ],
30
+ "fear_triggers" : [ " FRIEND_ATTACKED" , " FRIEND_DIED" , " HURT" , " FIRE" ],
31
31
"death_function" : [ " NORMAL" ],
32
32
"special_attacks" : [ [ " EAT_FOOD" , 60 ], [ " EAT_CROP" , 80 ] ],
33
- "reproduction" : { "baby_monster" : " mon_aphid" , "baby_count" : 1 , "baby_timer" : 20 },
34
- "baby_flags" : [ " SPRING" , " SUMMER" ],
33
+ "reproduction" : { "baby_monster" : " mon_aphid" , "baby_count" : 1 , "baby_timer" : 20 },
34
+ "baby_flags" : [ " SPRING" , " SUMMER" ],
35
35
"biosignature" : { "biosig_item" : " honeydew" , "biosig_timer" : 600 },
36
36
"flags" : [ " SEES" , " HEARS" , " SMELLS" , " CLIMBS" , " PATH_AVOID_FIRE" , " PATH_AVOID_FALL" , " CATTLEFODDER" , " PET_WONT_FOLLOW" ]
37
- },
37
+ },
38
38
{
39
39
"id" : " mon_mantis_small" ,
40
40
"type" : " MONSTER" ,
44
44
"proportional" : { "hp" : 0.5 , "speed" : 1.1 , "morale" : 0.67 , "melee_dice_sides" : 0.67 },
45
45
"volume" : " 60 L" ,
46
46
"weight" : " 80 kg" ,
47
- "melee_cut" : 8 ,
47
+ "melee_cut" : 8 ,
48
48
"upgrades" : { "half_life" : 14 , "into" : " mon_mantis_giant" }
49
49
},
50
50
{
51
- "id" : " mon_mantis_giant" ,
51
+ "id" : " mon_mantis_giant" ,
52
52
"type" : " MONSTER" ,
53
53
"name" : { "str" : " giant praying mantis" , "str_pl" : " giant praying mantises" },
54
54
"description" : " An enormous green creature grown about a size of a bear. It dances weirdly and ready to chop your head off in any moment." ,
70
70
"melee_cut" : 12 ,
71
71
"dodge" : 3 ,
72
72
"armor_bash" : 10 ,
73
- "armor_cut" : 16 ,
74
- "armor_bullet" : 13 ,
73
+ "armor_cut" : 16 ,
74
+ "armor_bullet" : 13 ,
75
75
"vision_day" : 15 ,
76
76
"vision_night" : 5 ,
77
77
"harvest" : " arachnid" ,
78
- "anger_triggers" : [ " PLAYER_WEAK" , " PLAYER_CLOSE" ],
79
- "fear_triggers" : [ " FIRE" ],
78
+ "anger_triggers" : [ " PLAYER_WEAK" , " PLAYER_CLOSE" ],
79
+ "fear_triggers" : [ " FIRE" ],
80
80
"death_function" : [ " NORMAL" ],
81
- "special_attacks" : [ [ " RANGED_PULL" , 30 ], [ " GRAB_DRAG" , 10 ], { "type" : " leap" , "cooldown" : 8 , "max_range" : 5 , "allow_no_target" : false }],
82
- "flags" : [" POISON" , " SEES" , " HEARS" , " SMELLS" , " CLIMBS" , " PATH_AVOID_FIRE" ," PATH_AVOID_FALL" , " STUMBLES" ]
83
- },
81
+ "special_attacks" : [
82
+ [ " RANGED_PULL" , 30 ],
83
+ [ " GRAB_DRAG" , 10 ],
84
+ { "type" : " leap" , "cooldown" : 8 , "max_range" : 5 , "allow_no_target" : false }
85
+ ],
86
+ "flags" : [ " POISON" , " SEES" , " HEARS" , " SMELLS" , " CLIMBS" , " PATH_AVOID_FIRE" , " PATH_AVOID_FALL" , " STUMBLES" ]
87
+ },
84
88
{
85
89
"id" : " mon_mantis_mega" ,
86
90
"type" : " MONSTER" ,
91
95
"volume" : " 625 L" ,
92
96
"symbol" : " M" ,
93
97
"color" : " red_green" ,
94
- "weight" : " 815 kg" ,
98
+ "weight" : " 815 kg" ,
95
99
"melee_dice" : 2 ,
96
- "melee_cut" : 20 ,
100
+ "melee_cut" : 20 ,
97
101
"dodge" : 2 ,
98
102
"special_attacks" : [
99
103
{
104
108
}
105
109
],
106
110
"extend" : { "flags" : [ " DESTROYS" , " PUSH_MON" , " PUSH_VEH" ] },
107
- "delete" : { "type" : " leap" , "cooldown" : 8 , "max_range" : 5 , "allow_no_target" : false }
111
+ "delete" : { "type" : " leap" , "cooldown" : 8 , "max_range" : 5 , "allow_no_target" : false }
108
112
},
109
- {
113
+ {
110
114
"id" : " mon_mole_cricket" ,
111
115
"type" : " MONSTER" ,
112
116
"name" : { "str" : " giant mole cricket" },
138
142
"anger_triggers" : [ " HURT" , " SOUND" , " STALK" ],
139
143
"fear_triggers" : [ " FIRE" ],
140
144
"death_function" : [ " NORMAL" ],
141
- "flags" : [ " POISON" ," ATTACKMON" , " BORES" , " CAN_DIG" , " HEARS" , " KEENNOSE" , " PATH_AVOID_DANGER_1" , " SMELLS" , " WARM" ],
145
+ "flags" : [ " POISON" , " ATTACKMON" , " BORES" , " CAN_DIG" , " HEARS" , " KEENNOSE" , " PATH_AVOID_DANGER_1" , " SMELLS" , " WARM" ],
142
146
"//" : " Reinsert GOODHEARING when z-level tunneling is possible."
143
147
},
144
- {
148
+ {
145
149
"id" : " mon_lady_bug_giant" ,
146
150
"type" : " MONSTER" ,
147
151
"name" : { "str" : " giant lady bug" },
157
161
"symbol" : " B" ,
158
162
"color" : " red" ,
159
163
"morale" : 80 ,
160
- "aggression" : 40 ,
164
+ "aggression" : 40 ,
161
165
"melee_skill" : 6 ,
162
166
"melee_dice" : 2 ,
163
167
"melee_dice_sides" : 6 ,
169
173
"vision_day" : 20 ,
170
174
"vision_night" : 5 ,
171
175
"harvest" : " arachnid" ,
172
- "anger_triggers" : [ " PLAYER_CLOSE" ],
176
+ "anger_triggers" : [ " PLAYER_CLOSE" ],
173
177
"fear_triggers" : [ " HURT" ],
174
178
"death_function" : [ " NORMAL" ],
175
179
"special_attacks" : [
176
- {
180
+ {
177
181
"type" : " bite" ,
178
182
"cooldown" : 4 ,
179
183
"accuracy" : 6 ,
180
184
"damage_max_instance" : [ { "damage_type" : " stab" , "amount" : 15 , "armor_multiplier" : 0.6 } ]
181
- }
182
- ],
183
- "flags" : [" POISON" , " SEES" , " HEARS" , " SMELLS" , " FLIES" , " PATH_AVOID_FIRE" , " PATH_AVOID_FALL" ]
185
+ }
186
+ ],
187
+ "flags" : [ " POISON" , " SEES" , " HEARS" , " SMELLS" , " FLIES" , " PATH_AVOID_FIRE" , " PATH_AVOID_FALL" ]
184
188
},
185
- {
189
+ {
186
190
"id" : " mon_grasshopper_small" ,
187
191
"type" : " MONSTER" ,
188
192
"name" : { "str" : " huge grasshopper" },
189
193
"description" : " A large grasshopper a few times bigger than a regular one." ,
190
194
"copy-from" : " mon_grasshopper_giant" ,
191
- "proportional" : { "hp" : 0.5 , "speed" : 1.1 },
195
+ "proportional" : { "hp" : 0.5 , "speed" : 1.1 },
192
196
"volume" : " 750 ml" ,
193
197
"weight" : " 1 kg" ,
194
198
"upgrades" : { "half_life" : 7 , "into" : " mon_mantis_giant" }
195
199
},
196
200
{
197
- "id" : " mon_grasshopper_giant" ,
201
+ "id" : " mon_grasshopper_giant" ,
198
202
"type" : " MONSTER" ,
199
203
"name" : { "str" : " giant grasshopper" , "str_pl" : " giant grasshoppers" },
200
204
"description" : " A huge green grasshopper about a size of a big dog with long and strong back legs. It hops, it hops and never stops." ,
216
220
"melee_cut" : 2 ,
217
221
"dodge" : 4 ,
218
222
"armor_bash" : 5 ,
219
- "armor_cut" : 10 ,
223
+ "armor_cut" : 10 ,
220
224
"vision_day" : 20 ,
221
225
"vision_night" : 20 ,
222
226
"harvest" : " arachnid" ,
223
- "fear_triggers" : [ " FIRE" , " PLAYER_CLOSE" ],
227
+ "fear_triggers" : [ " FIRE" , " PLAYER_CLOSE" ],
224
228
"death_function" : [ " NORMAL" ],
225
- "special_attacks" : [ [ " EAT_FOOD" , 60 ], [ " EAT_CROP" , 80 ], { "type" : " leap" , "cooldown" : 3 , "max_range" : 10 , "allow_no_target" : true } ],
226
- "flags" : [" POISON" , " SEES" , " HEARS" , " SMELLS" , " CLIMBS" , " PATH_AVOID_FALL" , " PATH_AVOID_FIRE" ]
229
+ "special_attacks" : [ [ " EAT_FOOD" , 60 ], [ " EAT_CROP" , 80 ], { "type" : " leap" , "cooldown" : 3 , "max_range" : 10 , "allow_no_target" : true } ],
230
+ "flags" : [ " POISON" , " SEES" , " HEARS" , " SMELLS" , " CLIMBS" , " PATH_AVOID_FALL" , " PATH_AVOID_FIRE" ]
227
231
},
228
232
{
229
- "id" : " mon_antlion_larva" ,
233
+ "id" : " mon_antlion_larva" ,
230
234
"type" : " MONSTER" ,
231
235
"name" : { "str" : " giant antlion larva" , "str_pl" : " giant antlion larvae" },
232
236
"description" : " This huge grub has powerful mandibles and a hungry look. It hides in dirt and waits for pray to come clother." ,
248
252
"melee_cut" : 6 ,
249
253
"dodge" : 0 ,
250
254
"armor_bash" : 4 ,
251
- "armor_cut" : 10 ,
252
- "armor_bullet" : 10 ,
255
+ "armor_cut" : 10 ,
256
+ "armor_bullet" : 10 ,
253
257
"vision_day" : 8 ,
254
258
"vision_night" : 5 ,
255
259
"harvest" : " arachnid" ,
256
- "upgrades" : { "half_life" : 12 , "into" : " mon_antlion_giant" },
257
- "anger_triggers" : [ " PLAYER_WEAK" , " PLAYER_CLOSE" ],
258
- "fear_triggers" : [ " FIRE" ],
260
+ "upgrades" : { "half_life" : 12 , "into" : " mon_antlion_giant" },
261
+ "anger_triggers" : [ " PLAYER_WEAK" , " PLAYER_CLOSE" ],
262
+ "fear_triggers" : [ " FIRE" ],
259
263
"death_function" : [ " NORMAL" ],
260
- "special_attacks" : [ [ " RANGED_PULL" , 10 ], [ " GRAB" , 3 ], [ " impale" , 10 ],
261
- {
264
+ "special_attacks" : [
265
+ [ " RANGED_PULL" , 10 ],
266
+ [ " GRAB" , 3 ],
267
+ [ " impale" , 10 ],
268
+ {
262
269
"type" : " bite" ,
263
270
"cooldown" : 4 ,
264
271
"accuracy" : 8 ,
265
272
"damage_max_instance" : [ { "damage_type" : " stab" , "amount" : 15 , "armor_multiplier" : 0.6 } ]
266
- }
267
- ],
268
- "flags" : [" POISON" , " SEES" , " SMELLS" , " IMMOBILE" , " DIGS" , " RANGED_ATTACKER" ]
273
+ }
274
+ ],
275
+ "flags" : [ " POISON" , " SEES" , " SMELLS" , " IMMOBILE" , " DIGS" , " RANGED_ATTACKER" ]
269
276
},
270
277
{
271
278
"id" : " mon_antlion_giant" ,
298
305
"death_function" : [ " NORMAL" ],
299
306
"flags" : [ " SEES" , " SMELLS" , " FLIES" , " HEARS" , " HIT_AND_RUN" , " PATH_AVOID_FIRE" ]
300
307
},
301
- {
308
+ {
302
309
"id" : " mon_strider_small" ,
303
310
"type" : " MONSTER" ,
304
311
"name" : { "str" : " big water strider" },
305
312
"description" : " This water bug is a few times bigger, than a reguar one. It's moves are fast and fluid." ,
306
313
"copy-from" : " mon_strider_giant" ,
307
- "proportional" : { "hp" : 0.5 , "speed" : 1.1 , "morale" : 0.67 , "melee_dice_sides" : 0.50 },
314
+ "proportional" : { "hp" : 0.5 , "speed" : 1.1 , "morale" : 0.67 , "melee_dice_sides" : 0.5 },
308
315
"volume" : " 3 L" ,
309
316
"weight" : " 4 kg" ,
310
- "melee_cut" : 8 ,
317
+ "melee_cut" : 8 ,
311
318
"upgrades" : { "half_life" : 14 , "into" : " mon_mantis_giant" }
312
319
},
313
320
{
314
- "id" : " mon_strider_giant" ,
321
+ "id" : " mon_strider_giant" ,
315
322
"type" : " MONSTER" ,
316
- "name" : { "str" : " giant water strider" },
323
+ "name" : { "str" : " giant water strider" },
317
324
"description" : " This water glider is about as big as a domestic cat. It's legs are more fin-like and a swollen body is mostly submerged underwater." ,
318
325
"default_faction" : " strider" ,
319
326
"bodytype" : " insect" ,
333
340
"melee_cut" : 3 ,
334
341
"dodge" : 4 ,
335
342
"armor_bash" : 1 ,
336
- "armor_cut" : 3 ,
337
- "armor_bullet" : 2 ,
343
+ "armor_cut" : 3 ,
344
+ "armor_bullet" : 2 ,
338
345
"vision_day" : 12 ,
339
346
"vision_night" : 5 ,
340
347
"harvest" : " arachnid" ,
341
- "anger_triggers" : [ " PLAYER_WEAK" ],
342
- "fear_triggers" : [ " FIRE" , " PLAYER_CLOSE" ],
348
+ "anger_triggers" : [ " PLAYER_WEAK" ],
349
+ "fear_triggers" : [ " FIRE" , " PLAYER_CLOSE" ],
343
350
"death_function" : [ " NORMAL" ],
344
- "flags" : [" POISON" , " SEES" , " HEARS" , " SMELLS" , " SWIMS" ]
351
+ "flags" : [ " POISON" , " SEES" , " HEARS" , " SMELLS" , " SWIMS" ]
345
352
}
346
- ]
353
+ ]
0 commit comments