
法律本版本变更
海盗法
海盗法确定了我国在应对海盗挑战时所采取的官方立场。这些法律包括旨在有效打击或管理海盗行为的法规、条例和法律理论。它们体现了我们国家为维护海上安全和保护我们的水域免受海盗威胁而实施的集体战略和措施。或者只是我们在实施海盗行为时所遵守的规则。
政策 4
定义in_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
}