
法律このバージョンで変更
海賊法
海賊法は、海賊行為がもたらす課題に対処するためにわが国が採用する公式の立場を定める。これらの法律には、海賊行為と効果的に闘う、または管理することを目的とした法令、規制、および法原理が含まれ、わが国が海上安全保障を維持し、海賊の脅威から海域を保護するために実施する総合的な戦略と対策を具体化している。または、単に海賊行為をおこなう際に遵守する規則ともいえる。
ポリシー 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
}