
정책
해적 억제
우리 국가가 영역 내에서 발생할 수 있는 모든 해적 위협의 근절에 전념합니다. 어떠한 형태로든 해적 행위를 하면 처벌 및 기소당할 것이며, 이 불법 행위를 지속하는 함선은 무자비한 공격을 받게 됩니다.
국영 해적정책on activate보정치
정의in_game/common/laws/01_naval_laws.txt:212
213allow = {
214NOR = {
215has_reform = government_reform:galley_lords_reform
216has_reform = government_reform:pirate_brethren_reform
}
}
226years = 2
227on_activate = {
228custom_tooltip = {
229text = anti_piracy_policy_at 국영 해적 정책을 시행 중인 모든 식별 국가의 우호도가 Allows State Piracy Modifier만큼 변동합니다.
230every_known_country = {
234add_opinion = {
235modifier = allows_state_piracy_modifier
236target = ROOT
}
}
}
}
241on_deactivate = {
242custom_tooltip = {
243text = anti_piracy_policy_dt 국영 해적 정책을 시행 중인 모든 식별 국가의 우호도가 Allows State Piracy Modifier만큼 변동합니다.
244every_known_country = {
245limit = {
246has_opinion = {
247target = ROOT
248modifier = allows_state_piracy_modifier
}
}
251remove_opinion = {
252target = ROOT
253modifier = allows_state_piracy_modifier
}
}
}
}

