
계승 법칙이번 버전 변경
왕실 동군연합 계승
다른 군주국과 특별 협정을 맺은 국가들이 채택하는 계승 법칙 유형입니다. 양국 중 한쪽의 통치자가 적법한 남성 후계자를 남기지 않고 사망하면 다른 한쪽의 통치자가 그 자리를 계승하게 됩니다.
폴란드국가sibling score
왕족계층heir is allowed
귀족계층heir is allowed
통치 차단보정치 유형calc, sibling score정의in_game/common/heir_selections/monarchy.txt:1198
1199include_ruler_siblings = yes
1200through_female = no
1201allow_female = yes
1202allow_children = yes
1203ignore_ruler = yes
1205custom_tags = {
cannot_be_transferred
}
1206custom_eligibility_rules = {
no_female_heirs_for_poland
}
1207heir_is_allowed = {
1208OR = {
1211is_ruler = yes
}
1213OR = {
1214owner ?= scope:target
1215is_ruler = yes
}
}
1218traverse_family_tree = yes
1219depth_first = yes
1220calc = {
1221if = {
1222limit = {
1223exists = root
}
1225add = {
1226desc = "HEIR_SELECTION_IS_RULER" • 통치자임
1227if = {
1228limit = {
1228is_ruler = yes
}
1229value = 100
}
}
1236add = {
1237desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 통치에 부적합
}
}
}
1242sibling_score = {
1243if = {
1244limit = {
1245exists = root
}
1248add = {
1249desc = "HEIR_SELECTION_MALE_DESC" • 남성인 경우 부여되는 점수
1250if = {
1251limit = {
1252OR = {
1253not = {
1253exists = root
}
1254is_female = no
}
}
1257value = 100
}
}
1260add = {
1261desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • 법적 남성인 경우 부여되는 점수
}
1269if = {
1276add = {
1277desc = "HEIR_SELECTION_FEMALE_DESC" • 여성인 경우 부여되는 점수
1278value = -1000
}
}
1287add = {
1288desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 통치에 부적합
}
}
1292else = {
1294add = {
1295desc = "HEIR_SELECTION_MALE_DESC" • 남성인 경우 부여되는 점수
1296value = 100
}
1298add = {
1299desc = "HEIR_SELECTION_LEGALLY_MALE_DESC" • 법적 남성인 경우 부여되는 점수
1300value = 100
}
1302add = {
1303desc = "HEIR_SELECTION_OLDER_HEIR_DESC" • 나이 1살당 부여되는 점수
1304value = 1
}
1306add = {
1307desc = "HEIR_SELECTION_IS_UNSUITED_TO_RULE_DESC" • 통치에 부적합
1308value = -1000
}
1310add = {
1311desc = "HEIR_SELECTION_POLAND_FEMALE_DESC" • 폴란드 내 여성인 경우 부여되는 점수
1312value = -1000
}
}
}
1316include_other_countries = {
1317has_mutual_scripted_relation = {
1317type = relation_type:union_of_crowns_pact
1317target = scope:target
}
}
1320locked = {
}
1330succession_effect = {
1331custom_tooltip = union_of_crowns_succession_tt 이전 통치자의 남성 후계자가 아닌 인물이 우리의 계승자가 될 경우 동군연합을 형성합니다
}