
行动
授予殖民地议会代表权
是时候让我们殖民地的子民在他们自己的管理事务中有一席话语权了。
无殖民地代表权政策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
}
}