Country nederland #1

Merged
lilylindstrand merged 13 commits from country_nederland into main 2024-05-15 13:31:31 +00:00
6 changed files with 52 additions and 6 deletions
Showing only changes of commit 934d75b5d1 - Show all commits

feat(nederland): add buildings to states

lilylindstrand 2024-05-14 23:51:38 +02:00

View file

@ -6,11 +6,17 @@ state={
} }
buildings_max_level_factor=1.000 buildings_max_level_factor=1.000
manpower=1000 manpower=1000
state_category = rural state_category = small_island
history={ history={
add_core_of = NDL add_core_of = NDL
owner = NDL owner = NDL
victory_points={ victory_points={
6646 10 6646 10
} }
1936.1.1 = {
controller = NDL
buildings = {
infrastructure = 1
}
}
} }

View file

@ -6,11 +6,20 @@ state={
} }
buildings_max_level_factor=1.000 buildings_max_level_factor=1.000
manpower=1000 manpower=1000
state_category = rural state_category = city
history={ history={
add_core_of = NDL add_core_of = NDL
owner = NDL owner = NDL
victory_points={ victory_points={
10854 10 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 buildings_max_level_factor=1.000
manpower=1000 manpower=1000
state_category = rural state_category = small_island
history={ history={
add_core_of = NDL add_core_of = NDL
owner = NDL owner = NDL
victory_points={ victory_points={
5282 10 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 buildings_max_level_factor=1.000
manpower=1000 manpower=1000
state_category = rural state_category = metropolis
history={ history={
add_core_of = NDL add_core_of = NDL
owner = NDL owner = NDL
victory_points={ victory_points={
7567 10 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 buildings_max_level_factor=1.000
manpower=1000 manpower=1000
state_category = rural state_category = town
history={ history={
add_core_of = NDL add_core_of = NDL
owner = NDL owner = NDL
victory_points={ victory_points={
11164 10 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 buildings_max_level_factor=1.000
manpower=1000 manpower=1000
state_category = rural state_category = city
history={ history={
add_core_of = NDL add_core_of = NDL
owner = NDL owner = NDL
victory_points={ victory_points={
11307 10 11307 10
} }
1936.1.1 = {
controller = NDL
buildings = {
infrastructure = 3
industrial_complex = 3
arms_factory = 1
dockyard = 2
}
}
} }