
议会议程本版本新增
更改宫廷语言
该阶层要求国家官方使用更能体现他们身份认同的宫廷语言。
限制更改宫廷语言修正类型allow, potential议会近期更改了我们的宫廷语言静态修正allow, potential定义in_game/common/parliament_agendas/04_culture_religion.txt:107
108type = country
117importance = 1.5
119potential = {
124NOT = {
124has_cooldown = force_change_court_language
}
125NOT = {
125has_cooldown = change_court_language
}
127estate(scope:target) = {
128power > 0.4
129dialect = {
130NOT = {
130this = root.court_dialect
}
}
}
}
135on_accept = {
136estate(scope:target) = {
137dialect = {
138save_scope_as = court_language_target_dialect
}
}
141set_court_language = scope:court_language_target_dialect
143add_cooldown = {
144type = change_court_language
145years = 20
}
147add_country_modifier = {
}
152add_estate_satisfaction = {
152type = scope:target
152value = 0.1
}
}
155allow = {
159NOT = {
159has_cooldown = force_change_court_language
}
160NOT = {
160has_cooldown = change_court_language
}
}
170ai_will_do = {
171value = -0.5
172estate(scope:target) = {
173dialect = {
174add = "court_language_utility(root)"
}
}
177root.court_language = {
178subtract = {
179value = 1
180add = root.modifier:language_change_threshold_modifier
181multiply = "court_language_utility(root)"
}
}
}
186chance = 0.5