
계승 법칙
부족 모권제
부족의 계승 법칙 유형입니다. 이전 Ruler의 장녀가 새 통치자가 됩니다.
통치 차단보정치 유형calc정의in_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" • 모친이 통치자인 경우 부여되는 점수
109if = {
110limit = {
111OR = {
112not = {
112exists = root
}
113mother ?= scope:target.last_valid_ruler
}
}
116value = 500
}
}
120add = {
121desc = "HEIR_SELECTION_GRANDMOTHER_IS_RULER_DESC" • 조모가 통치자인 경우 부여되는 점수
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" • 통치에 부적합
148value = -1000
}
}
}
154if = {
155limit = {
156not = {
156exists = root
}
}
158add = {
159desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 나이 1살당 부여되는 점수
160value = 1
}
}
}