
Loi de successionModifié dans cette version
Matrilinéaire non-exclusif
Type de Loi de succession d'un royaume par lequel le nouveau Dirigeant est la personne la plus capable dans la lignée du Ruler précédent.
Horde des steppesType de régime politiquesuccession effect
FratricideLoi de successionpotential
UnigenitureLoi de successionpotentialKwaLanguepotentialMalayalamLanguepotentialNubianLanguepotentialOlelo Hawai'iLanguepotential
Exercice du pouvoir endiguéType de modificateurcalc
Changement de l'Unité de la Horde à la mort du DirigeantType de modificateursuccession effectDéfinitionin_game/common/heir_selections/specialized.txt:294
295potential = {
296NOR = {
}
300OR = {
}
}
313through_female = yes
314allow_female = yes
315allow_male = yes
316ignore_ruler = yes
317allow_children = yes
320use_mothers_dynasty = yes
321all_in_country = yes
324heir_is_allowed = {
325scope:target.ruler_or_heir_if_regent ?= {
326dynasty ?= root.dynasty
}
}
329locked = {
}
332succession_effect = {
333if = {
334limit = {
}
338custom_tooltip = ON_RULER_DEATH_EFFECT_TT À la mort du Dirigeant, ceci va se produire :
339show_as_tooltip = {
340add_horde_unity = root.modifier:horde_unity_hit_at_ruler_death
}
}
}
345sibling_score = {
}
348calc = {
349if = {
350limit = {
351exists = root
}
353add = {
354desc = "HEIR_SELECTION_ADM_DESC" • Score par Aptitude administrative
355value = root.adm
}
357add = {
358desc = "HEIR_SELECTION_DIP_DESC" • Score par Aptitude diplomatique
359value = root.dip
}
361add = {
362desc = "HEIR_SELECTION_MIL_DESC" • Score par Aptitude militaire
363value = root.mil
}
365if = {
366limit = {
367has_dynasty = yes
368scope:target.ruler_or_regent ?= {
369has_dynasty = yes
370dynasty = prev.dynasty
}
}
373add = {
374desc = "HEIR_SELECTION_SAME_DYNASTY_AS_CURRENT_RULER" • Score d'appartenance à la Dynastie du Dirigeant actuel
375value = 100
}
}
378if = {
379limit = {
380OR = {
381exists = root.father
382exists = root.mother
}
}
386if = {
387limit = {
388any_parent = {
389this = scope:target.ruler
}
}
392add = {
393desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" • Score si un parent est le Dirigeant actuel
394value = 100
}
}
}
398if = {
399limit = {
400OR = {
401is_general = yes
402is_admiral = yes
}
}
405add = {
406desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_DESC" • Score pour un Général ou un Amirale
407value = 50
}
}
410if = {
411limit = {
412OR = {
413has_trait_category = general
414has_trait_category = admiral
}
}
417add = {
418desc = "HEIR_SELECTION_MILITARY_TRAITS" • Score pour avoir des Traits Militaires
419value = 50
}
}
422if = {
423limit = {
424is_female = yes
425mother ?= scope:target.last_valid_ruler
}
427add = {
428desc = "HEIR_SELECTION_MOTHER_IS_RULER_DESC" • Score car la mère est la dirigeante
429value = 500
}
}
432if = {
433limit = {
434is_female = yes
435exists = mother
436mother.mother ?= scope:target.last_valid_ruler
}
438add = {
439desc = "HEIR_SELECTION_GRANDMOTHER_IS_RULER_DESC" • Score car la grand-mère est la Dirigeante
440value = 250
}
}
447add = {
448desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • N'est pas digne de gouverner
}
}
452else = {
454add = {
455desc = "HEIR_SELECTION_SAME_DYNASTY_AS_CURRENT_RULER" • Score d'appartenance à la Dynastie du Dirigeant actuel
456value = 100
}
458add = {
459desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" • Score si un parent est le Dirigeant actuel
460value = 100
}
462add = {
463desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_DESC" • Score pour un Général ou un Amirale
464value = 50
}
466add = {
467desc = "HEIR_SELECTION_ADM_DESC" • Score par Aptitude administrative
468value = 1
}
470add = {
471desc = "HEIR_SELECTION_DIP_DESC" • Score par Aptitude diplomatique
472value = 1
}
474add = {
475desc = "HEIR_SELECTION_MIL_DESC" • Score par Aptitude militaire
476value = 1
}
478add = {
479desc = "HEIR_SELECTION_MILITARY_TRAITS" • Score pour avoir des Traits Militaires
480value = 50
}
482add = {
483desc = "HEIR_SELECTION_MOTHER_IS_RULER_DESC" • Score car la mère est la dirigeante
484value = 500
}
486add = {
487desc = "HEIR_SELECTION_GRANDMOTHER_IS_RULER_DESC" • Score car la grand-mère est la Dirigeante
488value = 250
}
490add = {
491desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Score selon l'âge
492value = 1
}
}
}