Crusader Kings III

Crusader Kings III

View Stats:
CrUsHeR Dec 23, 2023 @ 11:28pm
Clan Unity dropping from making lovers?
I'm getting -8 clan unity everytime my ruler seduces anyone, including his own wife (wives).

This even happens when using a cheat mod to directly set the wife to lover / soulmate at game start, so it isn't related to the seduction scheme specifically.



Clan unity log basically says

<my ruler name> stirred up trouble with <my ruler name>

Anybody confirm?
< >
Showing 1-3 of 3 comments
Hydra_360ci Dec 26, 2023 @ 9:12am 
idk.... according to wiki romance isn't a factor. My guess is a mod messed things up.

https://ck3.paradoxwikis.com/Government#House_unity

I can't really confirm, not running a clan game and not at home at the moment... to even start one.
Last edited by Hydra_360ci; Dec 26, 2023 @ 9:21am
CrUsHeR Jan 10, 2024 @ 10:22am 
Alright just to get back on this. I'm not an expert modder, but i believe this script is causing it:

/common/on_acion/relations/relation_on_actions.txt

line 137

# If we're a clan this affects unity if = { limit = { # You'll lose unity for becoming the lover with another house member's spouse (regardless of what house your lover has) scope:target = { primary_spouse ?= { exists = house exists = root.house house = root.house } } } add_clan_unity_interaction_effect = { CHARACTER = root TARGET = scope:target.primary_spouse VALUE = medium_unity_loss DESC = clan_unity_caused_trouble.desc REVERSE_NON_HOUSE_TARGET = no } } else_if = { limit = { # You'll gain some unity for becoming a lover with a member of your house (as long as they aren't married to yet ANOTHER house member) scope:target = { primary_spouse ?= { exists = house exists = root.house NOT = { house = root.house } } } } add_clan_unity_interaction_effect = { CHARACTER = root TARGET = scope:target VALUE = minor_unity_gain DESC = clan_unity_become_lover.desc REVERSE_NON_HOUSE_TARGET = no } }

So basically, you lose unity because you became lover with a house member's spouse, which includes your own person and your own spouse?
Last edited by CrUsHeR; Jan 10, 2024 @ 10:22am
Hydra_360ci Jan 10, 2024 @ 11:32am 
The descriptions are saying:

"You'll lose unity for becoming the lover with another house member's spouse. Regardless of what house your lover has."
I guess like... if ur lover is married to another (not u) house member. (even if she's ur sister, since being ur sister would mean she is of ur house), it still counts as Lost Unity.

and then....

"you'll gain some unity for becoming a lover with a member of your house. As long as they aren't married to yet ANOTHER house member."
I guess, meaning "everyone" unmarried of ur house is valid. Plus you can make your wife your lover for Unity progress, (since she's married... to u.... not to some dude from another house).

Now whether or not the actual programming is doing what the descriptions are saying.... no clue.
Last edited by Hydra_360ci; Jan 10, 2024 @ 12:23pm
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Dec 23, 2023 @ 11:28pm
Posts: 3