
Porządek sukcesji
Plemienny system matriarchalny
Rodzaj plemiennego Concept, w ramach którego władzę obejmuje najstarsza córka poprzedniej Concept.
Zakaz rządzeniaTyp modyfikatoracalcDefinicjain_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" • Punkty za władającą matkę
109if = {
110limit = {
111OR = {
112not = {
112exists = root
}
113mother ?= scope:target.last_valid_ruler
}
}
116value = 500
}
}
120add = {
121desc = "HEIR_SELECTION_GRANDMOTHER_IS_RULER_DESC" • Punkty za władającą babcię
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" • Nie nadaje się do rządzenia
148value = -1000
}
}
}
154if = {
155limit = {
156not = {
156exists = root
}
}
158add = {
159desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Punkty za wiek
160value = 1
}
}
}