fixes for clothes

This commit is contained in:
Fishedotjpg 2026-03-09 20:02:09 +00:00
parent 3c437bec89
commit 5fbbd21310
5 changed files with 1497 additions and 21 deletions

View file

@ -209,7 +209,6 @@ on_title_gain = {
}
}
}
add_character_flag = peasant_outfit
create_noble_family_effect = { GOVERNMENT_GIVER = this }
}
if = {
@ -221,7 +220,6 @@ on_title_gain = {
}
}
}
add_character_flag = peasant_outfit
primary_title = {
add_title_law = saxon_elective_succession_law
}
@ -2503,8 +2501,7 @@ on_title_gain = {
if = {
limit = {
has_character_flag = peasant_outfit
NOT = { government_has_flag = government_is_herder }
NOT = { government_has_flag = government_is_prepublic }
NOT = { government_has_flag = government_is_true_herder }
}
remove_character_flag = peasant_outfit
}
@ -2837,7 +2834,6 @@ on_title_gain_inheritance = {
}
}
}
add_character_flag = peasant_outfit
create_noble_family_effect = { GOVERNMENT_GIVER = this }
}
if = {
@ -2849,7 +2845,6 @@ on_title_gain_inheritance = {
}
}
}
add_character_flag = peasant_outfit
primary_title = {
add_title_law = saxon_elective_succession_law
}
@ -2916,7 +2911,6 @@ on_title_gain_usurpation = {
}
}
}
add_character_flag = peasant_outfit
create_noble_family_effect = { GOVERNMENT_GIVER = this }
}
if = {
@ -2928,7 +2922,6 @@ on_title_gain_usurpation = {
}
}
}
add_character_flag = peasant_outfit
primary_title = {
add_title_law = saxon_elective_succession_law
}