Skip to content

Commit c698ae1

Browse files
committed
Update Secronom thanks to Axema's work
1 parent 2e8cf7f commit c698ae1

File tree

12 files changed

+99
-112
lines changed

12 files changed

+99
-112
lines changed

Kenan-Modpack/secronom/Modification_Files/Monsters/-Essentials/secro_effects.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1408,14 +1408,6 @@
14081408
"id": "secro_sacrifice_effect",
14091409
"base_mods": { "hurt_min": [ 100000000 ], "speed_mod": [ -1000 ] }
14101410
},
1411-
{
1412-
"//": "Used only on tamed secronom dragon, so players would be able to ride it.",
1413-
"type": "effect_type",
1414-
"id": "pet",
1415-
"max_duration": 10,
1416-
"name": [ "Dragon" ],
1417-
"desc": [ "tamed secronom dragon." ]
1418-
},
14191411
{
14201412
"type": "effect_type",
14211413
"id": "pacified",

Kenan-Modpack/secronom/Modification_Files/Monsters/-Essentials/secro_spawns.json

Lines changed: 28 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,80 +6,86 @@
66
{
77
"//": "Make swarmers spawn rarer. Horde size increases by time in this formulation: 1*2=2*2=4... (integers shown by days)",
88
"monster": "mon_zombie_swarmer_weak",
9-
"freq": 10,
9+
"freq": 1,
1010
"cost_multiplier": 10,
1111
"pack_size": [ 25, 35 ],
1212
"ends": 24
1313
},
1414
{
1515
"monster": "mon_zombie_swarmer_weak",
16-
"freq": 10,
16+
"freq": 1,
1717
"cost_multiplier": 10,
1818
"pack_size": [ 35, 45 ],
1919
"starts": 24,
2020
"ends": 48
2121
},
2222
{
2323
"monster": "mon_zombie_swarmer_weak",
24-
"freq": 10,
24+
"freq": 1,
2525
"cost_multiplier": 10,
2626
"pack_size": [ 45, 55 ],
2727
"starts": 48,
2828
"ends": 96
2929
},
3030
{
3131
"monster": "mon_zombie_swarmer_weak",
32-
"freq": 10,
32+
"freq": 1,
3333
"cost_multiplier": 10,
3434
"pack_size": [ 55, 65 ],
3535
"starts": 96,
3636
"ends": 192
3737
},
3838
{
3939
"monster": "mon_zombie_swarmer_weak",
40-
"freq": 10,
40+
"freq": 1,
4141
"cost_multiplier": 10,
4242
"pack_size": [ 65, 75 ],
4343
"starts": 192,
4444
"ends": 384
4545
},
4646
{
4747
"monster": "mon_zombie_swarmer_weak",
48-
"freq": 10,
48+
"freq": 1,
4949
"cost_multiplier": 10,
5050
"pack_size": [ 75, 85 ],
5151
"starts": 384,
5252
"ends": 768
5353
},
5454
{
5555
"monster": "mon_zombie_swarmer_weak",
56-
"freq": 10,
56+
"freq": 1,
5757
"cost_multiplier": 10,
5858
"pack_size": [ 85, 100 ],
5959
"starts": 768,
6060
"ends": 1536
6161
},
6262
{
6363
"monster": "mon_zombie_swarmer_weak",
64-
"freq": 10,
64+
"freq": 1,
6565
"cost_multiplier": 10,
6666
"pack_size": [ 100, 200 ],
6767
"starts": 1536
6868
},
69-
{ "monster": "mon_zombie_swarmer_segway", "freq": 1, "cost_multiplier": 10, "pack_size": [ 5, 15 ] },
70-
{ "monster": "mon_zombie_charger", "freq": 20, "cost_multiplier": 3 },
71-
{ "monster": "mon_zombie_scourge", "freq": 10, "cost_multiplier": 3, "pack_size": [ 1, 2 ] },
72-
{ "monster": "mon_zombie_blade", "freq": 15, "cost_multiplier": 4 },
73-
{ "monster": "mon_zombie_spoder", "freq": 12, "cost_multiplier": 4, "pack_size": [ 1, 2 ] },
74-
{ "monster": "mon_zombie_tendrils", "freq": 10, "cost_multiplier": 4 },
75-
{ "monster": "mon_zombie_mouth", "freq": 4, "cost_multiplier": 4 },
76-
{ "monster": "mon_zombie_translucent", "freq": 2, "cost_multiplier": 4 },
77-
{ "monster": "mon_zombie_grubby", "freq": 10, "cost_multiplier": 5 },
78-
{ "monster": "mon_zombie_WALKINGPOTATO", "freq": 1, "cost_multiplier": 10 },
79-
{ "monster": "mon_zombieworm_noxeater", "freq": 1, "cost_multiplier": 10 },
80-
{ "monster": "mon_zombie_skittyweavy_idle", "freq": 1, "cost_multiplier": 10, "pack_size": [ 2, 3 ] },
81-
{ "monster": "mon_zombie_revenant_idle", "freq": 1, "cost_multiplier": 10 },
82-
{ "monster": "mon_zombie_bootlegsmoker", "freq": 1, "cost_multiplier": 10 },
69+
{ "monster": "mon_zombie_swarmer_segway", "freq": 1, "cost_multiplier": 1, "pack_size": [ 3, 9 ] },
70+
{ "monster": "mon_zombie_charger", "freq": 1, "cost_multiplier": 8 },
71+
{ "monster": "mon_zombie_scourge", "freq": 1, "cost_multiplier": 8, "pack_size": [ 1, 2 ] },
72+
{ "monster": "mon_zombie_grubby", "freq": 1, "cost_multiplier": 9 },
73+
{ "monster": "mon_zombie_blade", "freq": 5, "cost_multiplier": 5 },
74+
{ "monster": "mon_zombie_spoder", "freq": 6, "cost_multiplier": 5, "pack_size": [ 1, 2 ] },
75+
{ "monster": "mon_zombie_tendrils", "freq": 8, "cost_multiplier": 5 },
76+
{ "monster": "mon_zombie_mouth", "freq": 3, "cost_multiplier": 5 },
77+
{ "monster": "mon_zombie_translucent", "freq": 2, "cost_multiplier": 5 },
78+
{ "monster": "mon_zombie_WALKINGPOTATO", "freq": 1, "cost_multiplier": 12 },
79+
{ "monster": "mon_zombieworm_noxeater", "freq": 1, "cost_multiplier": 13 },
80+
{ "monster": "mon_zombie_skittyweavy_idle", "freq": 1, "cost_multiplier": 15, "pack_size": [ 1, 2 ] },
81+
{ "monster": "mon_zombie_revenant_idle", "freq": 1, "cost_multiplier": 20 },
82+
{
83+
"monster": "mon_zombie_bootlegsmoker",
84+
"freq": 1,
85+
"cost_multiplier": 15,
86+
"starts": 168,
87+
"//": "These appear after a week."
88+
},
8389
{
8490
"monster": "mon_zombie_lick",
8591
"freq": 1,
@@ -97,7 +103,6 @@
97103
},
98104
{ "monster": "mon_zombie_nix", "freq": 1, "cost_multiplier": 25, "starts": 1460 },
99105
{ "monster": "mon_zombie_fleshmonger", "freq": 1, "cost_multiplier": 40, "starts": 1460 },
100-
{ "monster": "mon_zombie_fleshmonger", "freq": 1, "cost_multiplier": 40, "starts": 1460 },
101106
{
102107
"monster": "mon_zombie_gorepit",
103108
"freq": 1,

Kenan-Modpack/secronom/modinfo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"authors": [ "Axema Vales" ],
77
"maintainers": [ "Kenan" ],
88
"description": "<color_red>Brings your Cataclysm experience into a hellish nightmare\u2026</color>\n<color_dark_gray>◆ Not recommended for newbs ◆</color>\n\n<color_light_cyan>Note that this mod is currently in <color_light_green>stable</color> state. Bugs rarely appears, but if you encounter one or a recent CDDA update has caused an error, feel free to notify the maintainer by creating an issue on its GitHub repository or by sending a DM on Discord.</color>\n\n<color_light_cyan>Add <color_yellow>Secronom+</color> for extended content.</color>",
9-
"version": "<color_light_green>Updated on 05/11/2021</color>",
9+
"version": "<color_light_green>Updated on 07/03/2021</color>",
1010
"category": "content",
1111
"dependencies": [ "dda" ]
1212
}

Kenan-Modpack/secronom_lore_expansion/Modification Files/Items/-Essentials/secro_item_magic_bionics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"id": "secro_power_armor_feed_metabolic",
5252
"type": "SPELL",
5353
"name": { "str": "Metabolic Distribution" },
54-
"description": "Your digestive system is interconnected to the core, which has the ability to distribute nutrition to to your living suit. It acts as an alternative to feeding it with flesh. Activating will burn large amount of calories to sate the suit's hunger.",
54+
"description": "Your digestive system is interconnected to the core, which has the ability to distribute nutrition to your living suit. It acts as an alternative to feeding it with flesh. Activating will burn large amount of calories to sate the suit's hunger.",
5555
"extra_effects": [ { "id": "secro_power_armor_feed_metabolic_act", "hit_self": true } ],
5656
"message": "",
5757
"flags": [ "SILENT", "NO_HANDS", "NO_LEGS", "RANDOM_DURATION", "NO_PROJECTILE", "NO_FAIL" ],

Kenan-Modpack/secronom_lore_expansion/Modification Files/Items/-Essentials/secro_recipe_ammo_pouch.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"result": "secro_flesh_ammo_pouch",
44
"type": "recipe",
55
"activity_level": "LIGHT_EXERCISE",
6-
"category": "CC_SECRONOM",
7-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
6+
"category": "CC_ARMOR",
7+
"subcategory": "CSC_ARMOR_OTHER",
88
"skill_used": "secro_flesh_craft",
99
"difficulty": 3,
1010
"time": "20 m",
@@ -16,8 +16,8 @@
1616
"result": "secro_flesh_ammo_satchel",
1717
"type": "recipe",
1818
"activity_level": "LIGHT_EXERCISE",
19-
"category": "CC_SECRONOM",
20-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
19+
"category": "CC_ARMOR",
20+
"subcategory": "CSC_ARMOR_OTHER",
2121
"skill_used": "secro_flesh_craft",
2222
"difficulty": 4,
2323
"time": "20 m",
@@ -29,8 +29,8 @@
2929
"result": "secro_flesh_chestpouch",
3030
"type": "recipe",
3131
"activity_level": "LIGHT_EXERCISE",
32-
"category": "CC_SECRONOM",
33-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
32+
"category": "CC_ARMOR",
33+
"subcategory": "CSC_ARMOR_OTHER",
3434
"skill_used": "secro_flesh_craft",
3535
"difficulty": 3,
3636
"time": "5 m",
@@ -42,8 +42,8 @@
4242
"result": "secro_flesh_chestrig",
4343
"type": "recipe",
4444
"activity_level": "LIGHT_EXERCISE",
45-
"category": "CC_SECRONOM",
46-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
45+
"category": "CC_ARMOR",
46+
"subcategory": "CSC_ARMOR_OTHER",
4747
"skill_used": "secro_flesh_craft",
4848
"difficulty": 4,
4949
"time": "20 m",
@@ -55,8 +55,8 @@
5555
"result": "secro_flesh_xl_chestrig",
5656
"type": "recipe",
5757
"activity_level": "LIGHT_EXERCISE",
58-
"category": "CC_SECRONOM",
59-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
58+
"category": "CC_ARMOR",
59+
"subcategory": "CSC_ARMOR_OTHER",
6060
"skill_used": "secro_flesh_craft",
6161
"difficulty": 4,
6262
"time": "25 m",
@@ -68,8 +68,8 @@
6868
"result": "secro_flesh_javelin_bag",
6969
"type": "recipe",
7070
"activity_level": "LIGHT_EXERCISE",
71-
"category": "CC_SECRONOM",
72-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
71+
"category": "CC_ARMOR",
72+
"subcategory": "CSC_ARMOR_OTHER",
7373
"skill_used": "secro_flesh_craft",
7474
"difficulty": 4,
7575
"time": "30 m",
@@ -81,8 +81,8 @@
8181
"result": "secro_flesh_legpouch",
8282
"type": "recipe",
8383
"activity_level": "LIGHT_EXERCISE",
84-
"category": "CC_SECRONOM",
85-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
84+
"category": "CC_ARMOR",
85+
"subcategory": "CSC_ARMOR_OTHER",
8686
"skill_used": "secro_flesh_craft",
8787
"difficulty": 3,
8888
"time": "5 m",
@@ -94,8 +94,8 @@
9494
"result": "secro_flesh_legpouch_large",
9595
"type": "recipe",
9696
"activity_level": "LIGHT_EXERCISE",
97-
"category": "CC_SECRONOM",
98-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
97+
"category": "CC_ARMOR",
98+
"subcategory": "CSC_ARMOR_OTHER",
9999
"skill_used": "secro_flesh_craft",
100100
"difficulty": 4,
101101
"time": "5 m",
@@ -107,8 +107,8 @@
107107
"result": "secro_flesh_quiver",
108108
"type": "recipe",
109109
"activity_level": "LIGHT_EXERCISE",
110-
"category": "CC_SECRONOM",
111-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
110+
"category": "CC_ARMOR",
111+
"subcategory": "CSC_ARMOR_OTHER",
112112
"skill_used": "secro_flesh_craft",
113113
"difficulty": 3,
114114
"time": "20 m",
@@ -120,8 +120,8 @@
120120
"result": "secro_flesh_quiver_large",
121121
"type": "recipe",
122122
"activity_level": "LIGHT_EXERCISE",
123-
"category": "CC_SECRONOM",
124-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
123+
"category": "CC_ARMOR",
124+
"subcategory": "CSC_ARMOR_OTHER",
125125
"skill_used": "secro_flesh_craft",
126126
"difficulty": 4,
127127
"time": "50 m",
@@ -133,8 +133,8 @@
133133
"result": "secro_flesh_tacvest",
134134
"type": "recipe",
135135
"activity_level": "LIGHT_EXERCISE",
136-
"category": "CC_SECRONOM",
137-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
136+
"category": "CC_ARMOR",
137+
"subcategory": "CSC_ARMOR_OTHER",
138138
"skill_used": "secro_flesh_craft",
139139
"difficulty": 5,
140140
"time": "30 m",
@@ -146,8 +146,8 @@
146146
"result": "secro_flesh_xl_tacvest",
147147
"type": "recipe",
148148
"activity_level": "LIGHT_EXERCISE",
149-
"category": "CC_SECRONOM",
150-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
149+
"category": "CC_ARMOR",
150+
"subcategory": "CSC_ARMOR_OTHER",
151151
"skill_used": "secro_flesh_craft",
152152
"difficulty": 6,
153153
"time": "50 m",

Kenan-Modpack/secronom_lore_expansion/Modification Files/Items/-Essentials/secro_recipe_cloak.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"result": "secro_flesh_cloak",
44
"type": "recipe",
55
"activity_level": "LIGHT_EXERCISE",
6-
"category": "CC_SECRONOM",
7-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
6+
"category": "CC_ARMOR",
7+
"subcategory": "CSC_ARMOR_OTHER",
88
"skill_used": "secro_flesh_craft",
99
"difficulty": 2,
1010
"time": "95 m",

Kenan-Modpack/secronom_lore_expansion/Modification Files/Items/-Essentials/secro_recipe_holster.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"result": "secro_flesh_back_holster",
44
"type": "recipe",
55
"activity_level": "LIGHT_EXERCISE",
6-
"category": "CC_SECRONOM",
7-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
6+
"category": "CC_ARMOR",
7+
"subcategory": "CSC_ARMOR_OTHER",
88
"skill_used": "secro_flesh_craft",
99
"difficulty": 3,
1010
"time": "30 m",
@@ -16,8 +16,8 @@
1616
"result": "secro_flesh_baldric_holster",
1717
"type": "recipe",
1818
"activity_level": "LIGHT_EXERCISE",
19-
"category": "CC_SECRONOM",
20-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
19+
"category": "CC_ARMOR",
20+
"subcategory": "CSC_ARMOR_OTHER",
2121
"skill_used": "secro_flesh_craft",
2222
"difficulty": 5,
2323
"time": "95 m",
@@ -29,8 +29,8 @@
2929
"result": "secro_flesh_bootstrap",
3030
"type": "recipe",
3131
"activity_level": "LIGHT_EXERCISE",
32-
"category": "CC_SECRONOM",
33-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
32+
"category": "CC_ARMOR",
33+
"subcategory": "CSC_ARMOR_OTHER",
3434
"skill_used": "secro_flesh_craft",
3535
"difficulty": 3,
3636
"time": "5 m",
@@ -42,8 +42,8 @@
4242
"result": "secro_flesh_holster",
4343
"type": "recipe",
4444
"activity_level": "LIGHT_EXERCISE",
45-
"category": "CC_SECRONOM",
46-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
45+
"category": "CC_ARMOR",
46+
"subcategory": "CSC_ARMOR_OTHER",
4747
"skill_used": "secro_flesh_craft",
4848
"difficulty": 3,
4949
"time": "20 m",
@@ -55,8 +55,8 @@
5555
"result": "secro_flesh_survivor_vest",
5656
"type": "recipe",
5757
"activity_level": "LIGHT_EXERCISE",
58-
"category": "CC_SECRONOM",
59-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
58+
"category": "CC_ARMOR",
59+
"subcategory": "CSC_ARMOR_OTHER",
6060
"skill_used": "secro_flesh_craft",
6161
"difficulty": 5,
6262
"time": "30 m",
@@ -68,8 +68,8 @@
6868
"result": "secro_flesh_xl_survivor_vest",
6969
"type": "recipe",
7070
"activity_level": "LIGHT_EXERCISE",
71-
"category": "CC_SECRONOM",
72-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
71+
"category": "CC_ARMOR",
72+
"subcategory": "CSC_ARMOR_OTHER",
7373
"skill_used": "secro_flesh_craft",
7474
"difficulty": 5,
7575
"time": "50 m",
@@ -81,8 +81,8 @@
8181
"result": "secro_flesh_XL_holster",
8282
"type": "recipe",
8383
"activity_level": "LIGHT_EXERCISE",
84-
"category": "CC_SECRONOM",
85-
"subcategory": "CSC_SECRONOM_FLESH ARMOR",
84+
"category": "CC_ARMOR",
85+
"subcategory": "CSC_ARMOR_OTHER",
8686
"skill_used": "secro_flesh_craft",
8787
"difficulty": 3,
8888
"time": "5 m",

0 commit comments

Comments
 (0)