diff --git a/mod/thegreatwar/history/states/122-Wales.txt b/mod/thegreatwar/history/states/122-Wales.txt index cb6e24cf5..24af4013b 100755 --- a/mod/thegreatwar/history/states/122-Wales.txt +++ b/mod/thegreatwar/history/states/122-Wales.txt @@ -1,33 +1,28 @@ state = { - id=122 - name="STATE_122" - local_supplies = 1.0 manpower = 2309230 - state_category=city - provinces= { 253 311 377 407 3274 6363 9364 11361 } - resources={ - wood=0 - coal=250 - aluminium=10 - steel=14 - } - history={ - victory_points={ 377 5 } - owner=ENG - add_core_of=ENG - 1936.1.1={ - owner=ENG - add_core_of=ENG - victory_points={ 377 5 } - buildings={ - infrastructure=3 - industrial_complex=1 - 377={ naval_base=3 } - } - } - buildings={ - infrastructure=3 - industrial_complex=2 - 377={ naval_base=3 } - } + id = 122 + name = "STATE_122" + local_supplies = 1.0 + manpower = 2309230 + state_category = city + + provinces = { 253 311 377 407 3274 6363 9364 11361 } + + resources = { + wood = 0 + coal = 200 + aluminium = 10 + steel = 14 + } + + history = { + victory_points = { 377 5 } + owner = ENG + add_core_of = ENG + + buildings = { + infrastructure = 3 + industrial_complex = 2 + 377 = { naval_base = 3 } } } +} \ No newline at end of file