Skip to content

Commit 92ac26f

Browse files
committed
SEA v1.9
Updated for 1.12 Iberian Twilight
1 parent e1e0b09 commit 92ac26f

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

Soft Econ Adjustments/.metadata/metadata.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
"Fixes",
1111
"Gameplay",
1212
"Trade",
13-
"1.9",
14-
"1.10"
13+
"1.12"
1514
],
1615
"relationships" : [],
1716
"game_custom_data" : {

Soft Econ Adjustments/STEAM_PAGE.bbcode

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[img]https://i.imgur.com/7xuCZqW.png[/img]
2-
[img]https://img.shields.io/badge/Supports_Game_Version-1.10-blue[/img] (and onwards)
2+
[img]https://img.shields.io/badge/Supports_Game_Version-1.12-blue[/img] (and onwards)
33
[url=https://github.com/MasterOfGrey/Grey-Victoria3-Reworks][img]https://img.shields.io/github/v/tag/MasterOfGrey/Grey-Victoria3-Reworks?sort=date&filter=*SEA-*&label=Mod%20Tag%20%26%20Version&color=7700CF[/img][/url][url=https://discord.gg/SnUghEkQQz][img]https://img.shields.io/discord/1377452253715107912?&label=Discord&color=7700CF[/img][/url]
44
Please consider rating this if you like it! It really helps out. [img]https://i.imgur.com/tE28cZ7.gif[/img]
55
[spoiler]Originally made for: Version 1.7.6[/spoiler]

Soft Econ Adjustments/common/company_charter_types/yMoG_company_charter_types.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# The AI gets itself into trouble using Monopoly Charters quite a lot. So the goal of this is essentially to say, "no, don't give monopoly, but if a country that is higher rank than you has investment rights and the same type of company, then you can use a monopoly defensively".
22
# This file is named the same in all mods that it appears in so that it doesn't double up on itself between mods.
33

4-
monopoly_charter = {
4+
REPLACE_OR_CREATE:monopoly_charter = {
55
type = monopoly
66

77
icon = "gfx/interface/icons/company_charter_icons/monopoly_charter.dds"

Soft Econ Adjustments/common/pop_types/zMoG_peasants.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
peasants = {
1+
TRY_REPLACE:peasants = {
22
texture = "gfx/interface/icons/pops_icons/peasants.dds"
33
color = hsv{ 0.58 0.338 0.812 }
44
subsistence_income = yes

Soft Econ Adjustments/common/production_methods/zMoG_SEA_trade_private_infrastructure.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Base PM's with staffing reductions
2-
pm_trade_center = {
2+
TRY_REPLACE:pm_trade_center = {
33
texture = "gfx/interface/icons/production_method_icons/trade_center.dds"
44
replacement_if_valid = pm_trade_center_principle_external_trade_2
55
is_hidden_when_unavailable = yes
@@ -24,7 +24,7 @@ pm_trade_center = {
2424
}
2525
}
2626

27-
pm_trade_center_principle_external_trade_2 = {
27+
TRY_REPLACE:pm_trade_center_principle_external_trade_2 = {
2828
texture = "gfx/interface/icons/production_method_icons/trade_center.dds"
2929
is_hidden_when_unavailable = yes
3030

Soft Econ Adjustments/common/scripted_triggers/zz_MoG_SEA_mod_compatibility_triggers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# GREY - MOD COMPATIBILITY SCRIPTED TRIGGERS #
33
##################################################
44

5-
Grey_SEA_is_active = { # Soft Econ Adjustments
5+
REPLACE_OR_CREATE:Grey_SEA_is_active = { # Soft Econ Adjustments
66
always = yes
77
}

Soft Econ Adjustments/common/static_modifiers/zMoG_SEA_modifiers.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Vanilla Static Replacements ##
22
#################################
33

4-
government_owned_debt = {
4+
REPLACE_OR_CREATE:government_owned_debt = {
55
icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds
66
country_government_dividends_waste_add = -1
77
}
88

99
# Insufficient BUR reduces tax & government dividends collected by 100% at 2x usage to production
10-
administrative_overburden = {
10+
REPLACE_OR_CREATE:administrative_overburden = {
1111
icon = gfx/interface/icons/timed_modifier_icons/modifier_coins_negative.dds
1212
state_tax_waste_add = 1 # Vanilla
1313
country_government_dividends_waste_add = 1 # Vanilla
@@ -16,7 +16,7 @@ administrative_overburden = {
1616
}
1717

1818
# Scales with devastation level
19-
state_region_devastation = {
19+
REPLACE_OR_CREATE:state_region_devastation = {
2020
icon = gfx/interface/icons/timed_modifier_icons/modifier_gear_negative.dds
2121
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.
2222
state_mortality_mult = 2.0

0 commit comments

Comments
 (0)