Skip to content

Commit

Permalink
112g
Browse files Browse the repository at this point in the history
- Lowered the liberty desire modifiers from -0.25 and -0.15 to flat -0.10
  • Loading branch information
AndHope committed Aug 16, 2024
1 parent b5de7ce commit 9f526da
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion common/static_modifiers/br_elysium_modifiers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
country_mass_migration_attraction_mult = 0.15

country_leverage_resistance_add = 50
country_liberty_desire_add = 0.25 #balance feedback needed
country_liberty_desire_add = 0.1 #balance feedback needed
}
14 changes: 7 additions & 7 deletions common/static_modifiers/br_patriarchates.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,47 +7,47 @@ subservient_patriarch = {
country_prestige_mult = -0.1
interest_group_ig_devout_approval_add = -1
country_authority_mult = -0.15
country_liberty_desire_add = -0.15
country_liberty_desire_add = -0.1
}

autocephalous_patriarchate_belgrade = {
icon = gfx/interface/icons/timed_modifier_icons/modifier_clergy_positive.dds
country_clergymen_pol_str_mult = 0.1
state_conversion_mult = 0.1
tax_heathen_add = 0.1
country_liberty_desire_add = 0.15
country_liberty_desire_add = 0.1
}

autocephalous_patriarchate_alexandria = {
icon = gfx/interface/icons/timed_modifier_icons/modifier_clergy_positive.dds
country_clergymen_pol_str_mult = 0.1
state_conversion_mult = 0.1
tax_heathen_add = 0.1
country_liberty_desire_add = 0.15
country_liberty_desire_add = 0.1
}

autocephalous_patriarchate_ani = {
icon = gfx/interface/icons/timed_modifier_icons/modifier_clergy_positive.dds
country_clergymen_pol_str_mult = 0.1
state_conversion_mult = 0.1
tax_heathen_add = 0.1
country_liberty_desire_add = 0.15
country_liberty_desire_add = 0.1
}

autocephalous_patriarchate_tblisi = {
icon = gfx/interface/icons/timed_modifier_icons/modifier_clergy_positive.dds
country_clergymen_pol_str_mult = 0.1
state_conversion_mult = 0.1
tax_heathen_add = 0.1
country_liberty_desire_add = 0.15
country_liberty_desire_add = 0.1
}

autocephalous_patriarchate_moscow = {
icon = gfx/interface/icons/timed_modifier_icons/modifier_clergy_positive.dds
country_clergymen_pol_str_mult = 0.1
state_conversion_mult = 0.1
tax_heathen_add = 0.1
country_liberty_desire_add = 0.15
country_liberty_desire_add = 0.1
country_authority_per_subject_add = 10
}

Expand All @@ -64,5 +64,5 @@ autocephalous_patriarchate_assyria = {
country_clergymen_pol_str_mult = 0.15
state_conversion_mult = 0.15
tax_heathen_add = 0.15
country_liberty_desire_add = 0.15
country_liberty_desire_add = 0.1
}
1 change: 1 addition & 0 deletions patch-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
- added silesian as a cultural homeland to silesia at game start removed baltic and polish.
- fixed some releasables and other country defines.
- fixed some countries missing certain techs they need for their starting laws.
- increased the hidden amount of infamy that was decreased from 50 to 75 Latin intervention event chain.



Expand Down

0 comments on commit 9f526da

Please sign in to comment.