# The Flesh is Weak special_project = { key = "FLESH_IS_WEAK_PROJECT" cost = { base = 500 scaled_modifier = { limit = { } scope = this add = 1 calc = pop_amount } } tech_department = engineering_technology icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds" picture = GFX_evt_cybernetics event_scope = planet_event requirements = { } on_success = { # use event target so a capital-conquering country is not affected event_target:flesh_weak_owner = { country_event = { id = utopia.2501 } } } on_fail = { } } # Synthetic Evolution special_project = { key = "SYNTHETIC_EVOLUTION_PROJECT" cost = { base = 1000 scaled_modifier = { limit = { } scope = this add = 2 calc = pop_amount } } tech_department = engineering_technology icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds" picture = GFX_evt_robot_assembly_plant event_scope = planet_event requirements = { } on_success = { event_target:synth_evo_owner = { country_event = { id = utopia.2551 } } } on_fail = { } } # Breaching the Shroud special_project = { key = "BREACHING_SHROUD_PROJECT" cost = { base = 500 scaled_modifier = { limit = { } scope = this add = 1 calc = pop_amount } } tech_department = society_technology picture = GFX_evt_psionics location = no icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds" timelimit = -1 event_scope = planet_event requirements = { } on_success = { event_target:breach_shroud_owner = { country_event = { id = utopia.2656 } breach_shroud = yes } } on_fail = { } on_start = { } } # Form a Covenant special_project = { key = "FORM_COVENANT_PROJECT" cost = { base = 500 scaled_modifier = { limit = { } scope = this add = 0.5 calc = pop_amount } } tech_department = society_technology picture = GFX_evt_psionics location = no icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds" timelimit = -1 event_scope = planet_event on_success = { event_target:form_covenant_owner = { set_country_flag = tradition_covenant country_event = { id = utopia.3303 } } } }