Skip to content

Commit da9da59

Browse files
committed
Misc tweaks update
1 parent 82b84aa commit da9da59

File tree

8 files changed

+202
-202
lines changed

8 files changed

+202
-202
lines changed
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
33
"type": "MOD_INFO",
4-
"ident": "Bug's life",
4+
"id": "Bug's life",
55
"name": "Bug's life",
66
"authors": [ "SuddenEyePuncture" ],
77
"description": "Add new types of insects, such as aphids, mantises, etc.",
Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
[
2-
{
3-
"type": "MONSTER_FACTION",
4-
"name": "antlion",
5-
"base_faction": "insect",
6-
"neutral": [ "antlion" ],
7-
"by_mood": [ "zombie", "fungus", "bee" ],
8-
"hate": [ "insect", "small_animal", "ant", "acid_ant" ]
9-
},
10-
{
11-
"type": "MONSTER_FACTION",
12-
"name": "ladybug",
13-
"base_faction": "insect",
14-
"by_mood": [ "zombie", "bee", "insect" ],
15-
"hate": [ "small_animal", "ant", "acid_ant" ]
16-
},
17-
{
18-
"type": "MONSTER_FACTION",
19-
"name": "mantis",
20-
"base_faction": "insect",
21-
"by_mood": [ "centipede", "spider", "ant", "acid_ant" ],
22-
"hate": [ "insect", "small_animal" ]
23-
},
24-
{
25-
"type": "MONSTER_FACTION",
26-
"name": "strider",
27-
"base_faction": "insect",
28-
"hate": [ "small_animal", "fish" ]
29-
}
30-
]
1+
[
2+
{
3+
"type": "MONSTER_FACTION",
4+
"name": "antlion",
5+
"base_faction": "insect",
6+
"neutral": [ "antlion" ],
7+
"by_mood": [ "zombie", "fungus", "bee" ],
8+
"hate": [ "insect", "small_animal", "ant", "acid_ant" ]
9+
},
10+
{
11+
"type": "MONSTER_FACTION",
12+
"name": "ladybug",
13+
"base_faction": "insect",
14+
"by_mood": [ "zombie", "bee", "insect" ],
15+
"hate": [ "small_animal", "ant", "acid_ant" ]
16+
},
17+
{
18+
"type": "MONSTER_FACTION",
19+
"name": "mantis",
20+
"base_faction": "insect",
21+
"by_mood": [ "centipede", "spider", "ant", "acid_ant" ],
22+
"hate": [ "insect", "small_animal" ]
23+
},
24+
{
25+
"type": "MONSTER_FACTION",
26+
"name": "strider",
27+
"base_faction": "insect",
28+
"hate": [ "small_animal", "fish" ]
29+
}
30+
]
File renamed without changes.
Lines changed: 107 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,107 @@
1-
[
2-
{
3-
"type": "monstergroup",
4-
"name": "GROUP_ANT_SURFACE",
5-
"default": "mon_ant_small",
6-
"is_animal": true,
7-
"monsters": [
8-
{ "monster": "mon_ant_larva", "freq": 40, "cost_multiplier": 0 },
9-
{ "monster": "mon_ant_soldier", "freq": 90, "cost_multiplier": 5 },
10-
{ "monster": "mon_ant_queen", "freq": 0, "cost_multiplier": 0 },
11-
{ "monster": "mon_aphid", "freq": 40, "pack_size": [ 3, 10 ], "cost_multiplier": 0 },
12-
{ "monster": "mon_lady_bug_giant", "freq": 10, "pack_size": [ 1, 3 ], "cost_multiplier": 10 },
13-
{ "monster": "mon_antlion_larva", "freq": 5, "cost_multiplier": 10 },
14-
{ "monster": "mon_antlion_giant", "freq": 3, "cost_multiplier": 10 }
15-
]
16-
},
17-
{
18-
"type": "monstergroup",
19-
"name": "GROUP_FOREST",
20-
"default": "mon_null",
21-
"is_animal": true,
22-
"monsters": [
23-
{ "monster": "mon_mantis_small", "freq": 8, "cost_multiplier": 10 },
24-
{ "monster": "mon_lady_bug_giant", "freq": 5, "cost_multiplier": 10 },
25-
{ "monster": "mon_aphid", "freq": 15, "pack_size": [ 1, 5 ], "cost_multiplier": 0 },
26-
{ "monster": "mon_grasshopper_small", "freq": 15, "pack_size": [ 1, 3 ], "cost_multiplier": 0 },
27-
{ "monster": "mon_antlion_larva", "freq": 7, "cost_multiplier": 10 },
28-
{ "monster": "mon_antlion_giant", "freq": 2, "cost_multiplier": 10 }
29-
]
30-
},
31-
{
32-
"type": "monstergroup",
33-
"name": "GROUP_LAB",
34-
"default": "mon_zombie_scientist",
35-
"monsters": [
36-
{ "monster": "mon_lady_bug_giant", "freq": 20, "cost_multiplier": 2 },
37-
{ "monster": "mon_mole_cricket", "freq": 40, "cost_multiplier": 3 }
38-
]
39-
},
40-
{
41-
"type": "monstergroup",
42-
"name": "GROUP_SEWER",
43-
"default": "mon_sewer_rat",
44-
"is_animal": true,
45-
"monsters": [ { "monster": "mon_mole_cricket", "freq": 30, "cost_multiplier": 3 } ]
46-
},
47-
{
48-
"type": "monstergroup",
49-
"name": "GROUP_MICROLAB",
50-
"default": "mon_zombie_scientist",
51-
"monsters": [ { "monster": "mon_mole_cricket", "freq": 40, "cost_multiplier": 3 } ]
52-
},
53-
{
54-
"type": "monstergroup",
55-
"name": "GROUP_SWAMP",
56-
"default": "mon_null",
57-
"is_animal": true,
58-
"monsters": [
59-
{ "monster": "mon_mantis_small", "freq": 2, "cost_multiplier": 8 },
60-
{ "monster": "mon_aphid", "freq": 10, "cost_multiplier": 0 },
61-
{ "monster": "mon_antlion_giant", "freq": 4, "cost_multiplier": 10 },
62-
{ "monster": "mon_strider_small", "freq": 15, "cost_multiplier": 3, "pack_size": [ 4, 8 ] }
63-
]
64-
},
65-
{
66-
"type": "monstergroup",
67-
"name": "GROUP_CAVE",
68-
"default": "mon_null",
69-
"is_animal": true,
70-
"monsters": [ { "monster": "mon_mole_cricket", "freq": 60, "cost_multiplier": 3 } ]
71-
},
72-
{
73-
"type": "monstergroup",
74-
"name": "GROUP_PARK_ANIMAL",
75-
"default": "mon_null",
76-
"is_animal": true,
77-
"monsters": [
78-
{ "monster": "mon_mantis_small", "freq": 5, "cost_multiplier": 10 },
79-
{ "monster": "mon_lady_bug_giant", "freq": 8, "cost_multiplier": 10 },
80-
{ "monster": "mon_aphid", "freq": 20, "cost_multiplier": 0 },
81-
{ "monster": "mon_grasshopper_small", "freq": 30, "cost_multiplier": 0 },
82-
{ "monster": "mon_antlion_larva", "freq": 7, "cost_multiplier": 10 },
83-
{ "monster": "mon_antlion_giant", "freq": 5, "cost_multiplier": 10 }
84-
]
85-
},
86-
{
87-
"type": "monstergroup",
88-
"name": "GROUP_FISH",
89-
"default": "mon_fish_whitefish",
90-
"is_animal": true,
91-
"monsters": [ { "monster": "mon_strider_small", "freq": 35, "cost_multiplier": 3, "pack_size": [ 3, 6 ] } ]
92-
},
93-
{
94-
"type": "monstergroup",
95-
"name": "GROUP_RIVER",
96-
"default": "mon_null",
97-
"is_animal": true,
98-
"monsters": [ { "monster": "mon_strider_small", "freq": 15, "cost_multiplier": 3, "pack_size": [ 2, 4 ] } ]
99-
},
100-
{
101-
"type": "monstergroup",
102-
"name": "GROUP_POND_FISH",
103-
"default": "mon_null",
104-
"is_animal": true,
105-
"monsters": [ { "monster": "mon_strider_small", "freq": 30, "cost_multiplier": 0, "pack_size": [ 3, 6 ] } ]
106-
}
107-
]
1+
[
2+
{
3+
"type": "monstergroup",
4+
"name": "GROUP_ANT_SURFACE",
5+
"default": "mon_ant_small",
6+
"is_animal": true,
7+
"monsters": [
8+
{ "monster": "mon_ant_larva", "freq": 40, "cost_multiplier": 0 },
9+
{ "monster": "mon_ant_soldier", "freq": 90, "cost_multiplier": 5 },
10+
{ "monster": "mon_ant_queen", "freq": 0, "cost_multiplier": 0 },
11+
{ "monster": "mon_aphid", "freq": 40, "pack_size": [ 3, 10 ], "cost_multiplier": 0 },
12+
{ "monster": "mon_lady_bug_giant", "freq": 10, "pack_size": [ 1, 3 ], "cost_multiplier": 10 },
13+
{ "monster": "mon_antlion_larva", "freq": 5, "cost_multiplier": 10 },
14+
{ "monster": "mon_antlion_giant", "freq": 3, "cost_multiplier": 10 }
15+
]
16+
},
17+
{
18+
"type": "monstergroup",
19+
"name": "GROUP_FOREST",
20+
"default": "mon_null",
21+
"is_animal": true,
22+
"monsters": [
23+
{ "monster": "mon_mantis_small", "freq": 8, "cost_multiplier": 10 },
24+
{ "monster": "mon_lady_bug_giant", "freq": 5, "cost_multiplier": 10 },
25+
{ "monster": "mon_aphid", "freq": 15, "pack_size": [ 1, 5 ], "cost_multiplier": 0 },
26+
{ "monster": "mon_grasshopper_small", "freq": 15, "pack_size": [ 1, 3 ], "cost_multiplier": 0 },
27+
{ "monster": "mon_antlion_larva", "freq": 7, "cost_multiplier": 10 },
28+
{ "monster": "mon_antlion_giant", "freq": 2, "cost_multiplier": 10 }
29+
]
30+
},
31+
{
32+
"type": "monstergroup",
33+
"name": "GROUP_LAB",
34+
"default": "mon_zombie_scientist",
35+
"monsters": [
36+
{ "monster": "mon_lady_bug_giant", "freq": 20, "cost_multiplier": 2 },
37+
{ "monster": "mon_mole_cricket", "freq": 40, "cost_multiplier": 3 }
38+
]
39+
},
40+
{
41+
"type": "monstergroup",
42+
"name": "GROUP_SEWER",
43+
"default": "mon_sewer_rat",
44+
"is_animal": true,
45+
"monsters": [ { "monster": "mon_mole_cricket", "freq": 30, "cost_multiplier": 3 } ]
46+
},
47+
{
48+
"type": "monstergroup",
49+
"name": "GROUP_MICROLAB",
50+
"default": "mon_zombie_scientist",
51+
"monsters": [ { "monster": "mon_mole_cricket", "freq": 40, "cost_multiplier": 3 } ]
52+
},
53+
{
54+
"type": "monstergroup",
55+
"name": "GROUP_SWAMP",
56+
"default": "mon_null",
57+
"is_animal": true,
58+
"monsters": [
59+
{ "monster": "mon_mantis_small", "freq": 2, "cost_multiplier": 8 },
60+
{ "monster": "mon_aphid", "freq": 10, "cost_multiplier": 0 },
61+
{ "monster": "mon_antlion_giant", "freq": 4, "cost_multiplier": 10 },
62+
{ "monster": "mon_strider_small", "freq": 15, "cost_multiplier": 3, "pack_size": [ 4, 8 ] }
63+
]
64+
},
65+
{
66+
"type": "monstergroup",
67+
"name": "GROUP_CAVE",
68+
"default": "mon_null",
69+
"is_animal": true,
70+
"monsters": [ { "monster": "mon_mole_cricket", "freq": 60, "cost_multiplier": 3 } ]
71+
},
72+
{
73+
"type": "monstergroup",
74+
"name": "GROUP_PARK_ANIMAL",
75+
"default": "mon_null",
76+
"is_animal": true,
77+
"monsters": [
78+
{ "monster": "mon_mantis_small", "freq": 5, "cost_multiplier": 10 },
79+
{ "monster": "mon_lady_bug_giant", "freq": 8, "cost_multiplier": 10 },
80+
{ "monster": "mon_aphid", "freq": 20, "cost_multiplier": 0 },
81+
{ "monster": "mon_grasshopper_small", "freq": 30, "cost_multiplier": 0 },
82+
{ "monster": "mon_antlion_larva", "freq": 7, "cost_multiplier": 10 },
83+
{ "monster": "mon_antlion_giant", "freq": 5, "cost_multiplier": 10 }
84+
]
85+
},
86+
{
87+
"type": "monstergroup",
88+
"name": "GROUP_FISH",
89+
"default": "mon_fish_whitefish",
90+
"is_animal": true,
91+
"monsters": [ { "monster": "mon_strider_small", "freq": 35, "cost_multiplier": 3, "pack_size": [ 3, 6 ] } ]
92+
},
93+
{
94+
"type": "monstergroup",
95+
"name": "GROUP_RIVER",
96+
"default": "mon_null",
97+
"is_animal": true,
98+
"monsters": [ { "monster": "mon_strider_small", "freq": 15, "cost_multiplier": 3, "pack_size": [ 2, 4 ] } ]
99+
},
100+
{
101+
"type": "monstergroup",
102+
"name": "GROUP_POND_FISH",
103+
"default": "mon_null",
104+
"is_animal": true,
105+
"monsters": [ { "monster": "mon_strider_small", "freq": 30, "cost_multiplier": 0, "pack_size": [ 3, 6 ] } ]
106+
}
107+
]
Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
1-
[
2-
{
3-
"type": "recipe",
4-
"activity_level": "LIGHT_EXERCISE",
5-
"result": "sugar",
6-
"id_suffix": "from_sweets",
7-
"category": "CC_FOOD",
8-
"subcategory": "CSC_FOOD_OTHER",
9-
"skill_used": "cooking",
10-
"difficulty": 4,
11-
"time": "24 m",
12-
"charges": 10,
13-
"autolearn": true,
14-
"batch_time_factors": [ 20, 1 ],
15-
"qualities": [ { "id": "CHEM", "level": 2 } ],
16-
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
17-
"components": [
18-
[
19-
[ "sweet_fruit_like", 2, "LIST" ],
20-
[ "coconut", 2 ],
21-
[ "coffee_syrup", 5 ],
22-
[ "cola", 6 ],
23-
[ "con_milk", 1 ],
24-
[ "corn", 3 ],
25-
[ "honey_bottled", 1 ],
26-
[ "honey_glassed", 1 ],
27-
[ "honeycomb", 1 ],
28-
[ "honeydew", 1 ],
29-
[ "can_corn", 3 ],
30-
[ "molasses", 1 ],
31-
[ "purple_drink", 6 ],
32-
[ "rootbeer", 6 ],
33-
[ "syrup", 2 ],
34-
[ "beet_syrup", 4 ]
35-
],
36-
[ [ "lye_powder", 20 ] ],
37-
[ [ "water_clean", 1 ], [ "water", 1 ] ]
38-
]
39-
}
40-
]
1+
[
2+
{
3+
"type": "recipe",
4+
"activity_level": "LIGHT_EXERCISE",
5+
"result": "sugar",
6+
"id_suffix": "from_sweets",
7+
"category": "CC_FOOD",
8+
"subcategory": "CSC_FOOD_OTHER",
9+
"skill_used": "cooking",
10+
"difficulty": 4,
11+
"time": "24 m",
12+
"charges": 10,
13+
"autolearn": true,
14+
"batch_time_factors": [ 20, 1 ],
15+
"qualities": [ { "id": "CHEM", "level": 2 } ],
16+
"tools": [ [ [ "surface_heat", 50, "LIST" ] ] ],
17+
"components": [
18+
[
19+
[ "sweet_fruit_like", 2, "LIST" ],
20+
[ "coconut", 2 ],
21+
[ "coffee_syrup", 5 ],
22+
[ "cola", 6 ],
23+
[ "con_milk", 1 ],
24+
[ "corn", 3 ],
25+
[ "honey_bottled", 1 ],
26+
[ "honey_glassed", 1 ],
27+
[ "honeycomb", 1 ],
28+
[ "honeydew", 1 ],
29+
[ "can_corn", 3 ],
30+
[ "molasses", 1 ],
31+
[ "purple_drink", 6 ],
32+
[ "rootbeer", 6 ],
33+
[ "syrup", 2 ],
34+
[ "beet_syrup", 4 ]
35+
],
36+
[ [ "lye_powder", 20 ] ],
37+
[ [ "water_clean", 1 ], [ "water", 1 ] ]
38+
]
39+
}
40+
]

0 commit comments

Comments
 (0)