
행동
식민지 헌장 폐기
식민지 헌장을 폐기하면 팝의 이주가 중단됩니다. 우리가 소유하지 않은 지점으로 이주한 팝은 유실됩니다.
정의in_game/common/generic_actions/colonial_charters.txt:104
105type = owncountry
107ai_tick = monthly
108ai_tick_frequency = 9
110automation_tick = monthly
111automation_tick_frequency = 3
112player_automated_category = colonies
114potential = {
}
117allow = {
}
120price = price:abandon_colonial_charter
122select_trigger = {
123looking_for_a = colonial_charter
124source = actor
125target_flag = target
126name = "abandon_colonial_charter_select_colonial_charter" 폐기할 식민지 헌장 선택:
127none_available_msg_key = "abandon_colonial_charter_no_colonial_charters"
128column = {
129data = name
}
131visible = {
132owner = scope:actor
}
}
136effect = {
137if = {
138limit = {
139exists = scope:target
}
141abandon_colonial_charter = scope:target
}
}
145ai_will_do = {
146if = {
147limit = {
148exists = scope:target.province_definition
}
150subtract = "scope:actor.colonial_charter_utility(scope:target.province_definition)"
}
152else = {
153subtract = 1000
}
}