
アクション
植民地従属国に代表権を付与
いまこそ、植民地従属国に自らを統治する権利を認める時だ。
代表権なしポリシーselect trigger 2
植民地革命局面select trigger 1定義in_game/common/generic_actions/colonial_revolution.txt:307
308type = situation
310ai_tick = daily
311ai_tick_frequency = 80
312automation_tick = monthly
313automation_tick_frequency = 1
315potential = {
316scope:actor ?= {
317is_colonial_overlord = yes
}
}
320allow = {
}
323price = price:give_colony_representation
325select_trigger = {
326looking_for_a = situation
327target_flag = recipient
328name = "choose_situation" 局面を選択:
329column = {
330data = name
}
}
338select_trigger = {
339looking_for_a = country
340target_flag = target_country
341name = "choose_country" 国家を選択:
342none_available_msg_key = "no_valid_countries"
343column = {
344data = name
}
346visible = {
}
}
359ai_will_do = {
361add = {
362value = 1
}
}