From 934d75b5d1bb5283d00134bd4e3d689db35202e4 Mon Sep 17 00:00:00 2001 From: lilylindstrand Date: Tue, 14 May 2024 23:51:38 +0200 Subject: [PATCH] feat(nederland): add buildings to states --- history/states/43-State_43.txt | 8 +++++++- history/states/587-State_587.txt | 11 ++++++++++- history/states/600-State_600.txt | 9 ++++++++- history/states/624-State_624.txt | 10 +++++++++- history/states/653-State_653.txt | 9 ++++++++- history/states/663-State_663.txt | 11 ++++++++++- 6 files changed, 52 insertions(+), 6 deletions(-) diff --git a/history/states/43-State_43.txt b/history/states/43-State_43.txt index 626547a..d8af415 100644 --- a/history/states/43-State_43.txt +++ b/history/states/43-State_43.txt @@ -6,11 +6,17 @@ state={ } buildings_max_level_factor=1.000 manpower=1000 - state_category = rural + state_category = small_island history={ add_core_of = NDL owner = NDL victory_points={ 6646 10 } + 1936.1.1 = { + controller = NDL + buildings = { + infrastructure = 1 + } + } } diff --git a/history/states/587-State_587.txt b/history/states/587-State_587.txt index 60195d5..f9eeef1 100644 --- a/history/states/587-State_587.txt +++ b/history/states/587-State_587.txt @@ -6,11 +6,20 @@ state={ } buildings_max_level_factor=1.000 manpower=1000 - state_category = rural + state_category = city history={ add_core_of = NDL owner = NDL victory_points={ 10854 10 } + 1936.1.1 = { + controller = NDL + buildings = { + infrastructure = 3 + industrial_complex = 2 + arms_factory = 1 + dockyard = 1 + } + } } diff --git a/history/states/600-State_600.txt b/history/states/600-State_600.txt index 15fdd91..db74a08 100644 --- a/history/states/600-State_600.txt +++ b/history/states/600-State_600.txt @@ -6,11 +6,18 @@ state={ } buildings_max_level_factor=1.000 manpower=1000 - state_category = rural + state_category = small_island history={ add_core_of = NDL owner = NDL victory_points={ 5282 10 } + 1936.1.1 = { + controller = NDL + buildings = { + infrastructure = 1 + dockyard = 1 + } + } } diff --git a/history/states/624-State_624.txt b/history/states/624-State_624.txt index a5c8a0e..2f959f0 100644 --- a/history/states/624-State_624.txt +++ b/history/states/624-State_624.txt @@ -6,11 +6,19 @@ state={ } buildings_max_level_factor=1.000 manpower=1000 - state_category = rural + state_category = metropolis history={ add_core_of = NDL owner = NDL victory_points={ 7567 10 } + 1936.1.1 = { + controller = NDL + buildings = { + infrastructure = 4 + industrial_complex = 4 + arms_factory = 4 + } + } } diff --git a/history/states/653-State_653.txt b/history/states/653-State_653.txt index 690c1a3..f13e3b9 100644 --- a/history/states/653-State_653.txt +++ b/history/states/653-State_653.txt @@ -6,11 +6,18 @@ state={ } buildings_max_level_factor=1.000 manpower=1000 - state_category = rural + state_category = town history={ add_core_of = NDL owner = NDL victory_points={ 11164 10 } + 1936.1.1 = { + controller = NDL + buildings = { + infrastructure = 2 + industrial_complex = 2 + } + } } diff --git a/history/states/663-State_663.txt b/history/states/663-State_663.txt index 0746a87..d83d5c2 100644 --- a/history/states/663-State_663.txt +++ b/history/states/663-State_663.txt @@ -6,11 +6,20 @@ state={ } buildings_max_level_factor=1.000 manpower=1000 - state_category = rural + state_category = city history={ add_core_of = NDL owner = NDL victory_points={ 11307 10 } + 1936.1.1 = { + controller = NDL + buildings = { + infrastructure = 3 + industrial_complex = 3 + arms_factory = 1 + dockyard = 2 + } + } }