
법률이번 버전 변경
해적 법률
해적 법률은 우리 국가가 해적의 위협을 상대로 공식적으로 어떤 입장을 취할 것인지를 규정합니다. 이 법률에는 해적을 효율적으로 소탕하거나 관리하기 위한 여러 법령과 규제, 법적 원칙이 담겨 있습니다. 쉽게 말해, 해적 법률은 우리 국가가 해상 안보를 유지하고 해적의 위협으로부터 수역을 보호하기 위해 사용할 수 있는 총체적인 전략 및 수단을 구체화한 것입니다. 어쩌면 그저 우리가 해적질을 일삼을 때 따를 규칙을 적어 놓은 것일 수도 있고요...
정책 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
}