
LawChanged this version
Piracy Law
Piracy laws define the official position our nation adopts when addressing the challenges posed by piracy. These laws encompass statutes, regulations, and legal doctrines aimed at combating or managing piracy effectively. They embody the collective strategy and measures our nation implements to uphold maritime security and protect our waters from piracy threats. Or perhaps they are just the rules we stick to when committing acts of piracy...
Policies 4
Anti-Piracy- +25% Anti-Piracy Warfare Modifier
- Yes Can Create Anti-Piracy War Casus Belli
Letters of Marque- −25% Cost of Hiring Privateers
- −10% Navy Maintenance Efficiency
Sea Beggars- Yes Can Hire Privateers
- +2.5% Ship Capture Chance
State Piracy- Yes Can Hire Privateers
- −33% Privateer Maintenance
- Yes Can be Target of Anti-Piracy War Casus Belli
Definitionin_game/common/laws/01_naval_laws.txt:156
157law_category = military
165state_piracy_policy = {
166allow = {
167custom_tooltip = {
168text = has_state_piracy_policy_access
169OR = {}
}
}
182country_modifier = {
183can_hire_privateers = yes
184privateer_maintenance_cost_modifier = -0.33
185can_be_target_of_anti_piracy_cb = yes
}
187estate_preferences = {
nobles_estate
}
190years = 2
}
192issue_letter_of_marque_policy = {
193allow = {
194custom_tooltip = {
195text = has_privateers_or_LoM_advances
196OR = {
197has_advance = privateers
198has_advance = letters_of_marque
}
}
}
202country_modifier = {
203hire_privateer_cost_modifier = -0.25
204navy_maintenance_efficiency = -0.10
}
206estate_preferences = {
crown_estate
}
209years = 2
}
212anti_piracy_policy = {
213allow = {
214NOR = {
215has_reform = government_reform:galley_lords_reform
216has_reform = government_reform:pirate_brethren_reform
}
}
219country_modifier = {
220anti_piracy_warfare_modifier = 0.25
221can_create_anti_piracy_cb = yes
}
223estate_preferences = {
burghers_estate
}
226years = 2
227on_activate = {
228custom_tooltip = {
229text = anti_piracy_policy_at
230every_known_country = {
231limit = {
232has_policy = state_piracy_policy
}
234add_opinion = {
235modifier = allows_state_piracy_modifier
236target = ROOT
}
}
}
}
241on_deactivate = {
242custom_tooltip = {
243text = anti_piracy_policy_dt
244every_known_country = {
245limit = {
246has_opinion = {
247target = ROOT
248modifier = allows_state_piracy_modifier
}
}
251remove_opinion = {
252target = ROOT
253modifier = allows_state_piracy_modifier
}
}
}
}
}
259sea_beggars_policy = {
260unique = yes
261potential = {
262has_unlocked_policy_trigger = {
262type = sea_beggars_policy
}
}
264allow = {
}
267country_modifier = {
268can_hire_privateers = yes
269ship_capture_chance = 0.025
}
271estate_preferences = {
nobles_estate
}
274years = 2
}