diff --git a/map_data/state_regions/11_east_asia.txt b/map_data/state_regions/11_east_asia.txt index f65c06ab6..ebfcdcdaa 100644 --- a/map_data/state_regions/11_east_asia.txt +++ b/map_data/state_regions/11_east_asia.txt @@ -251,12 +251,17 @@ STATE_SOUTHERN_MANCHURIA = { arable_land = 200 arable_resources = { "bg_wheat_farms" "bg_livestock_ranches" "bg_cotton_plantations" "bg_silk_plantations" "bg_opium_plantations" } capped_resources = { - bg_coal_mining = 60 + bg_coal_mining = 30 # 60 originally, 50% moved to lignite bg_iron_mining = 75 bg_lead_mining = 45 bg_logging = 25 bg_fishing = 8 } + resource = { + type = "bg_lignite_mining" + undiscovered_amount = 28 + discovered_amount = 10 + } } STATE_GANDO = { @@ -289,10 +294,15 @@ STATE_NORTHERN_MANCHURIA = { arable_land = 140 arable_resources = { "bg_wheat_farms" "bg_livestock_ranches" "bg_cotton_plantations" } capped_resources = { - bg_coal_mining = 40 + bg_coal_mining = 10 # 40 originally, 75% moved to lignite bg_iron_mining = 36 bg_logging = 34 } + resource = { + type = "bg_lignite_mining" + undiscovered_amount = 28 + discovered_amount = 10 + } } STATE_SHANXI = { diff --git a/map_data/state_regions/12_indonesia.txt b/map_data/state_regions/12_indonesia.txt index b9a92f75b..2282f6f4f 100644 --- a/map_data/state_regions/12_indonesia.txt +++ b/map_data/state_regions/12_indonesia.txt @@ -100,7 +100,7 @@ STATE_EAST_BORNEO = { arable_land = 40 arable_resources = { "bg_rice_farms" "bg_livestock_ranches" "bg_coffee_plantations" "bg_dye_plantations" "bg_tea_plantations" "bg_tobacco_plantations" "bg_banana_plantations" } capped_resources = { - bg_coal_mining = 28 + bg_coal_mining = 7 # 28 originally, 75% moved to lignite bg_logging = 20 bg_fishing = 9 } @@ -112,6 +112,11 @@ STATE_EAST_BORNEO = { type = "bg_oil_extraction" undiscovered_amount = 40 } + resource = { + type = "bg_lignite_mining" + undiscovered_amount = 21 + discovered_amount = 7 + } naval_exit_id = 3125 } @@ -236,7 +241,7 @@ STATE_SOUTH_SUMATRA = { arable_land = 40 arable_resources = { "bg_rice_farms" "bg_livestock_ranches" "bg_coffee_plantations" "bg_dye_plantations" "bg_tea_plantations" "bg_tobacco_plantations" "bg_sugar_plantations" "bg_banana_plantations" } capped_resources = { - bg_coal_mining = 40 + bg_coal_mining = 10 # 40 originally, 75% moved to lignite bg_sulfur_mining = 48 bg_logging = 29 bg_fishing = 13 @@ -249,6 +254,11 @@ STATE_SOUTH_SUMATRA = { type = "bg_oil_extraction" undiscovered_amount = 10 } + resource = { + type = "bg_lignite_mining" + undiscovered_amount = 30 + discovered_amount = 10 + } naval_exit_id = 3120 }