
ActionModifié dans cette version
Changer de langue liturgique
Changer la Langue liturgique de notre Pays
Définitionin_game/common/generic_actions/languages.txt:1
2type = owncountry
5ai_tick = monthly
6ai_tick_frequency = 36
8automation_tick = monthly
9automation_tick_frequency = 1
10player_automated_category = governmentreforms
12potential = {
}
15allow = {
}
27price = price:change_liturgical_language
29select_trigger = {
30looking_for_a = dialect
31target_flag = target
32interaction_source_list = {
33scope:actor = {
34court_dialect = {
35add_to_list = source
}
37culture = {
38dialect = {
39add_to_list = source
}
}
42liturgical_dialect = {
43add_to_list = source
}
45every_past_liturgical_dialect = {
46add_to_list = source
}
48dominant_dialect ?= {
49add_to_list = source
}
51capital ?= {
52dominant_dialect = {
53add_to_list = source
}
55market = {
56dialect = {
57add_to_list = source
}
}
}
61every_accepted_culture = {
62dialect = {
63add_to_list = source
}
}
66every_international_organizations_member_of = {
67leader_country ?= {
68court_dialect = {
69add_to_list = source
}
}
}
73every_overlord_or_above = {
74court_dialect = {
75add_to_list = source
}
}
78ruler ?= {
79dialect = {
80add_to_list = source
}
82dynasty ?= {
83dynasty_head ?= {
84dialect = {
85add_to_list = source
}
}
}
}
91every_estate = {
92limit = {
92power > 0.25
}
93dialect ?= {
94add_to_list = source
}
}
}
}
99name = "change_liturgical_language_select_dailect" Sélectionner un nouveau Dialecte
100none_available_msg_key = "change_liturgical_language_no_dialect"
101column = {
102data = name
}
104column = {
105data = power
}
107visible = {
}
109enabled = {
110NOT = {
110scope:actor = {
110liturgical_dialect = root
}
}
}
}
114effect = {
115scope:actor = {
116set_liturgical_language = scope:target
}
}
120ai_will_do = {
121subtract = {
122value = 0.8
123multiply = {
124value = 1
125add = scope:actor.modifier:language_change_threshold_modifier
}
127scope:actor.liturgical_language = {
128add = "liturgical_language_utility(scope:actor)"
}
}
131scope:target = {
132add = "liturgical_language_utility(scope:actor)"
}
}