Skip to content

Commit ac00850

Browse files
committed
SEA v1.8.5
1 parent 45f483e commit ac00850

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

Soft Econ Adjustments/STEAM_PAGE.bbcode

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Other minor tweaks include:
3636
[*]Adjusted hiring practices
3737
[*]Nerf reinvestment efficiency GDP scaling for small countries
3838
[*]Peasants demand more from the market
39+
[*]Devastation doesn't hit construction efficiency so hard, but utterly nerfs local construction production
3940
[/list]
4041

4142
[img]https://i.imgur.com/Qp8JBtZ.png[/img]

Soft Econ Adjustments/common/static_modifiers/zMoG_SEA_modifiers.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
government_owned_debt = {
1+
## Vanilla Static Replacements ##
2+
#################################
3+
4+
government_owned_debt = {
25
icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds
36
country_government_dividends_waste_add = -1
47
}
@@ -12,6 +15,20 @@ administrative_overburden = {
1215
state_tariff_import_add = -0.5
1316
}
1417

18+
# Scales with devastation level
19+
state_region_devastation = {
20+
icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds
21+
state_infrastructure_mult = -0.9 # -1.0 # I get what they were going for, but foreign aid can be carried in on donkeys if necessary, where there are people there are options.
22+
state_mortality_mult = 2.0
23+
state_migration_pull_mult = -2.0
24+
state_construction_mult = -0.3 # -1.0 # This is hilariously overtuned, high devastation doesn't prevent external construction resources being brought in.
25+
building_throughput_add = -0.5
26+
building_construction_sector_throughput_add = -0.5 # Stacks with general building throughput penalty. Result is max devastation = no local construction can be *produced*
27+
}
28+
29+
## NEW MODIFIERS ##
30+
###################
31+
1532
mog_market_access_from_literacy = {
1633
icon = "gfx/interface/icons/timed_modifier_icons/modifier_lightbulb_positive.dds"
1734
state_market_access_price_impact = 0.05

0 commit comments

Comments
 (0)