仪典竞争制
继承法

仪典竞争制

ritual_selectionin_game/common/heir_selections/tribal.txt:166

这是一种世界各地多种文化都可使用的继承法。通过举办仪典竞赛从前任统治者的子嗣中选出获胜者赢得统治权。

需要安第斯文化组potential禁止担任统治者修正类型calc

定义in_game/common/heir_selections/tribal.txt:166

173include_ruler_siblings = no
174all_in_dynasty = no
175through_female = no
176allow_female = no
177allow_children = yes
178ignore_ruler = yes
179show_candidates = yes
181allowed_estates = {
}
182heir_is_allowed = {
}
184potential = {
185culture = {
185has_culture_group = culture_group:andean_group
}
}
189calc = {
191if = {
192limit = {
193exists = root
}
195add = {
196desc = "HEIR_SELECTION_RANDOM_DESC" •候选人获得随机分数(0.00~+200.00)
197value = random_integer
198modulo = 200
}
200add = {
201desc = "HEIR_SELECTION_ADM_DESC" •行政能力
202value = root.adm
}
204add = {
205desc = "HEIR_SELECTION_DIP_DESC" •外交能力
206value = root.dip
}
208add = {
209desc = "HEIR_SELECTION_MIL_DESC" •军事能力
210value = root.mil
}
213if = {
214limit = {
215NOT = {
216scope:target = {
217any_primary_or_accepted_culture = {
217root.culture = this
}
}
}
}
221add = {
222desc = "HEIR_SELECTION_NON_ACCEPTED_CULTURE_DESC" •歧视文化
223value = -100
}
}
227if = {
228limit = {
228exists = root.father
}
230if = {
231limit = {
232root.father = scope:target.ruler
}
234add = {
236desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" •父母是当前统治者
237value = 100
}
}
}
243if = {
244limit = {
244exists = root.mother
}
246if = {
247limit = {
248scope:target = {
249ruler ?= {
250exists = first_spouse
}
}
253root.mother = scope:target.ruler.first_spouse
}
255add = {
257desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_FIRST_WIFE_DESC" •父母中有当前统治者的正统配偶
258value = 50
}
}
}
263if = {
264limit = {
265root.age_in_years < 10
}
267add = {
268desc = "HEIR_SELECTION_TOO_YOUNG_DESC" •小于10岁
269value = -100
}
}
273if = {
274limit = {
275root.age_in_years > 40
}
277add = {
278desc = "HEIR_SELECTION_TOO_OLD_DESC" •大于40岁
279value = root.age_in_years
280subtract = 40
281multiply = -10
}
}
285if = {
286limit = {
}
287add = {
288desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" •不适合统治
289value = -1000
}
}
}
297if = {
298limit = {
299not = {
299exists = root
}
}
301add = {
302desc = "HEIR_SELECTION_RANDOM_DESC" •候选人获得随机分数(0.00~+200.00)
303format = "FORMAT_NO_VALUE"
}
305add = {
306desc = "HEIR_SELECTION_ADM_DESC" •行政能力
307value = 1
}
309add = {
310desc = "HEIR_SELECTION_DIP_DESC" •外交能力
311value = 1
}
313add = {
314desc = "HEIR_SELECTION_MIL_DESC" •军事能力
315value = 1
}
317add = {
318desc = "HEIR_SELECTION_NON_ACCEPTED_CULTURE_DESC" •歧视文化
319value = -100
}
321add = {
322desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" •父母是当前统治者
323value = 100
}
325add = {
326desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_FIRST_WIFE_DESC" •父母中有当前统治者的正统配偶
327value = 50
}
329add = {
330desc = "HEIR_SELECTION_TOO_YOUNG_DESC" •小于10岁
331value = -100
}
333add = {
334desc = "HEIR_SELECTION_TOO_OLD_DESC" •大于40岁
335value = -10
}
}
}
© 2026 Soft Santa Cruz, S.L.U.。保留所有权利。非官方粉丝项目,与Paradox Interactive无关。游戏内容 © Paradox Interactive。 关于 · 隐私 · 法律声明