Skip to content

Commit

Permalink
feat: fixed institution scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
JackEPepper committed Jul 8, 2023
1 parent d69d717 commit 787a9f9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions common/laws/cwp_14_education_system.txt
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ law_mixed_funded_schools = {
state_education_access_wealth_add = 0.0025
state_assimilation_mult = 0.025
interest_group_in_government_attraction_mult = 0.025
state_education_access_add = 0.01
state_education_access_add = 0.025
}
modifier = {
country_institution_schools_max_investment_add = 2
Expand Down Expand Up @@ -213,7 +213,7 @@ law_state_funded_schools = {
institution_modifier = {
interest_group_in_government_attraction_mult = 0.05
state_assimilation_mult = 0.05
state_education_access_add = 0.025
state_education_access_add = 0.05
}
modifier = {
country_institution_schools_max_investment_add = 3
Expand Down
10 changes: 4 additions & 6 deletions common/laws/cwp_15_health_system.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ law_church_run_hospitals = {
unlocking_technologies = {
}
modifier = {
country_institution_health_system_max_investment_add = 2
}
institution = institution_health_system
institution_modifier = {
state_mortality_mult = -0.035
state_mortality_mult = -0.01
interest_group_ig_moralists_pol_str_mult = 0.2
}
# Don't return to charity if we have something more advanced
Expand Down Expand Up @@ -100,7 +99,6 @@ law_private_health_insurance = {
unlocking_technologies = {
}
modifier = {
country_institution_health_system_max_investment_add = 3
}
institution = institution_health_system
institution_modifier = {
Expand Down Expand Up @@ -146,11 +144,11 @@ law_subsidized_health_insurance = {
unlocking_technologies = {
}
modifier = {
country_institution_health_system_max_investment_add = 4
country_institution_health_system_max_investment_add = 2
}
institution = institution_health_system
institution_modifier = {
state_mortality_mult = -0.013
state_mortality_mult = -0.005
state_mortality_wealth_mult = -0.0005
}
pop_support = {
Expand Down Expand Up @@ -194,7 +192,7 @@ law_universal_healthcare = {
}
institution = institution_health_system
institution_modifier = {
state_mortality_mult = -0.026
state_mortality_mult = -0.01
}
pop_support = {
value = 0
Expand Down
2 changes: 1 addition & 1 deletion common/technology/technologies/30_society.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2532,7 +2532,7 @@ complete_biological_customization = {
category = society
#todo make this a real modifier
modifier = {
state_mortality_wealth_mult = -0.03
state_birth_rate_mult = 0.1
}
unlocking_technologies = {
cellular_reconstruction
Expand Down

0 comments on commit 787a9f9

Please sign in to comment.