Skip to content

Commit

Permalink
Chinese and Indonesian lignite deposits added
Browse files Browse the repository at this point in the history
  • Loading branch information
Danarca committed Jan 5, 2025
1 parent 6cd950f commit 901d84d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 4 deletions.
14 changes: 12 additions & 2 deletions map_data/state_regions/11_east_asia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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 = {
Expand Down
14 changes: 12 additions & 2 deletions map_data/state_regions/12_indonesia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand All @@ -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
}

Expand Down Expand Up @@ -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
Expand All @@ -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
}

Expand Down

0 comments on commit 901d84d

Please sign in to comment.