This commit is contained in:
Fishedotjpg 2026-03-09 19:28:36 +00:00
parent 6760f2c175
commit fc1a7b5530
6 changed files with 2321 additions and 13 deletions

View file

@ -761,9 +761,29 @@ yearly_playable_pulse = {
NOT = {
exists = domicile
}
NOT = {
primary_title = {
title_tier = barony
}
}
}
add_character_flag = peasant_outfit
create_noble_family_effect = { GOVERNMENT_GIVER = this }
}
if = {
limit = {
government_has_flag = government_is_prepublic
primary_title = {
NOT = {
has_title_law = saxon_elective_succession_law
}
}
}
add_character_flag = peasant_outfit
primary_title = {
add_title_law = saxon_elective_succession_law
}
}
if = {
limit = {
has_title = title:k_papal_state
@ -2683,7 +2703,13 @@ quarterly_playable_pulse = {
NOT = {
exists = domicile
}
NOT = {
primary_title = {
title_tier = barony
}
}
}
add_character_flag = peasant_outfit
create_noble_family_effect = { GOVERNMENT_GIVER = this }
}
if = {
@ -2695,6 +2721,7 @@ quarterly_playable_pulse = {
}
}
}
add_character_flag = peasant_outfit
primary_title = {
add_title_law = saxon_elective_succession_law
}