Skip to content

Commit eaf1736

Browse files
committed
Update Secronom thanks to Axema's work
1 parent a9a2b61 commit eaf1736

File tree

2 files changed

+11
-30
lines changed

2 files changed

+11
-30
lines changed

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

Lines changed: 9 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,8 @@
5555
{
5656
"type": "effect_type",
5757
"id": "parasiteworm_pain",
58-
"name": [ "Parasitic Influence" ],
59-
"apply_message": "You feel your veins itch!",
60-
"desc": [ "parasites are causing you pain!" ],
6158
"miss_messages": [ [ "You feel bad inside.", 2 ] ],
62-
"decay_messages": [ [ "The parasites were weakened!", "good" ] ],
63-
"remove_message": "Your natural defenses neutralized the parasites!",
59+
"blood_analysis_description": "Unknown Parasites",
6460
"int_add_val": 1,
6561
"max_intensity": 3,
6662
"int_decay_step": -1,
@@ -76,12 +72,8 @@
7672
{
7773
"type": "effect_type",
7874
"id": "parasiteworm_move",
79-
"name": [ "Parasitic Influence" ],
80-
"apply_message": "You feel your veins itch!",
81-
"desc": [ "parasites are affecting your motor reflexes!" ],
8275
"miss_messages": [ [ "You feel bad inside.", 2 ] ],
83-
"decay_messages": [ [ "The parasites were weakened!", "good" ] ],
84-
"remove_message": "Your natural defenses neutralized the parasites!",
76+
"blood_analysis_description": "Unknown Parasites",
8577
"int_add_val": 1,
8678
"max_intensity": 3,
8779
"int_decay_step": -1,
@@ -95,12 +87,8 @@
9587
{
9688
"type": "effect_type",
9789
"id": "parasiteworm_int",
98-
"name": [ "Parasitic Influence" ],
99-
"apply_message": "You feel your veins itch!",
100-
"desc": [ "parasites are affecting your thinking capabilities!" ],
10190
"miss_messages": [ [ "You feel bad inside.", 2 ] ],
102-
"decay_messages": [ [ "The parasites were weakened!", "good" ] ],
103-
"remove_message": "Your natural defenses neutralized the parasites!",
91+
"blood_analysis_description": "Unknown Parasites",
10492
"int_add_val": 1,
10593
"max_intensity": 3,
10694
"int_decay_step": -1,
@@ -114,12 +102,8 @@
114102
{
115103
"type": "effect_type",
116104
"id": "parasiteworm_stomach",
117-
"name": [ "Parasitic Influence" ],
118-
"apply_message": "You feel your veins itch!",
119-
"desc": [ "parasites hasten both hunger and thirst!" ],
120105
"miss_messages": [ [ "You feel bad inside.", 2 ] ],
121-
"decay_messages": [ [ "The parasites were weakened!", "good" ] ],
122-
"remove_message": "Your natural defenses neutralized the parasites!",
106+
"blood_analysis_description": "Unknown Parasites",
123107
"int_add_val": 1,
124108
"max_intensity": 3,
125109
"int_decay_step": -1,
@@ -186,13 +170,8 @@
186170
"type": "effect_type",
187171
"show_in_info": true,
188172
"id": "vector_infect",
189-
"apply_memorial_log": "Contracted a vector infection.",
190-
"remove_memorial_log": "Stopped a vector infection.",
191-
"miss_messages": [ [ "You feel something sinks deep within you.", 1 ] ],
192-
"name": [ "Vector Infection", "Vector Infection", "Vector Infection" ],
193-
"desc": [
194-
"You are suffering from a vector infection!\nPharmaceutical drugs doesn't seem to take effect and may require something... juicy."
195-
],
173+
"miss_messages": [ [ "You feel something sink deep within you.", 1 ] ],
174+
"blood_analysis_description": "Vector Infection",
196175
"rating": "bad",
197176
"max_intensity": 3,
198177
"max_duration": 9600,
@@ -1084,7 +1063,9 @@
10841063
{
10851064
"type": "effect_type",
10861065
"id": "eff_grubbyworm_limit",
1087-
"base_mods": { "hurt_min": [ 1 ], "hurt_tick": [ 3 ], "hurt_chance": [ 3 ] }
1066+
"base_mods": { "hurt_min": [ 1 ], "hurt_tick": [ 3 ], "hurt_chance": [ 3 ] },
1067+
"removes_effects": [ "bleed" ],
1068+
"blocks_effects": [ "bleed" ]
10881069
},
10891070
{
10901071
"type": "effect_type",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
]
3939
},
4040
{
41-
"//": "Pick an alpha from the horde. There's either more than one or none at all.",
41+
"//": "Rare chance to pick an alpha from the horde.",
4242
"name": "GROUP_SWARMERALPHA_PICK",
4343
"type": "monstergroup",
4444
"default": "mon_zombie_swarmer_moderate",
45-
"monsters": [ { "monster": "mon_zombie_swarmer_alpha_rally", "freq": 75, "cost_multiplier": 0 } ]
45+
"monsters": [ { "monster": "mon_zombie_swarmer_alpha_rally", "freq": 10, "cost_multiplier": 0 } ]
4646
},
4747
{
4848
"name": "GROUP_EZTARVING_UPGRADE",

0 commit comments

Comments
 (0)