Crusader Kings III

Crusader Kings III

Unlanded Characters Inherit Gold
38 kommentarer
Fren 29. apr. kl. 3:35 
might need update, still checking if this mod break something in the khans update
piercebuster 12. mar. kl. 15:17 
Hey Karstaag, technically realm priests are considered unlanded, so they end up triggering this mod's inheritance rather than giving all the gold to their successor.

You can fix this by adding the limit
is_clergy = no
to UnlandedGold_on_Actions.txt

I put out a fork of this that also changes some things for balance. Feel free to copy any part. Thanks for this!
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3443312765
OP Cheater 25. feb. kl. 16:00 
Is this applicable to characters with titles as well?
cuomo860 15. jan. kl. 8:06 
There were complaints about religious rulers getting too much gold. When I integrated this into the super compatch I added a lot more levels before it reached this rulers.
[AT] 10 Simps 14. jan. kl. 22:17 
any issues folks?
vladimir_gilmour 2. juni 2024 kl. 1:18 
is this save game compatible?
Karstaag  [ophavsmand] 19. apr. 2024 kl. 1:20 
@HeirandtheSpare It should work with any version unless Paradox broke the code.
HeirandtheSpare 17. apr. 2024 kl. 18:22 
Does this still work with the recent updates? Or does it need to be updated as well?
cuomo860 26. jan. 2024 kl. 7:47 
@Karstaag. I've actually implemented this mod and with some tweaks into my Super Compatch so I wanted to let you know what I've done in regards to @BlackGenetics concerns.

Since the game clearly states, gold represents all assets not just money, with the thought that outside of family, characters are only going to be able to obtain liquid assets from the dead.

I changed level c to only be 80% of gold value, which spouse gets. This does well to represent the loss of value of losing a spouse. (20% probably should be taken off the top in the event files but I didn't want to mess with those and it would likely be such a minor amount.)

I added levels d and e which are 30% and 15% respectively. 30% to liege and everybody else gets 15% of the characters gold value further down the line.

In the scenario described below the Caliphate would get 7.5k to 9k. It's not ideal but a much better scenario.

You can find the file changes in the Super Compatch if you want to see specifically.
cuomo860 26. jan. 2024 kl. 6:47 
@BlackGenetics @Karstaag I mean, that makes for a realistic representation of the power of faith heads lol. However, I suppose there could be some coding to prevent that at some level.
Karstaag  [ophavsmand] 26. jan. 2024 kl. 6:00 
@BlackGenetics I don't make mods with balance in mind. Feel free to fork it if you want.
BlackGenetics 26. jan. 2024 kl. 5:23 
Hello! I have to say I love the idea of this mod but it completely breaks the Abbasid Caliphate as they are the head of faith and receive most of the inheritance from Sunni characters without any family members. After 30 years starting from 867 they always amass 50k-60k gold breaking the game balance substantially.
Karstaag  [ophavsmand] 19. jan. 2024 kl. 21:21 
@cuomo860 Added your suggestions. Also added in couple of code snippets to check for culture head, spouse and realm priest too. Thanks.
cuomo860 19. jan. 2024 kl. 8:21 
I went ahead and put in the discussion section some fixed coding which may do a better job of what you're looking for. I haven't tested it so it may not work as intended.
cuomo860 19. jan. 2024 kl. 7:33 
Since it's causing an issue with cases where the character is travelling, I would just change the 3rd part to liege and not host, if it exists.

gold_inherit_relatives_3 = {
trigger = {
is_landed = no
gold > 0
ROOT = {
NOT = {
any_child = {
is_alive = yes
}
any_close_or_extended_family_member = {
is_alive = yes
}
}
}
exists = root.liege
}
effect = {
ROOT = {
pay_short_term_gold = {
target = root.liege
gold = inherited_gold_value_c
}
}
}
}

The first two parts cover, a wandering character who has family. The third part covers the liege which represents their abandoned valuables being taken. There could be a 4th part for host using the exists = host.instead of liege. The 5th part could be NOT exists = host exists = liege and it could be given to the head of faith? or just passes on.

The key to avoiding the errors will be making sure the effect does not target a character who does not exists...hence the trigger having the exists =.
Karstaag  [ophavsmand] 19. jan. 2024 kl. 1:53 
@Dnasis I've tried but I can't seem to make the code target characters who have no liege or host.
Dnasis 18. jan. 2024 kl. 18:33 
How does this work with an unlanded character dies with no heirs AND no host or liege? I've been using the travelers mod and I think so many characters in transit is causing a lot of errors for this mod.
Caloens2k1 27. nov. 2023 kl. 6:51 
Is this save game compatible?
geri.1313 12. okt. 2023 kl. 12:08 
Not compatible with AGOT Beta 0.1.16 for CK3 Version 1.10.2
Noted on 12.10.2023
stukulele 3. okt. 2023 kl. 8:06 
Would it be possible to get a popup to let you know which character has died and how much they have left you?
HeirandtheSpare 7. sep. 2023 kl. 18:19 
Cool. How did it work before?
Karstaag  [ophavsmand] 15. aug. 2023 kl. 14:41 
They still fire.
cuomo860 15. aug. 2023 kl. 14:18 
You may want to check what is actually uploaded to steam...it may have been a bad upload but your on_action say;

trigger_event = {
id = gold_relatives.0001
}

trigger_event = {
id = gold_relatives.0002

but you event files show the events are actually
gold_relatives.1 and gold_relative.2 not gold_relatives.0001 and gold_relatives.0002
Karstaag  [ophavsmand] 15. aug. 2023 kl. 13:51 
It only seems not to work when you execute someone you imprisoned from the assassination event. But the character might have some obscure relative that the gold goes to.
cuomo860 15. aug. 2023 kl. 11:49 
FYI, the mod doesn't work because the on_action is triggering files which are not names correctly.
أبو مقرن 14. juli 2023 kl. 7:14 
can you add an option that does the same for landed characters when they die? its weird that only the main heir get all the gold
Karstaag  [ophavsmand] 20. juni 2023 kl. 1:49 
@Ahoyande It does work.
Ahoyande 19. juni 2023 kl. 17:23 
My courtiers' kids never inherit their dead parents' money. The mod doesn't seem to work.
tilarium 23. maj 2023 kl. 12:53 
@Cali, All mods are achievement compatible now.
puggy 23. maj 2023 kl. 11:28 
How about debt or negative gold balances on death
CaliBlueBear 18. maj 2023 kl. 19:55 
Achievements compatible?
Karstaag  [ophavsmand] 30. apr. 2023 kl. 17:39 
@Ēarendel What doesn't work?
@mack_min No. I can't be bothered to. I'm not very skilled at modding anyways.
@alegdansk All the gold disappears forever.

I will try to update the MAR mods after the ck3 dlc has dropped and make them more simple and compatible using on_actions instead of modifying the vanilla religion files.
Ēarendel 30. apr. 2023 kl. 16:37 
Doesn't work
"KRUPPSTAHL" Getty Wang 26. apr. 2023 kl. 7:41 
Very neat mod !!!
j112000f 25. apr. 2023 kl. 16:44 
Hey your mod is awesome. Any plans to expand upon features to allow unlanded to become nobles? Thank you
Riaman 22. apr. 2023 kl. 14:16 
good, now my courtiers if they don't have children will return me money, or if they have enough money after few gens, they will get a castle barony or county.
alegdansk 22. apr. 2023 kl. 9:48 
How does it works in the base game when an unlanded character dies?
Ahoyande 22. apr. 2023 kl. 8:53 
This was long overdue and should be in the base game. Thank you!