Skip to content

Commit aad51dd

Browse files
committed
FIR v1.4
Updated for 1.12 Iberian Twilight
1 parent 32d78a1 commit aad51dd

File tree

13 files changed

+59
-108
lines changed

13 files changed

+59
-108
lines changed

Industries Rework - Food/.metadata/metadata.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"Balance",
99
"Economy And Buildings",
1010
"Gameplay",
11-
"1.8",
12-
"1.9",
13-
"1.10"
11+
"1.12"
1412
],
1513
"relationships" : [],
1614
"game_custom_data" : {

Industries Rework - Food/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=*FIR-*&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]

Industries Rework - Food/common/buildings/mog_food_industry.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
building_food_industry = {
1+
REPLACE_OR_CREATE:building_food_industry = {
22
building_group = bg_light_industry
33
icon = "gfx/interface/icons/building_icons/food_industry.dds"
44
city_type = city

Industries Rework - Food/common/production_method_groups/mog_food_pmg.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pmg_base_building_food_industry = {
1+
REPLACE_OR_CREATE:pmg_base_building_food_industry = {
22
texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
33
production_methods = {
44
pm_bakery
@@ -8,7 +8,7 @@
88
}
99
}
1010

11-
pmg_canning = {
11+
REPLACE_OR_CREATE:pmg_canning = {
1212
texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
1313
production_methods = {
1414
pm_cloth_pkg
@@ -21,7 +21,7 @@ pmg_canning = {
2121
}
2222
}
2323

24-
pmg_preservation = {
24+
REPLACE_OR_CREATE:pmg_preservation = {
2525
texture = "gfx/interface/icons/generic_icons/mixed_icon_base.dds"
2626
production_methods = {
2727
pm_disabled_canning
@@ -41,7 +41,7 @@ pmg_preservation = {
4141
}
4242
}
4343

44-
pmg_distillery = {
44+
REPLACE_OR_CREATE:pmg_distillery = {
4545
texture = "gfx/interface/icons/generic_icons/mixed_icon_refining.dds"
4646
production_methods = {
4747
pm_disabled_distillery

Industries Rework - Food/common/production_methods/amog_ranchmeat_pms.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pm_open_air_stockyards = {
1+
TRY_REPLACE:pm_open_air_stockyards = {
22
texture = "gfx/interface/icons/production_method_icons/open_air_stockyards.dds"
33
building_modifiers = {
44
workforce_scaled = {
@@ -12,7 +12,7 @@
1212
}
1313
}
1414

15-
pm_butchering_tools = {
15+
TRY_REPLACE:pm_butchering_tools = {
1616
texture = "gfx/interface/icons/production_method_icons/butchering_tools.dds"
1717
building_modifiers = {
1818
workforce_scaled = {
@@ -27,7 +27,7 @@ pm_butchering_tools = {
2727
}
2828
}
2929

30-
pm_slaughterhouses = {
30+
TRY_REPLACE:pm_slaughterhouses = {
3131
texture = "gfx/interface/icons/production_method_icons/slaughterhouses.dds"
3232

3333
state_modifiers = {
@@ -53,7 +53,7 @@ pm_slaughterhouses = {
5353
}
5454
}
5555

56-
pm_mechanized_slaughtering = {
56+
TRY_REPLACE:pm_mechanized_slaughtering = {
5757
texture = "gfx/interface/icons/production_method_icons/mechanized_slaughtering.dds"
5858

5959
state_modifiers = {

Industries Rework - Food/common/production_methods/mog_groceries_pm.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# post-dynamite: pm_explosive_shells - pm_vacuum_evaporation (electricity)pm_brine_electrolysis
55
# texture = "gfx/interface/icons/production_method_icons/steel_tools.dds"
66

7-
pm_bakery = {
7+
REPLACE_OR_CREATE:pm_bakery = {
88
texture = "gfx/interface/icons/production_method_icons/bakeries.dds"
99

1010
building_modifiers = {
@@ -24,7 +24,7 @@ pm_bakery = {
2424
}
2525
}
2626

27-
pm_sweeteners = {
27+
REPLACE_OR_CREATE:pm_sweeteners = {
2828
texture = "gfx/interface/icons/production_method_icons/sweeteners.dds"
2929

3030
unlocking_technologies = {
@@ -50,7 +50,7 @@ pm_sweeteners = {
5050
}
5151
}
5252

53-
pm_baking_powder = {
53+
REPLACE_OR_CREATE:pm_baking_powder = {
5454
texture = "gfx/interface/icons/production_method_icons/baking_powder.dds"
5555

5656
unlocking_technologies = {
@@ -77,7 +77,7 @@ pm_baking_powder = {
7777
}
7878
}
7979

80-
pm_automated_bakery = {
80+
REPLACE_OR_CREATE:pm_automated_bakery = {
8181
texture = "gfx/interface/icons/production_method_icons/automated_bakery.dds"
8282

8383
disallowing_laws = {
@@ -111,15 +111,15 @@ pm_automated_bakery = {
111111

112112
# Compatibility PM's to preserve save files.
113113

114-
pm_cannery_fish = {
114+
TRY_REPLACE:pm_cannery_fish = {
115115
texture = "gfx/interface/icons/production_method_icons/canneries.dds"
116116
}
117117

118-
pm_pot_stills = {
118+
TRY_REPLACE:pm_pot_stills = {
119119
texture = "gfx/interface/icons/production_method_icons/pot_stills.dds"
120120
}
121121

122-
pm_patent_stills = {
122+
TRY_REPLACE:pm_patent_stills = {
123123
texture = "gfx/interface/icons/production_method_icons/patent_stills.dds"
124124
}
125125

Industries Rework - Food/common/production_methods/mog_package_pm.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Basic
2-
pm_cloth_pkg = {
2+
REPLACE_OR_CREATE:pm_cloth_pkg = {
33
texture = "gfx/interface/icons/production_method_icons/cloth.dds"
44

55
unlocking_production_methods = {
@@ -14,7 +14,7 @@ pm_cloth_pkg = {
1414
}
1515
}
1616

17-
pm_paper_pkg = {
17+
REPLACE_OR_CREATE:pm_paper_pkg = {
1818
texture = "gfx/interface/icons/production_method_icons/paper.dds"
1919

2020
unlocking_production_methods = {
@@ -30,7 +30,7 @@ pm_paper_pkg = {
3030
}
3131

3232
# Unlock Group 1
33-
pm_wax_paper = {
33+
REPLACE_OR_CREATE:pm_wax_paper = {
3434
texture = "gfx/interface/icons/production_method_icons/wax_paper.dds"
3535

3636
unlocking_production_methods = {
@@ -48,7 +48,7 @@ pm_wax_paper = {
4848
}
4949

5050
# Unlock Group 2
51-
pm_sealed_jars = {
51+
REPLACE_OR_CREATE:pm_sealed_jars = {
5252
texture = "gfx/interface/icons/production_method_icons/canneries.dds"
5353

5454
unlocking_technologies = {
@@ -79,7 +79,7 @@ pm_sealed_jars = {
7979
}
8080
}
8181

82-
pm_cannery = {
82+
REPLACE_OR_CREATE:pm_cannery = {
8383
texture = "gfx/interface/icons/production_method_icons/canneries.dds"
8484

8585
unlocking_technologies = {
@@ -110,7 +110,7 @@ pm_cannery = {
110110
}
111111

112112
# Unlock Group 3
113-
pm_vacuum_canning = {
113+
REPLACE_OR_CREATE:pm_vacuum_canning = {
114114
texture = "gfx/interface/icons/production_method_icons/vaccum_canning.dds"
115115
replacement_if_valid = pm_vacuum_canning_principle_3
116116

@@ -144,7 +144,7 @@ pm_vacuum_canning = {
144144
}
145145
}
146146

147-
pm_vacuum_canning_principle_3 = {
147+
REPLACE_OR_CREATE:pm_vacuum_canning_principle_3 = {
148148
texture = "gfx/interface/icons/production_method_icons/vaccum_canning.dds"
149149
is_hidden_when_unavailable = yes
150150

Industries Rework - Food/common/production_methods/mog_preservation_pm.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Group 0
2-
pm_disabled_canning = {
2+
REPLACE_OR_CREATE:pm_disabled_canning = {
33
texture = "gfx/interface/icons/production_method_icons/no_canning.dds"
44
# is_hidden_when_unavailable = yes
55

@@ -11,7 +11,7 @@ pm_disabled_canning = {
1111

1212
# Group 1
1313
# Unlocked by Sweeteners + (Default) Wax Paper
14-
pm_dried_fruit = {
14+
REPLACE_OR_CREATE:pm_dried_fruit = {
1515
texture = "gfx/interface/icons/production_method_icons/fruit.dds"
1616
is_hidden_when_unavailable = yes
1717

@@ -28,7 +28,7 @@ pm_dried_fruit = {
2828
}
2929
}
3030

31-
pm_cured_meat = {
31+
REPLACE_OR_CREATE:pm_cured_meat = {
3232
texture = "gfx/interface/icons/production_method_icons/meat.dds"
3333
is_hidden_when_unavailable = yes
3434

@@ -45,7 +45,7 @@ pm_cured_meat = {
4545
}
4646
}
4747

48-
pm_salted_fish = {
48+
REPLACE_OR_CREATE:pm_salted_fish = {
4949
texture = "gfx/interface/icons/production_method_icons/fish.dds"
5050
is_hidden_when_unavailable = yes
5151

@@ -64,7 +64,7 @@ pm_salted_fish = {
6464

6565
# Group 2
6666
# Unlocked by Sealed Jars/Canning (requires Sweeteners)
67-
pm_sweet_vinegars = {
67+
REPLACE_OR_CREATE:pm_sweet_vinegars = {
6868
texture = "gfx/interface/icons/production_method_icons/vacuum_fruit.dds"
6969
is_hidden_when_unavailable = yes
7070

@@ -83,7 +83,7 @@ pm_sweet_vinegars = {
8383
}
8484
}
8585

86-
pm_meat_broths = {
86+
REPLACE_OR_CREATE:pm_meat_broths = {
8787
texture = "gfx/interface/icons/production_method_icons/vacuum_meat.dds"
8888
is_hidden_when_unavailable = yes
8989

@@ -101,7 +101,7 @@ pm_meat_broths = {
101101
}
102102
}
103103

104-
pm_brine_vinegars = {
104+
REPLACE_OR_CREATE:pm_brine_vinegars = {
105105
texture = "gfx/interface/icons/production_method_icons/vacuum_fruit.dds"
106106
is_hidden_when_unavailable = yes
107107

@@ -120,7 +120,7 @@ pm_brine_vinegars = {
120120
}
121121
}
122122

123-
pm_fish_brines = {
123+
REPLACE_OR_CREATE:pm_fish_brines = {
124124
texture = "gfx/interface/icons/production_method_icons/vacuum_fish.dds"
125125
is_hidden_when_unavailable = yes
126126

@@ -140,7 +140,7 @@ pm_fish_brines = {
140140

141141
# Group 3
142142
# Unlocked by Vacuum Canning or better
143-
pm_syrups_sauces = {
143+
REPLACE_OR_CREATE:pm_syrups_sauces = {
144144
texture = "gfx/interface/icons/production_method_icons/vacuum_fruit.dds"
145145
is_hidden_when_unavailable = yes
146146

@@ -160,7 +160,7 @@ pm_syrups_sauces = {
160160
}
161161
}
162162

163-
pm_boiling_sauces = {
163+
REPLACE_OR_CREATE:pm_boiling_sauces = {
164164
texture = "gfx/interface/icons/production_method_icons/vacuum_meat.dds"
165165
is_hidden_when_unavailable = yes
166166

@@ -179,7 +179,7 @@ pm_boiling_sauces = {
179179
}
180180
}
181181

182-
pm_oils_sauces = {
182+
REPLACE_OR_CREATE:pm_oils_sauces = {
183183
texture = "gfx/interface/icons/production_method_icons/vacuum_fish.dds"
184184
is_hidden_when_unavailable = yes
185185

@@ -198,7 +198,7 @@ pm_oils_sauces = {
198198
}
199199
}
200200

201-
pm_broths_brines = {
201+
REPLACE_OR_CREATE:pm_broths_brines = {
202202
texture = "gfx/interface/icons/production_method_icons/vacuum_meat.dds"
203203
is_hidden_when_unavailable = yes
204204

@@ -217,7 +217,7 @@ pm_broths_brines = {
217217
}
218218
}
219219

220-
pm_gravies_broths = {
220+
REPLACE_OR_CREATE:pm_gravies_broths = {
221221
texture = "gfx/interface/icons/production_method_icons/vacuum_meat.dds"
222222
is_hidden_when_unavailable = yes
223223

@@ -235,7 +235,7 @@ pm_gravies_broths = {
235235
}
236236
}
237237

238-
pm_brines_oils = {
238+
REPLACE_OR_CREATE:pm_brines_oils = {
239239
texture = "gfx/interface/icons/production_method_icons/vacuum_fish.dds"
240240
is_hidden_when_unavailable = yes
241241

0 commit comments

Comments
 (0)