
Law
Naval Doctrine
Naval Doctrines represent skillsets in which our Navy can specialize. The longer we work at doctrines, the more entrenched they become in our navies and the better we get at them. Over time this can lead to powerful bonuses for our glorious fleets.
Piracy LawLawpotentialPolicies 14
Basque Mariners- +20% Maritime Presence %
- +5% Combat Outside Own Coasts
Danish Admiralty- +0.05 Monthly Navy Tradition
Dutch Trade Fleet- +15% Trade Maritime Advantage
- +20% Colonial Range
Fleet in Being- +10% Navy Maintenance Efficiency
- +0.1 Monthly Progress to Outward
Free Oarsmen- +10% Galley Power
- +0.1 Monthly Progress to Free Subjects
Grand Armada- +10% Navy Maintenance Efficiency
- +25% Expected Navy Size
Merchant Navy- +10% Trade Maritime Advantage
- +10% Trade Range
- +0.1 Monthly Progress to Free Trade
Norwegian Sailors- +20% Sailors
Ordinance of the Sea- +15% Navy Initiative
Portuguese Marines- +33% Army Disembark Speed
- +10% Blockade Efficiency
Ship Boarding- +5% Ship Capture Chance
- +50% Navy Tradition from Battles
Venetian Galleys- +5% Galley Power
- +5% Combat Outside Own Coasts
Venetian Oarsmen Conscription- +10% Galley Power
- +10% Sailors
- +0.1 Monthly Progress to Naval
Wooden Wall- +10% Combat Outside Own Coasts
Definitionin_game/common/laws/01_naval_laws.txt:279
280law_category = military
288fleet_in_being = {
289country_modifier = {
290navy_maintenance_efficiency = 0.10
291monthly_towards_outward = societal_value_monthly_move
}
293estate_preferences = {
crown_estate
}
296years = 2
}
300free_oarsmen = {
301country_modifier = {
302navy_galley_power = 0.10
303monthly_towards_free_subjects = societal_value_monthly_move
}
305estate_preferences = {
peasants_estate
}
308years = 2
}
312merchant_navy = {
313country_modifier = {
314merchant_power_from_maritime_modifier = 0.1
315trade_range_modifier = 0.10
316monthly_towards_free_trade = societal_value_monthly_move
}
318estate_preferences = {
burghers_estate
}
321years = 2
}
325ship_boarding = {
326country_modifier = {
327ship_capture_chance = 0.05
328navy_tradition_from_battle = 0.5
}
330estate_preferences = {
nobles_estate
}
333years = 2
}
338wooden_wall = {
339unique = yes
340potential = {
341OR = {
342has_or_had_tag = ENG
343has_or_had_tag = GBR
}
}
347country_modifier = {
348own_coast_naval_combat_bonus = 0.1
}
350estate_preferences = {
burghers_estate
peasants_estate
}
354years = 2
}
358grand_armada = {
359unique = yes
360potential = {
361OR = {
362has_or_had_tag = CAS
363AND = {
364has_or_had_tag = SPA
365culture = culture:castilian
}
}
}
370country_modifier = {
371navy_maintenance_efficiency = 0.10
372expected_navy_size_modifier = 0.25
}
374estate_preferences = {
crown_estate
burghers_estate
}
378years = 2
}
382portuguese_marines = {
383unique = yes
384potential = {
385OR = {
386has_or_had_tag = POR
387AND = {
388has_or_had_tag = SPA
389culture = culture:portuguese
}
}
}
394country_modifier = {
395army_disembark_speed = 0.33
396blockade_efficiency = 0.1
}
398estate_preferences = {
nobles_estate
burghers_estate
}
402years = 2
}
405ordinance_sea = {
406unique = yes
407potential = {
408OR = {
409has_or_had_tag = ARA
410culture = culture:catalan
411AND = {
412has_or_had_tag = SPA
413OR = {
414culture = culture:aragonese
415culture = culture:catalan
}
}
}
}
421country_modifier = {
422navy_initiative = 0.15
}
424estate_preferences = {
nobles_estate
burghers_estate
}
428years = 2
}
431danish_admirality = {
432unique = yes
433potential = {
434has_or_had_tag = DAN
}
436country_modifier = {
437monthly_navy_tradition = 0.05
}
439estate_preferences = {
burghers_estate
}
442years = 2
}
445norwegian_sailors = {
446unique = yes
447potential = {
448has_or_had_tag = NOR
}
451country_modifier = {
452global_sailors_modifier = 0.2
}
454estate_preferences = {
peasants_estate
}
457years = 2
}
460venetian_galleys = {
461unique = yes
462potential = {
463has_or_had_tag = VEN
}
466country_modifier = {
467navy_galley_power = 0.05
468own_coast_naval_combat_bonus = 0.05
}
470estate_preferences = {
nobles_estate
}
473years = 2
}
476venetian_oarsmen_conscription = {
477unique = yes
478potential = {
479has_unlocked_policy_trigger = {
479type = venetian_oarsmen_conscription
}
}
481country_modifier = {
482navy_galley_power = 0.10
483global_sailors_modifier = 0.1
484monthly_towards_naval = societal_value_monthly_move
}
486estate_preferences = {
burghers_estate
}
489years = 2
}
493dutch_trade_fleet = {
494unique = yes
495potential = {
496has_or_had_tag = NED
}
499country_modifier = {
500merchant_power_from_maritime_modifier = 0.15
501colonial_range_modifier = 0.2
}
503estate_preferences = {
burghers_estate
}
506years = 2
}
509basque_mariners = {
510unique = yes
511potential = {
512OR = {
513culture = culture:basque
514has_or_had_tag = NAV
}
}
518country_modifier = {
519global_maritime_presence_modifier = 0.2
520own_coast_naval_combat_bonus = 0.05
}
522estate_preferences = {
burghers_estate
peasants_estate
}
526years = 2
}