
LawChanged this version
Navarrese Adaptability
Being positioned between two larger nations has forced our nation to adapt or die. With a mixture of intelligent alliances and swift military actions, our realm has managed to survive despite its smaller size. This ability to quickly adjust our actions to suit our specific needs is an edge that we should never lose.
NavarreCountrypotentialPolicies 4
Belligerent Stance- +33% Casus Belli Creation Speed
- −4 Diplomatic Reputation
- +5% Spy Network Construction
- +10% War Score Efficiency
- +0.1 Monthly Progress to Belligerent
Conciliatory Stance- −33% Casus Belli Creation Speed
- +20% Efficiency of Our Cabinet
- +2 Diplomatic Reputation
- +5 Loyalty of Subjects
- +0.1 Monthly Progress to Conciliatory
Defensive Stance- −10% Army Movement Speed
- +5% Combat Speed
- +20% Fortification Maintenance Efficiency
- +25% Fort Defense
- +0.1 Monthly Progress to Defensive
Offensive Stance- +5% Army Movement Speed
- +5% Assault Ability
- −50% Fort Defense
- +5% Siege Ability
- +0.1 Monthly Progress to Offensive
Definitionin_game/common/laws/02_country_specific.txt:652
653unique = yes
654law_category = administrative
662belligerent_stance = {
663country_modifier = {
664casus_belli_creation_speed_modifier = 0.33
665diplomatic_reputation = diplomatic_reputation_severe_penalty
666spy_network_construction = 0.05
667global_war_score_efficiency = 0.1
668monthly_towards_belligerent = societal_value_monthly_move
}
670estate_preferences = {
nobles_estate
}
673years = 2
}
675conciliatory_stance = {
676country_modifier = {
677casus_belli_creation_speed_modifier = -0.33
678country_cabinet_efficiency = 0.20
679diplomatic_reputation = diplomatic_reputation_mild_bonus
680subject_loyalty = 5
681monthly_towards_conciliatory = societal_value_monthly_move
}
683estate_preferences = {
clergy_estate
}
686years = 2
}
688defensive_stance = {
689country_modifier = {
690army_movement_speed = -0.1
691combat_speed_modifier = 0.05
692fort_maintenance_efficiency = 0.2
693global_defensive = 0.25
694monthly_towards_defensive = societal_value_monthly_move
}
696estate_preferences = {
peasants_estate
}
699years = 2
}
701offensive_stance = {
702country_modifier = {
703army_movement_speed = 0.05
704assault_ability = 0.05
705global_defensive = -0.5
706siege_ability = 0.05
707monthly_towards_offensive = societal_value_monthly_move
}
709estate_preferences = {
nobles_estate
}
712years = 2
}