RafeeTheWolf Posted August 14, 2025 Posted August 14, 2025 View File Lewd Epidemics Lewd Epidemics V0.01 What is Lewd Epidemics? I wanted to make the epidemic system in the game more appealing. So, the mod aims to add flavor to that system and bring parts of other awesome mods into it as well. Current Features: - A breast expansion epidemic. (Incorporates Phaze Additional Degeneracy's tit trait.) - Small flavor event for the breast expansion disease. Future Features/ Ideas: (In no particular order.) - Furpies, (I want to make a few epidemics using Phaze Species and have people turn into furry peps.) - Hucow virus. - Tentacle monster outbreaks. - Body modification parasites. - Rut/ heat fever. - More events and better names for the breast expansion epidemic. Issues: - Might run into issues with total overhaul mods, not certain. - For now, until I get some content out here, I am only working with the vanilla map in mind. Might change later. Load Order: Carnalitas Phaze Additional Degeneracy Lewd Epidemics Submitter RafeeTheWolf Submitted 08/13/2025 Category Crusader Kings 3 Requirements Carnalitas & Phaze Additional Degeneracy 5
QM8 Posted August 14, 2025 Posted August 14, 2025 When I tried adding the mod to my playset, it said, "The path in this mod's descriptor file is invalid or does not exist."
Phaze Star Posted August 14, 2025 Posted August 14, 2025 (edited) 1 hour ago, QM8 said: When I tried adding the mod to my playset, it said, "The path in this mod's descriptor file is invalid or does not exist." Usually this happens if the .mod path calls for the author's directory rather than generic. Open .mod with a txt editor and find the file path. Delete everything until the path just says "mod/whatever_the_mods_name_is_here" Edited August 14, 2025 by Phaze Star 5
yveltalsmurf_ Posted August 14, 2025 Posted August 14, 2025 (edited) COOK!!!!! keep it up Edited August 14, 2025 by yveltalsmurf_
TwinFangToshiro Posted August 14, 2025 Posted August 14, 2025 Broken wont enable in manager pathing error
Akashi_1944 Posted August 14, 2025 Posted August 14, 2025 10 hours ago, Phaze Star said: Usually this happens if the .mod path calls for the author's directory rather than generic. Open .mod with a txt editor and find the file path. Delete everything until the path just says "mod/whatever_the_mods_name_is_here" Mind giving a screenshot for those of us code illiterate?
pasiphae Posted August 14, 2025 Posted August 14, 2025 version="0.1" tags={ "Alternative History" "Gameplay" "Events" } name="Lewd Epidemics" picture="thumbnail.png" supported_version="1.16.*" path="mod/Lewd Epidemics" the .mod file should read like this 3
CK2player2 Posted August 14, 2025 Posted August 14, 2025 (edited) Oh this is a fun idea, I can't wait to see this in action. Will there be a way to set which viruses can show up in your game? Edited August 14, 2025 by CK2player2
Kylles Posted August 15, 2025 Posted August 15, 2025 (edited) I had the breast epidemic in a region of my realm but it didn't go to my capital, so I went on a hunt to get infected. I got it through an event (where I drank infected water) but the breast growth event didn't shoot. It's probably a good idea to had the breast growth as an on_action for more consistent progressive growth rather than instant on infection. I really like the mod idea tho, hope you keep working on it ! Edited August 15, 2025 by Kylles
N1p Posted August 15, 2025 Posted August 15, 2025 Love the idea, would love to see more types of epidemics. It would also be nice if it was possible to disable in rules the unwanted plagues, when you add more.
toynbeeidea Posted August 16, 2025 Posted August 16, 2025 On 8/14/2025 at 3:05 AM, TwinFangToshiro said: Broken wont enable in manager pathing error Too ESL for me to quite understand: Works for me when installed with Irony Mod Manager. 1
BFDCYY Posted August 16, 2025 Posted August 16, 2025 Does breast enlargement only work when using Phaze Additional Degeneracy?
Platinphoenixx Posted August 16, 2025 Posted August 16, 2025 Love the idea of making epidemics less horrible... sadly, i don't like 10-ton boobies
RafeeTheWolf Posted August 17, 2025 Author Posted August 17, 2025 On 8/13/2025 at 9:53 PM, QM8 said: When I tried adding the mod to my playset, it said, "The path in this mod's descriptor file is invalid or does not exist." Sworry fellas, didn't realize it until today that I bungled that path in the mod file. Should be fixed now, On 8/15/2025 at 8:05 AM, Kylles said: I had the breast epidemic in a region of my realm but it didn't go to my capital, so I went on a hunt to get infected. I got it through an event (where I drank infected water) but the breast growth event didn't shoot. It's probably a good idea to had the breast growth as an on_action for more consistent progressive growth rather than instant on infection. I really like the mod idea tho, hope you keep working on it ! I'll have to see if I can whip it up as an on_action. On 8/16/2025 at 2:54 AM, BFDCYY said: Does breast enlargement only work when using Phaze Additional Degeneracy? I use their breast trait for the infection. For intended functionality I would say yes. On 8/14/2025 at 2:12 PM, CK2player2 said: Oh this is a fun idea, I can't wait to see this in action. Will there be a way to set which viruses can show up in your game? It's on the bucket list, but I'm more focused on getting more virus and such out first. 1
Kylles Posted August 17, 2025 Posted August 17, 2025 (edited) 32 minutes ago, RafeeTheWolf said: I'll have to see if I can whip it up as an on_action. I did the on_action myself since then. The file look like this (based of phaze mods on_actions), you could probably do it differently but it might help. random_yearly_everyone_pulse = { on_actions = { on_lewd_infection } } on_lewd_infection = { trigger = { OR = { is_landed = yes is_courtier = yes } is_female = yes has_trait = inflated_breasts is_imprisoned = no } random_events = { 60 = lewd_epidemics_events.1 #I hope it's not permanent } } also I replaced the "add_trait = tits_big_good_4" in the event by "carn_increase_tits_size_one_step_effect = yes". It's modified by Phaze's degen so it does go up to lvl4 and this way it increase every time the event trigger (which is yearly rn bc I took yearly pulse) Edited August 17, 2025 by Kylles
RenFL2 Posted August 20, 2025 Posted August 20, 2025 Can I request that inflated breasts eventually goes away or at least reduces to a smaller debuff? -8 to learning is a huge impact. Especially if you do as Kylles suggests so that they stop growing larger infinitely.
Ultimateslayer Posted August 20, 2025 Posted August 20, 2025 16 hours ago, RenFL2 said: Can I request that inflated breasts eventually goes away or at least reduces to a smaller debuff? -8 to learning is a huge impact. Especially if you do as Kylles suggests so that they stop growing larger infinitely. Yeah i was wondering if there was a way for the disease to disappear.
someguy64461 Posted August 26, 2025 Posted August 26, 2025 Any chance for more "generic" epidemics? "Lust-craze" everyone affected starts having sex with random lords, courtiers, etc "Deviants Plague" everyone will become a deviant during infection and want something very...specific...(i.e. anal, bondage, etc) Maybe with enough learning you can "resist" the urge? I can't mod, but they seem like they would be rather straight forward. If I'm wrong, my bad. 1
unicron9999 Posted September 5, 2025 Posted September 5, 2025 This is such a cool premise and interesting way to engage with the mechanics! I hope you continue!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now