# Reintegration - Control Ending of Shroud-Forged special_project = { key = "SHROUD_FORGED_REINTEGRATION" cost = 2000 tech_department = engineering_technology timelimit = -1 picture = GFX_evt_cybernetics icon = "gfx/interface/icons/situation_log/situation_log_engineering.dds" event_scope = country_event on_success = { country_event = { id = shroud_forged.60 } } } # The Guide - Liberation Ending of Shroud-Forged special_project = { key = "SHROUD_FORGED_GUIDE" cost = 2000 tech_department = society_technology timelimit = -1 picture = GFX_evt_shroud_forged_zrobot icon = "gfx/interface/icons/situation_log/situation_log_engineering.dds" event_scope = country_event on_success = { country_event = { id = shroud_forged.80 } } } # Materiality Engine special_project = { key = "SHROUD_FORGED_MATERIALITY_ENGINE" cost = 20000 tech_department = physics_technology timelimit = -1 picture = GFX_evt_shroud_generic icon = "gfx/interface/icons/situation_log/situation_log_engineering.dds" event_scope = planet_event on_success = { prev = { country_event = { id = shroud_forged.40 scopes = { from = root } } } } abort_trigger = { from = { NOT = { has_building = building_materiality_engine } } } }