
Law
Legitimization of Power
A monarchy can only survive as long as its subjects believe in the legitimacy of their ruler. There are many ways in which rulers justify their power. As time goes on, new political philosophies will arise which explain the need for a strong government in their own ways.
Policies 6
Machiavellian Reign- −10% Declaring War Cost
- −1 Diplomatic Reputation
- +0.05 Monthly Progress to Belligerent
Les Six Livres de la République- +0.05 Monthly Legitimacy
- +0.02 Stability Investment
Leviathan- +10% Crown Power
- −5% Separatism
- +0.1 Monthly Progress to Absolutism
Liberty of the Ancients vs. the Moderns- +0.1 Monthly Progress to Individualism
- −0.03% Monthly Rebel Growth
- +2.5% Estates Satisfaction Equilibrium
The Social Contract- +0.1 Monthly Progress to Communalism
- +1 Tolerance of Heretical Beliefs
- +1 Tolerance of Heathen Beliefs
Two Treatises of Government- +2.5% Estates Satisfaction Equilibrium
- +0.1 Monthly Progress to Liberalism
Definitionin_game/common/laws/00_monarchy.txt:363
364law_category = administrative
365machiavellian_rule_policy = {
366country_modifier = {
367declaring_war_cost_modifier = -0.1
368diplomatic_reputation = diplomatic_reputation_weak_penalty
369monthly_towards_belligerent = societal_value_minor_monthly_move
}
371estate_preferences = {
crown_estate
}
374years = 2
}
376six_livres_policy = {
377country_modifier = {
378monthly_legitimacy = 0.05
379stability_investment = small_stability_investment
}
381estate_preferences = {
clergy_estate
nobles_estate
}
385years = 2
}
387two_treatises_of_government_policy = {
388allow = {
389OR = {
390current_age = age_5_absolutism
391current_age = age_6_revolutions
}
}
394country_modifier = {
395global_estate_target_satisfaction = small_permanent_target_satisfaction
396monthly_towards_liberalism = societal_value_monthly_move
}
398estate_preferences = {
burghers_estate
}
401years = 2
}
403the_leviathan_policy = {
404allow = {
405OR = {
406current_age = age_5_absolutism
407current_age = age_6_revolutions
}
}
410country_modifier = {
411global_crown_estate_power = 0.1
412global_separatism = -0.05
413monthly_towards_absolutism = societal_value_monthly_move
}
415estate_preferences = {
crown_estate
}
418years = 2
}
420the_social_contract_policy = {
421allow = {
422current_age = age_6_revolutions
}
424country_modifier = {
425monthly_towards_communalism = societal_value_monthly_move
426tolerance_heretic = 1
427tolerance_heathen = 1
}
429estate_preferences = {
peasants_estate
}
432years = 2
}
434the_liberty_of_ancients_vs_moderns_policy = {
435allow = {
436current_age = age_6_revolutions
}
438country_modifier = {
439monthly_towards_individualism = societal_value_monthly_move
440monthly_rebel_growth = -0.0003
441global_estate_target_satisfaction = small_permanent_target_satisfaction
}
443estate_preferences = {
burghers_estate
}
446years = 2
}