N3OW/common/scripted_triggers/00_auto_character_triggers.txt

17 lines
332 B
Text

is_valid_auto_title_holder = {
is_capable_adult = yes
is_claimant = no
is_imprisoned = no
trigger_if = {
limit = {
scope:base.primary_title = { has_title_law = female_only_law }
}
is_female = yes
}
trigger_if = {
limit = {
scope:base.primary_title = { has_title_law = male_only_law }
}
is_male = yes
}
}