
Loi de succession
Tribu matriarcale
Type de Loi de succession d'une tribu par lequel la nouvelle Dirigeante est la fille aînée de la précédente Dirigeante.
Exercice du pouvoir endiguéType de modificateurcalcDéfinitionin_game/common/heir_selections/tribal.txt:87
88include_ruler_siblings = yes
89through_female = yes
90allow_female = yes
91allow_male = no
92allow_children = yes
93ignore_ruler = yes
95use_mothers_dynasty = yes
98heir_is_allowed = {
}
100locked = {
100has_reform = government_reform:haudenosaunee_clan_mothers
}
106calc = {
107add = {
108desc = "HEIR_SELECTION_MOTHER_IS_RULER_DESC" • Score car la mère est la dirigeante
109if = {
110limit = {
111OR = {
112not = {
112exists = root
}
113mother ?= scope:target.last_valid_ruler
}
}
116value = 500
}
}
120add = {
121desc = "HEIR_SELECTION_GRANDMOTHER_IS_RULER_DESC" • Score car la grand-mère est la Dirigeante
122if = {
123limit = {
124OR = {
125not = {
125exists = root
}
126and = {
127exists = mother
128mother.mother ?= scope:target.last_valid_ruler
}
}
}
132value = 250
}
}
136if = {
137limit = {
138exists = root
}
144if = {
146add = {
147desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • N'est pas digne de gouverner
148value = -1000
}
}
}
154if = {
155limit = {
156not = {
156exists = root
}
}
158add = {
159desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score selon l'âge
160value = 1
}
}
}