Скриптовое значение

byz_romance_diplo_count

byz_romance_diplo_countin_game/common/script_values/byz_values.txt:79

Count of diplomatic capacity used by romance-language countries (subjects + alliances + royal marriages).

ТребуетРоманскЯзыковая семьяevery known country, every subject

Определениеin_game/common/script_values/byz_values.txt:79

80every_subject = {
81limit = {
82culture ?= {
83language ?= {
84language_family ?= {
}
}
}
}
88root = {
88add = 1
}
}
90every_known_country = {
91limit = {
92NOT = {
92is_subject_of = root
}
93OR = {
94target = root
}
95has_royal_marriage_with = root
}
97culture ?= {
98language ?= {
99language_family ?= {
}
}
}
}
103root = {
103add = 1
}
}