Hi all,
I made a mod where Nobles I invited though Decision was from my dynasty, now I'm wondering if I can mod Merchant Republic creation to pick from my dynasty when choosing Patricians.
I found this section in realm_decisions.txt and settlement_decisions.txt
Thoughts?
I made a mod where Nobles I invited though Decision was from my dynasty, now I'm wondering if I can mod Merchant Republic creation to pick from my dynasty when choosing Patricians.
I found this section in realm_decisions.txt and settlement_decisions.txt
And my first thought was to change NOT = { dynasty = none } to dynasty = FROM but it doesn't seem to do anything.any_unique_dynasty_vassal = { # gives random vassals a family palace
count = 4
limit = {
is_female = no
OR = {
is_republic = yes
is_tribal = yes
}
is_patrician = no
prisoner = no
NOT = { trait = incapable }
is_adult = yes
NOT = {
dynasty = none
}
}
Thoughts?