
Law
Army Doctrine
Army doctrines represent skillsets in which our Army can specialize. The longer we work under these doctrines, the more entrenched they become in our military culture, and the more skilled we become at them. Over time, this can lead to powerful benefits for our glorious forces.
Policies 7
Amphibious Specialization- +25% Army Disembark Speed
- +0.1 Monthly Progress to Naval
Authority of the Captain- +20% Navy Morale
Cavalry Warfare- +10% Heavy Cavalry Power
- +10% Light Cavalry Power
- +0.1 Monthly Progress to Offensive
Defensive Stance- +20% Fort Defense
- +0.1 Monthly Progress to Defensive
A Large Standing Army- +20% Manpower
- +5% Possible Frontage
- +0.1 Monthly Progress to Quantity
Superior Firepower- +10% Artillery Power
- +0.1 Monthly Progress to Quality
Sustained Discipline- +10% Heavy Infantry Power
- +10% Light Infantry Power
- +0.1 Monthly Progress to Quality
Definitionin_game/common/laws/01_military_laws.txt:541
542law_category = military
543superior_firepower_policy = {
544country_modifier = {
545army_artillery_power = 0.1
546monthly_towards_quality = societal_value_monthly_move
}
549estate_preferences = {
peasants_estate
}
552years = 2
}
554large_army_policy = {
555country_modifier = {
556global_manpower_modifier = 0.2
557possible_frontage_modifier = 0.05
558monthly_towards_quantity = societal_value_monthly_move
}
561years = 2
}
563defensive_stance_policy = {
564country_modifier = {
565global_defensive = 0.2
566monthly_towards_defensive = societal_value_monthly_move
}
568estate_preferences = {
clergy_estate
}
571years = 2
}
573sustained_discipline_policy = {
574country_modifier = {
575army_heavy_infantry_power = 0.1
576army_light_infantry_power = 0.1
577monthly_towards_quality = societal_value_monthly_move
}
580estate_preferences = {
nobles_estate
}
583years = 2
}
585cavalry_warfare_policy = {
586country_modifier = {
587army_heavy_cavalry_power = 0.1
588army_light_cavalry_power = 0.1
590monthly_towards_offensive = societal_value_monthly_move
}
592estate_preferences = {
nobles_estate
}
595years = 2
}
597amphibious_specialization_policy = {
598allow = {
599num_of_ports > 0
}
601country_modifier = {
602army_disembark_speed = 0.25
603monthly_towards_naval = societal_value_monthly_move
}
605estate_preferences = {
burghers_estate
}
608years = 2
}
610authority_of_the_captain = {
611unique = yes
612potential = {
613has_reform = government_reform:pirate_brethren_reform
}
615country_modifier = {
616naval_morale_modifier = 0.2
}
618estate_preferences = {
crown_estate
}
621years = 2
}