feat(nederland): add buildings to states

This commit is contained in:
lilylindstrand 2024-05-14 23:51:38 +02:00
commit 934d75b5d1
6 changed files with 52 additions and 6 deletions

View file

@ -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
}
}
}

View file

@ -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
}
}
}

View file

@ -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
}
}
}

View file

@ -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
}
}
}

View file

@ -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
}
}
}

View file

@ -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
}
}
}