-
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.
Added Supply Hubs in Bern & Zürich (Switzerland)
- Loading branch information
Showing
2 changed files
with
24 additions
and
36 deletions.
There are no files selected for viewing
47 changes: 22 additions & 25 deletions
47
mod/thegreatwar/history/states/151-Eastern Swiss Alps.txt
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,28 +1,25 @@ | ||
state = { | ||
id=151 | ||
name="STATE_151" | ||
local_supplies = 1.0 manpower = 1854711 | ||
state_category=city | ||
provinces={ 658 661 663 3641 3660 3662 9600 11601 11623 } | ||
resources={ | ||
steel=10 | ||
} | ||
history={ | ||
victory_points={ 663 10 } | ||
owner=SWI | ||
add_core_of=SWI | ||
1936.1.1={ | ||
owner=SWI | ||
add_core_of=SWI | ||
victory_points={ 663 10 } | ||
buildings={ | ||
infrastructure=4 | ||
industrial_complex=3 | ||
} | ||
} | ||
buildings={ | ||
infrastructure=4 | ||
industrial_complex=3 | ||
} | ||
id = 151 | ||
name = "STATE_151" | ||
local_supplies = 1.0 | ||
manpower = 1854711 | ||
state_category = city | ||
|
||
provinces = { 658 661 663 3641 3660 3662 9600 11601 11623 } | ||
|
||
resources = { | ||
steel = 10 | ||
} | ||
|
||
history = { | ||
victory_points = { 663 10 } | ||
owner = SWI | ||
add_core_of = SWI | ||
|
||
buildings = { | ||
663 = { supply_node = 1 } # Zürich | ||
infrastructure = 4 | ||
industrial_complex = 3 | ||
} | ||
} | ||
} |
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