feat(country/nederland): first focus tree stuff

This commit is contained in:
Lily Lindstrand 2024-05-29 18:42:41 +02:00
commit 83435f3b1c
5 changed files with 2248 additions and 1 deletions

View file

@ -1,47 +0,0 @@
### search_filters = {FOCUS_FILTER_POLITICAL}
### search_filters = {FOCUS_FILTER_RESEARCH}
### search_filters = {FOCUS_FILTER_INDUSTRY}
### search_filters = {FOCUS_FILTER_STABILITY}
### search_filters = {FOCUS_FILTER_WAR_SUPPORT}
### search_filters = {FOCUS_FILTER_MANPOWER}
### search_filters = {FOCUS_FILTER_ANNEXATION}
focus_tree = {
id = nederland_focus
country = {
factor = 0
}
default = no
continuous_focus_position = { x = 50 y = 1500 }
focus = {
id = NDL_expand_utrecht_industry
icon = GFX_goal_generic_construct_infrastructure
x = 3
y = 0
cost = 10
available_if_capitulated = no
completion_reward = {
add_building_construction = {
type = infrastructure
level = 1
instant_build = yes
}
add_extra_state_shared_building_slots = 1
add_building_construction = {
type = industrial_complex
level = 1
instant_build = yes
}
}
}
}