Skip to content

Commit 03b451d

Browse files
Linting Stuff
1 parent dd366a0 commit 03b451d

File tree

1 file changed

+66
-59
lines changed
  • Kenan-Modpack/Bugs_life-master/Bugs_life-master/bugs_life

1 file changed

+66
-59
lines changed

Kenan-Modpack/Bugs_life-master/Bugs_life-master/bugs_life/monsters.json

Lines changed: 66 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"id": "mon_aphid",
3+
"id": "mon_aphid",
44
"type": "MONSTER",
55
"name": { "str": "giant aphid", "str_pl": "giant aphids" },
66
"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,26 +15,26 @@
1515
"symbol": "a",
1616
"color": "light_green",
1717
"morale": 20,
18-
"aggression": -40,
19-
"melee_skill": 1,
18+
"aggression": -40,
19+
"melee_skill": 1,
2020
"melee_dice": 1,
2121
"melee_dice_sides": 2,
2222
"melee_cut": 2,
2323
"dodge": 3,
2424
"armor_bash": 2,
25-
"armor_cut": 5,
26-
"armor_bullet": 3,
25+
"armor_cut": 5,
26+
"armor_bullet": 3,
2727
"vision_day": 10,
2828
"vision_night": 5,
2929
"harvest": "arachnid",
30-
"fear_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "FIRE" ],
30+
"fear_triggers": [ "FRIEND_ATTACKED", "FRIEND_DIED", "HURT", "FIRE" ],
3131
"death_function": [ "NORMAL" ],
3232
"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" ],
3535
"biosignature": { "biosig_item": "honeydew", "biosig_timer": 600 },
3636
"flags": [ "SEES", "HEARS", "SMELLS", "CLIMBS", "PATH_AVOID_FIRE", "PATH_AVOID_FALL", "CATTLEFODDER", "PET_WONT_FOLLOW" ]
37-
},
37+
},
3838
{
3939
"id": "mon_mantis_small",
4040
"type": "MONSTER",
@@ -44,11 +44,11 @@
4444
"proportional": { "hp": 0.5, "speed": 1.1, "morale": 0.67, "melee_dice_sides": 0.67 },
4545
"volume": "60 L",
4646
"weight": "80 kg",
47-
"melee_cut": 8,
47+
"melee_cut": 8,
4848
"upgrades": { "half_life": 14, "into": "mon_mantis_giant" }
4949
},
5050
{
51-
"id": "mon_mantis_giant",
51+
"id": "mon_mantis_giant",
5252
"type": "MONSTER",
5353
"name": { "str": "giant praying mantis", "str_pl": "giant praying mantises" },
5454
"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,17 +70,21 @@
7070
"melee_cut": 12,
7171
"dodge": 3,
7272
"armor_bash": 10,
73-
"armor_cut": 16,
74-
"armor_bullet": 13,
73+
"armor_cut": 16,
74+
"armor_bullet": 13,
7575
"vision_day": 15,
7676
"vision_night": 5,
7777
"harvest": "arachnid",
78-
"anger_triggers": [ "PLAYER_WEAK", "PLAYER_CLOSE"],
79-
"fear_triggers": [ "FIRE" ],
78+
"anger_triggers": [ "PLAYER_WEAK", "PLAYER_CLOSE" ],
79+
"fear_triggers": [ "FIRE" ],
8080
"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+
},
8488
{
8589
"id": "mon_mantis_mega",
8690
"type": "MONSTER",
@@ -91,9 +95,9 @@
9195
"volume": "625 L",
9296
"symbol": "M",
9397
"color": "red_green",
94-
"weight": "815 kg",
98+
"weight": "815 kg",
9599
"melee_dice": 2,
96-
"melee_cut": 20,
100+
"melee_cut": 20,
97101
"dodge": 2,
98102
"special_attacks": [
99103
{
@@ -104,9 +108,9 @@
104108
}
105109
],
106110
"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 }
108112
},
109-
{
113+
{
110114
"id": "mon_mole_cricket",
111115
"type": "MONSTER",
112116
"name": { "str": "giant mole cricket" },
@@ -138,10 +142,10 @@
138142
"anger_triggers": [ "HURT", "SOUND", "STALK" ],
139143
"fear_triggers": [ "FIRE" ],
140144
"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" ],
142146
"//": "Reinsert GOODHEARING when z-level tunneling is possible."
143147
},
144-
{
148+
{
145149
"id": "mon_lady_bug_giant",
146150
"type": "MONSTER",
147151
"name": { "str": "giant lady bug" },
@@ -157,7 +161,7 @@
157161
"symbol": "B",
158162
"color": "red",
159163
"morale": 80,
160-
"aggression": 40,
164+
"aggression": 40,
161165
"melee_skill": 6,
162166
"melee_dice": 2,
163167
"melee_dice_sides": 6,
@@ -169,32 +173,32 @@
169173
"vision_day": 20,
170174
"vision_night": 5,
171175
"harvest": "arachnid",
172-
"anger_triggers": [ "PLAYER_CLOSE" ],
176+
"anger_triggers": [ "PLAYER_CLOSE" ],
173177
"fear_triggers": [ "HURT" ],
174178
"death_function": [ "NORMAL" ],
175179
"special_attacks": [
176-
{
180+
{
177181
"type": "bite",
178182
"cooldown": 4,
179183
"accuracy": 6,
180184
"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" ]
184188
},
185-
{
189+
{
186190
"id": "mon_grasshopper_small",
187191
"type": "MONSTER",
188192
"name": { "str": "huge grasshopper" },
189193
"description": "A large grasshopper a few times bigger than a regular one.",
190194
"copy-from": "mon_grasshopper_giant",
191-
"proportional": { "hp": 0.5, "speed": 1.1},
195+
"proportional": { "hp": 0.5, "speed": 1.1 },
192196
"volume": "750 ml",
193197
"weight": "1 kg",
194198
"upgrades": { "half_life": 7, "into": "mon_mantis_giant" }
195199
},
196200
{
197-
"id": "mon_grasshopper_giant",
201+
"id": "mon_grasshopper_giant",
198202
"type": "MONSTER",
199203
"name": { "str": "giant grasshopper", "str_pl": "giant grasshoppers" },
200204
"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,17 +220,17 @@
216220
"melee_cut": 2,
217221
"dodge": 4,
218222
"armor_bash": 5,
219-
"armor_cut": 10,
223+
"armor_cut": 10,
220224
"vision_day": 20,
221225
"vision_night": 20,
222226
"harvest": "arachnid",
223-
"fear_triggers": [ "FIRE", "PLAYER_CLOSE"],
227+
"fear_triggers": [ "FIRE", "PLAYER_CLOSE" ],
224228
"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" ]
227231
},
228232
{
229-
"id": "mon_antlion_larva",
233+
"id": "mon_antlion_larva",
230234
"type": "MONSTER",
231235
"name": { "str": "giant antlion larva", "str_pl": "giant antlion larvae" },
232236
"description": "This huge grub has powerful mandibles and a hungry look. It hides in dirt and waits for pray to come clother.",
@@ -248,24 +252,27 @@
248252
"melee_cut": 6,
249253
"dodge": 0,
250254
"armor_bash": 4,
251-
"armor_cut": 10,
252-
"armor_bullet": 10,
255+
"armor_cut": 10,
256+
"armor_bullet": 10,
253257
"vision_day": 8,
254258
"vision_night": 5,
255259
"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" ],
259263
"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+
{
262269
"type": "bite",
263270
"cooldown": 4,
264271
"accuracy": 8,
265272
"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" ]
269276
},
270277
{
271278
"id": "mon_antlion_giant",
@@ -298,22 +305,22 @@
298305
"death_function": [ "NORMAL" ],
299306
"flags": [ "SEES", "SMELLS", "FLIES", "HEARS", "HIT_AND_RUN", "PATH_AVOID_FIRE" ]
300307
},
301-
{
308+
{
302309
"id": "mon_strider_small",
303310
"type": "MONSTER",
304311
"name": { "str": "big water strider" },
305312
"description": "This water bug is a few times bigger, than a reguar one. It's moves are fast and fluid.",
306313
"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 },
308315
"volume": "3 L",
309316
"weight": "4 kg",
310-
"melee_cut": 8,
317+
"melee_cut": 8,
311318
"upgrades": { "half_life": 14, "into": "mon_mantis_giant" }
312319
},
313320
{
314-
"id": "mon_strider_giant",
321+
"id": "mon_strider_giant",
315322
"type": "MONSTER",
316-
"name": { "str": "giant water strider" },
323+
"name": { "str": "giant water strider" },
317324
"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.",
318325
"default_faction": "strider",
319326
"bodytype": "insect",
@@ -333,14 +340,14 @@
333340
"melee_cut": 3,
334341
"dodge": 4,
335342
"armor_bash": 1,
336-
"armor_cut": 3,
337-
"armor_bullet": 2,
343+
"armor_cut": 3,
344+
"armor_bullet": 2,
338345
"vision_day": 12,
339346
"vision_night": 5,
340347
"harvest": "arachnid",
341-
"anger_triggers": [ "PLAYER_WEAK" ],
342-
"fear_triggers": [ "FIRE", "PLAYER_CLOSE"],
348+
"anger_triggers": [ "PLAYER_WEAK" ],
349+
"fear_triggers": [ "FIRE", "PLAYER_CLOSE" ],
343350
"death_function": [ "NORMAL" ],
344-
"flags": ["POISON", "SEES", "HEARS", "SMELLS", "SWIMS" ]
351+
"flags": [ "POISON", "SEES", "HEARS", "SMELLS", "SWIMS" ]
345352
}
346-
]
353+
]

0 commit comments

Comments
 (0)