
国家関与
文化の強制
Actor Cultureを主要文化として採用するよう要求する。
定義in_game/common/country_interactions/enforce_culture.txt:1
3type = subject
4category = CATEGORY_SUBJECT_ACTIONS
6potential = {
}
9allow = {
}
12cooldown = {
13type = enforce_culture
14years = 10
}
17select_trigger = {
18looking_for_a = country
19interaction_source_list = {
20scope:actor = {
21every_subject = {
22add_to_list = source
}
}
}
26target_flag = recipient
27name = "choose_country" 国家を選択:
28column = {
29data = name
}
31visible = {
32not = {
32culture = scope:actor.culture
}
}
34enabled = {
37dependency_length_days = {
38target = scope:actor
}
}
}
44effect = {
}