
Policy
Anti-Piracy
Our nation is devoted to eradicting any pirate threats that may arise. Any act of piracy will be punished and prosecuted, and ships conducting these illicit acts will be attacked without mercy.
State PiracyPolicyon activateModifiers
Definitionin_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 The opinion of every known Country with the State Piracy Policy to us changes by 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 The opinion of every known Country with the State Piracy Policy to us changes by 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
}
}
}
}

