
Parliament AgendaNew this version
Change Court Language
The Estate demands that the Court Language be changed to one that better reflects its identity.
Prevented from Changing Court LanguageModifier Typeallow, potentialParliament Recently Changed our Court LanguageStatic Modifierallow, potentialDefinitionin_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