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

@ -203,7 +203,13 @@ on_title_gain = {
NOT = {
exists = domicile
}
NOT = {
primary_title = {
title_tier = barony
}
}
}
add_character_flag = peasant_outfit
create_noble_family_effect = { GOVERNMENT_GIVER = this }
}
if = {
@ -215,6 +221,7 @@ on_title_gain = {
}
}
}
add_character_flag = peasant_outfit
primary_title = {
add_title_law = saxon_elective_succession_law
}
@ -2497,6 +2504,7 @@ on_title_gain = {
limit = {
has_character_flag = peasant_outfit
NOT = { government_has_flag = government_is_herder }
NOT = { government_has_flag = government_is_prepublic }
}
remove_character_flag = peasant_outfit
}
@ -2823,7 +2831,13 @@ on_title_gain_inheritance = {
NOT = {
exists = domicile
}
NOT = {
primary_title = {
title_tier = barony
}
}
}
add_character_flag = peasant_outfit
create_noble_family_effect = { GOVERNMENT_GIVER = this }
}
if = {
@ -2835,6 +2849,7 @@ on_title_gain_inheritance = {
}
}
}
add_character_flag = peasant_outfit
primary_title = {
add_title_law = saxon_elective_succession_law
}
@ -2895,7 +2910,13 @@ on_title_gain_usurpation = {
NOT = {
exists = domicile
}
NOT = {
primary_title = {
title_tier = barony
}
}
}
add_character_flag = peasant_outfit
create_noble_family_effect = { GOVERNMENT_GIVER = this }
}
if = {
@ -2907,6 +2928,7 @@ on_title_gain_usurpation = {
}
}
}
add_character_flag = peasant_outfit
primary_title = {
add_title_law = saxon_elective_succession_law
}

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
}