diff --git a/mod/thegreatwar/history/states/57-Westfalen.txt b/mod/thegreatwar/history/states/57-Westfalen.txt index 1a41aefcd..8529e1abe 100755 --- a/mod/thegreatwar/history/states/57-Westfalen.txt +++ b/mod/thegreatwar/history/states/57-Westfalen.txt @@ -1,33 +1,25 @@ state = { - id=57 - name="STATE_57" - local_supplies = 1.0 manpower = 5109333 - state_category=large_city - provinces={ 405 495 3355 3398 6535 6622 9443 9509 11346 11431 } - resources={ - wood=0 - coal=93 - } - history={ - victory_points={ 495 5 } - owner=GER - add_core_of=GER - 1936.1.1={ - owner=GER - add_core_of=GER - victory_points={ 495 5 } - buildings={ - infrastructure=4 - industrial_complex=1 - air_base=3 - arms_factory=4 - } - } - 1939.1.1={ buildings={ radar_station=1 arms_factory=6 industrial_complex=3 } } - buildings={ - infrastructure=4 - industrial_complex=2 - arms_factory=2 - } + id = 57 + name = "STATE_57" + local_supplies = 1.0 + manpower = 5109333 + state_category = large_city + + provinces = { 405 495 3355 3398 6535 6622 9443 9509 11346 11431 } + + resources = { + coal = 86 + } + + history = { + victory_points = { 495 5 } + owner = GER + add_core_of = GER + + buildings = { + infrastructure = 4 + industrial_complex = 2 + arms_factory = 2 } } +} \ No newline at end of file