Skip to content

Commit 9e26f63

Browse files
committed
USU v1.4.12
1 parent 63ed915 commit 9e26f63

File tree

2 files changed

+51
-26
lines changed

2 files changed

+51
-26
lines changed

Urban Synergy Unleashed/common/static_modifiers/yMoG_USU_code_static_modifiers.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
## VANILLA OVERWRITES
2+
3+
insufficient_convoys = {
4+
icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds
5+
## USU
6+
# Insufficient convoys put's direct financial strain on gov finances
7+
# and translates into increased port profit
8+
goods_input_usu_logistics_mult = 2
9+
}
10+
11+
unincorporated_state = {
12+
icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds
13+
state_infrastructure_mult = -0.25
14+
state_conscription_rate_mult = -0.5
15+
state_expected_sol_mult = -0.33
16+
state_pop_pol_str_mult = -0.50
17+
building_group_bg_manufacturing_throughput_add = -0.1
18+
building_group_bg_government_throughput_add = -0.1
19+
building_group_bg_military_throughput_add = -0.1
20+
state_market_access_price_impact = -0.1
21+
building_group_bg_infrastructure_construction_efficiency_add = -0.2
22+
building_group_bg_extraction_construction_efficiency_add = -0.2
23+
building_group_bg_heavy_industry_construction_efficiency_add = -0.5
24+
building_group_bg_light_industry_construction_efficiency_add = -0.3
25+
building_group_bg_government_construction_efficiency_add = -0.3
26+
goods_output_usu_logistics_mult = -0.5
27+
}
28+
29+
###Pollution Changes:
30+
## Total Pollution penalty = 120%, reducible to -90% or -75% by max healthcare
31+
## - >100% max intentional because the goal is to get to over -60% with no healthcare even with all modifiers from other sources combined.
32+
## - This is to counteract the runaway attraction which can come from extra large urban centres when players/AI centralise too many company HQ's in one state.
33+
34+
# Scales with pollution impact, reduced by state_pollution_reduction_health_mult
35+
# Effect = state_region_pollution_health * impact
36+
state_region_pollution_health = {
37+
icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds
38+
state_mortality_mult = 0.5
39+
state_standard_of_living_add = -3
40+
state_migration_pull_mult = -0.6 # Added - this part can be reduced by healthcare institutions (up to 30% or about 45% on public health)
41+
}
42+
43+
# Effect = state_region_pollution_health * impact
44+
state_region_pollution_general = {
45+
icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds
46+
state_migration_pull_mult = -0.6 # -0.25 # This part not reduced by healthcare institution.
47+
state_harvest_condition_drought_impact_mult = 0.5
48+
state_harvest_condition_flood_impact_mult = 0.5
49+
state_harvest_condition_wildfire_impact_mult = 0.5
50+
state_harvest_condition_heatwave_impact_mult = 0.5
51+
}

0 commit comments

Comments
 (0)