
Veliaht Seçimi
Memlük Usulü Veraset
Hem yeni Hükümdar hem de Concept emrimizdeki disiplinli ve prestijli Memlük birliklerinden gelmek zorundadır.
SoylularZümresuccession effect
Hükümdarlıktan EngellendiEtken Türüsibling score, succession effect
MemlükNiteliksibling score, succession effectTanımin_game/common/heir_selections/monarchy.txt:432
433include_ruler_siblings = yes
434allow_female = no
435through_female = no
436allow_children = yes
437ignore_ruler = yes
438traverse_family_tree = yes
442heir_is_allowed = {
}
445potential = {
447has_reform = government_reform:mamluk_government
}
450locked = {
452has_reform = government_reform:mamluk_government
}
455succession_effect = {
462if = {
463limit = {
465any_cabinet_character = {}
}
}
479if = {
}
}
491sibling_score = {
493if = {
494limit = {
495exists = root
}
497add = {
498desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Yaş başına skor
499value = root.character_age
}
501add = {
502desc = "HEIR_SELECTION_ADM_DESC" • İdari Beceri başına skor
503value = root.adm
}
505add = {
506desc = "HEIR_SELECTION_DIP_DESC" • Diplomatik Beceri başına skor
507value = root.dip
}
509add = {
510desc = "HEIR_SELECTION_MIL_DESC" • Askerî Beceri başına skor
511value = root.mil
}
514if = {
515limit = {
515exists = root.father
}
517if = {
518limit = {
519any_parent = {
520this = scope:target.ruler
}
}
523add = {
524desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" • Ebeveyninin mevcut Hükümdar olması skoru
525value = 100
}
}
}
530if = {
531limit = {
532OR = {
533is_general = yes
534is_admiral = yes
}
}
537add = {
538desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_DESC" • General veya Amiral skoru
539value = 50
}
}
543if = {
544limit = {
545OR = {
546has_trait_category = general
547has_trait_category = admiral
}
}
550add = {
551desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_TRAIT_DESC" • General veya Amiral Concept skoru
552value = 50
}
}
556if = {
560add = {
561desc = "HEIR_SELECTION_MAMLUK_DESC" • Memlük Concept skoru
562value = 100
}
}
565if = {
567add = {
568desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • Hükmetmeye uygun değildir
569value = -1000
}
}
}
576if = {
577limit = {
578not = {
578exists = root
}
}
580add = {
581desc = "HEIR_SELECTION_PARENT_IS_CURRENT_RULER_DESC" • Ebeveyninin mevcut Hükümdar olması skoru
582value = 100
}
584add = {
585desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • Yaş başına skor
586value = 1
}
588add = {
589desc = "HEIR_SELECTION_ADM_DESC" • İdari Beceri başına skor
590value = 1
}
592add = {
593desc = "HEIR_SELECTION_DIP_DESC" • Diplomatik Beceri başına skor
594value = 1
}
596add = {
597desc = "HEIR_SELECTION_MIL_DESC" • Askerî Beceri başına skor
598value = 1
}
600add = {
601desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_DESC" • General veya Amiral skoru
602value = 50
}
604add = {
605desc = "HEIR_SELECTION_MAMLUK_DESC" • Memlük Concept skoru
606value = 100
}
608add = {
609desc = "HEIR_SELECTION_GENERAL_OR_ADMIRAL_TRAIT_DESC" • General veya Amiral Concept skoru
610value = 50
}
}
}