Skip to content

Commit

Permalink
Better distribution of resources on the Map
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolferos committed Aug 9, 2022
1 parent db88d89 commit fd5f3c4
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 105 deletions.
23 changes: 3 additions & 20 deletions mod/thegreatwar/history/states/13-Estonia.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,32 +9,15 @@ state = {
83 185 308 496 567 3074 3152 3174 6201 6381 9079 11127 11291 11426
}
resources = {
wood = 16
wood = 11
steel = 1
}
history = {
victory_points = {
3152 5
}
victory_points = { 3152 5 }
owner = RUS
add_core_of = EST
add_core_of = RUS
1936.1.1 = {
owner = EST
add_core_of = EST
victory_points = {
3152 5
}
buildings = {
infrastructure=3
industrial_complex = 3
air_base = 2
arms_factory = 1
3152 = {
naval_base = 3 coastal_bunker = 1
}
}
}

buildings = {
infrastructure=3
industrial_complex = 1
Expand Down
54 changes: 21 additions & 33 deletions mod/thegreatwar/history/states/154-Southern plain.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,29 @@
state = {
id=154
name="STATE_154"
local_supplies = 1.0 manpower = 2735383
state_category=city
provinces={ 679 699 730 3730 6670 6700 6735 9656 9706 11625 11644 11646 11659 }
resources={
wood=20
steel=67
id = 154
name = "STATE_154"
local_supplies = 1.0
manpower = 2735383
state_category = city
provinces = { 679 699 730 3730 6670 6700 6735 9656 9706 11625 11644 11646 11659 }
resources = {
wood = 20
steel = 60
}
history = {
victory_points = { 11659 1 }
owner = AUH
add_core_of = HUN
add_core_of = AUH

buildings = {
infrastructure = 4
industrial_complex = 1
arms_factory = 1
}
history={
victory_points={ 11659 1 }
owner=AUH
add_core_of=HUN
add_core_of=AUH

1919.1.1 = {
add_core_of = HSR
}

1936.1.1={
owner=HUN
add_core_of=HUN
victory_points={ 11659 1 }
buildings={
infrastructure=4
industrial_complex=3
air_base=2
arms_factory=1
}
}
buildings={
infrastructure=4
industrial_complex=1
arms_factory=1
}
1919.1.1 = {
owner = HUN
}
}
}
}
45 changes: 18 additions & 27 deletions mod/thegreatwar/history/states/242-Smolensk.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@
state = {
id=242
name="STATE_242"
local_supplies = 1.0 manpower = 1300028
state_category=large_town
provinces={ 306 335 3247 3279 3313 3362 6273 6387 9272 9318 9382 9399 11254 11290 11353 11384 }
resources={
wood=0
id = 242
name = "STATE_242"
local_supplies = 1.0
manpower = 1300028
state_category = large_town
provinces = { 306 335 3247 3279 3313 3362 6273 6387 9272 9318 9382 9399 11254 11290 11353 11384 }
resources = {
wood = 5
}
history = {
victory_points = { 306 15 }
owner = RUS
add_core_of = RUS

buildings = {
infrastructure = 3
industrial_complex = 1
}
history={
victory_points={ 306 15 }
owner=RUS
add_core_of=RUS
1936.1.1={
owner=SOV
add_core_of=SOV
victory_points={ 306 15 }
buildings={
infrastructure=3
industrial_complex=2
air_base=5
}
}
1939.1.1={ buildings={ industrial_complex=3 } }
buildings={
infrastructure=3
industrial_complex=1
}
1919.1.1 = {
owner = SOV
add_core_of = SOV
}
}
}
}
43 changes: 18 additions & 25 deletions mod/thegreatwar/history/states/45-Yugoslavia.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,26 @@
state = {
id=45
name="STATE_45" # Vojvodina
local_supplies = 1.0 manpower = 1026200
state_category=rural
provinces={ 619 3617 3623 9608 9621 }
resources={
wood=0
id = 45
name = "STATE_45" # Vojvodina
local_supplies = 1.0
manpower = 1026200
state_category = rural
provinces = { 619 3617 3623 9608 9621 }
resources = {
wood = 0
steel = 7
}
history = {
owner = AUH
add_core_of = AUH
add_claim_by = HUN

buildings = {
infrastructure = 4
}
history={
owner=AUH
#add_core_of=YUG
add_core_of=AUH
add_claim_by=HUN
1936.1.1={
owner=YUG
add_core_of=YUG
add_core_of=SER
add_claim_by=HUN
buildings={
infrastructure=4
}
}
buildings={
infrastructure=4
}

1919.1.1 = {
owner = YUG
add_core_of = YUG
}
}
}
}

0 comments on commit fd5f3c4

Please sign in to comment.