k_Nitso = {
allow = {
FROM = {
has_horde_culture = no
}
OR = {
k_Nitso = {
is_titular = no
}
AND = {
FROM = {
primary_title = { title = d_Nitso }
}
OR = {
FROM = {
num_of_duke_titles = 4
}
d_Nitso = {
de_jure_liege = k_no_kingdom
}
}
}
}
}
gain_effect = {
if = {
limit = {
k_Nitso = { is_titular = yes }
}
FROM = {
any_demesne_title = {
limit = {
tier = DUKE
de_jure_liege = k_no_kingdom
}
de_jure_liege = k_Nitso
}
}
}
}
color = { 0.75 0.13 0.30 }
color2 = { 0.65 0.99 0.70 }
creation_requires_capital = no
capital = 1
}
k_Nitso = {
color = { 0.75 0.13 0.30 }
color2 = { 0.65 0.99 0.70 }
creation_requires_capital = no
capital = 1
allow = {
FROM = {
has_horde_culture = no
}
OR = {
k_Nitso = {
is_titular = no
}
AND = {
FROM = {
primary_title = { title = d_Nitso }
}
OR = {
FROM = {
num_of_duke_titles = 4
}
d_Nitso = {
de_jure_liege = k_no_kingdom
}
}
}
}
}
gain_effect = {
if = {
limit = {
k_Nitso = { is_titular = yes }
}
FROM = {
any_demesne_title = {
limit = {
tier = DUKE
de_jure_liege = k_no_kingdom
}
de_jure_liege = k_Nitso
}
}
}
}
}
Oh, so we're a qualified dentist now as well are we?Check for misplaced braces.
Check for misplaced braces.
Check for misplaced braces.
Oh, so we're a qualified dentist now as well are we?
Both of those can be done with the effect command:What are the codes for adding guardian or regent in the character file, please?
And is it not possible to add_weak_claim? That command doesn't seem to do anything.
Your modding insight and favorable general knowledge won't stand for much come the Final Judgment, VanHouten. Your card is surely marked.No, but I can give my uninformed opinion on any number of subjects.
Thanks. What about regent? Is there a way to set a regent?Both of those can be done with the effect command:
effect = { add_weak_claim = k_england }
I think adding a guardian by ID will probably work as well, E.G., guardian = 1.
give_minor_title = title_regentThanks. What about regent? Is there a way to set a regent?
The guardian seems to work, though it doesn't show the child as her ward. It looks like he is being tutored by her though.
I'm trying to add a trait similar to Sayyid that is always passed on to children, but is also passed on from both father and mother in order to make tracking descent easier. I have a couple problems: How can I 1) stop the AI from spawning characters with the trait, 2) make it always transferred from parent to child?
I know I could use agnatic, but that would only work for the fathers, I want to track descent from mothers as well.
potential = { always = no }To prevent it from spawning on random characters you'll have to add customizer = no, I believe, but that will also prevent it from being usable in ruler designer.
The guardian codes seem to do the same thing. What is the difference?give_minor_title = title_regent
Once again in an effect scope, though this time on the character becoming regent. Note that for someone to be regent they've got to either be a vassal or a courtier of the child/incapable person/pilgrim.
Oh and the command for setting a guardian is set_guardian = <target>, not guardian = <target>.