-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better distribution of resources on the Map
- Loading branch information
Showing
4 changed files
with
60 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
} | ||
} |