Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I'll upload it to paradoxplaza as soon as I'm back on Tuesday! 😁
https://mods.paradoxplaza.com/mods/38176/Any
Because it apparently doesn't work how I expected it to work.
If I understand the vanilla mechanics correctly then inheritance should go down a tier and “try again” each time it fails all the way till even t1 fails.
But if that's the case then a child of a blood mage should be guaranteed to be a blood mage no matter what, since at T1 the inheritance chance is 100% even if just one parent has it.
And while for males there's the whole “Who's your daddy?” question, for females that should be impossible.
Yet I've seen an adept-tier female give birth to a traitless kid.
P.S. Speaking of being traitless. Would you mind making a once-per-game decision to get a t1 trait? I generally don't play custom characters (mostly because that cuts them off from history such as their house or any ongoing wars, but also because they are OP) and most existing ones start with heirs, so I sit there traitless till 3rd gen.
For getting the trait, other than in a custom character, you have 2 options.
1. Get the witch trait, then you have a major decision to become one lowing the witch trait
2. Find someone with any blood mage trait. Become friends, lovers or soulmates. You can then right click them and ask theþ to grant you the power
I get the secret all the time but for the trait itself I'd need it to get exposed and that's not so common in early game.
Oh well, time to go befriend some blood mages. I think I may even have one befriended already, just didn't notice that I could ask.
Good luck figuring the inheritance out. If you do figure it out I'd still like to know how it works.
The in-game UI makes it look like it's all standardized and simple, but it's not (it also lies).
And while the wiki explains a lot more, it still leaves you with more questions than answers.
The main one is – is there a standardized system that all traits have to tie into or is it left mostly to mod authors discretion?
Does inactive inheritance work for mod traits?
How do the blood legacy and the reinforce bloodline modifiers work?
Do they work for modded traits or don't they or is it at author's discretion?
Is it a flat +30% or is it +30% of what's a already there? (10% to 40% or 10% to 13%)
GAH! I hate playing without knowing the rules...
Btw, I think I recall an inheritance related mod having some issues when 1.5 came out. IIRC it was “inherit pure blood” mod. It makes it so that pure blood actually has a 100% inheritance chance if both parents have it, and when 1.5 came out that stopped being the case. Unless I misread or misremembered something.
https://pastebin.com/cw6EBsR3
I'm going to try playing around with the numbers, putting them higher than 100.
There's also the option to add an event on_child_birth, that would allow me to force a child of a blood mage to get a Blood Mage trait. Problem there it's not clear if it happens before or after the vanilla inheritance mechanics come in
Example.
1. If it happens after, then no problem :)
2. If it happens before trait inheritance mechanics come in, it will break them. If the child has been forced to get a Blood_mage_1 trait, then they can't get a higher one
blood_mage_1 = { # Initiate
index = 331
group = blood_mage
level = 1
ruler_designer_cost = 100
# trait type
fame = yes
good = yes
genetic = yes
# genetic
birth = 1
random_creation = 1
inherit_chance = 100
both_parent_has_trait_inherit_chance = 100
# benefits
monthly_learning_lifestyle_xp_gain_mult = 0.05
learning_per_stress_level = 2
years_of_fertility = 5
life_expectancy = 5
# description
desc = trait_blood_mage_desc
# AI behaviour
ai_rationality = 100
}
It's what the wiki page is based on.
Unfortunately it's not the code itself, but rather a list of constants and thus a lot is left to guesswork.
I was hoping there'd be actual documentation somewhere, but that was too much to hope for, since if that was the case then the wiki would have also had that info 10 times over by now.
The obvious guess is that those are multipliers in which case 100% inheritance from one parent would need a base of 400 and 100% from 2 parents a base of 125.
But if that doesn't work. Then I don't know what the hell would.
Now there's a different thing that's bugging me.
Why are you using one trait and not a pair of them?
I mean one for potential and one for the actual skill.
Also the interaction that gives the trait is throwing my strategic thinking for a loop.
It would seem that the best way of maintaining a strong blood mage “bloodline” is to actually avoid it's genetic inheritance and just transfer it via interaction.
You do want inheritance in your house (for the coven upgrades) but for your line of rulers you'd be saving a lot of time and devotion this way.
This is why I think it'd be better to split the trait 2-ways. With potential passing by inheritance and skill passing by events or interactions there wouldn't be this kind of weirdness.