Kaiserreich / Kaiserreich-4-Bug-Reports

Issue tracker for Kaiserreich for Hearts of Iron 4
110 stars 40 forks source link

SIC - Focus - Expand Napoli Shipyards - #3428

Closed ghost closed 5 years ago

ghost commented 5 years ago

Current DEV Build -

image

Currently gives one building slot for two buildings.

ghost commented 5 years ago

FIX

focus = {# Build New Ones id = SIC_build_state_ones icon = GFX_goal_generic_construct_naval_dockyard cost = 8.00 mutually_exclusive = { focus = SIC_seize_existing } prerequisite = { focus = SIC_theshipyardmatter } x = 23 y = 2 ai_will_do = { factor = 30 } completion_reward = { log = "[GetDateText]: [Root.GetName]: Focus SIC_build_state_ones" navy_experience = 20 117 = { if = { limit = { is_owned_by = SIC } add_extra_state_shared_building_slots = 2 add_building_construction = { type = dockyard level = 2 instant_build = yes } } } } available = { SIC = { controls_state = 117 } } }

ghost commented 5 years ago

fixed