#Synthetic Fertility synthetic_fertility_chain = { picture = GFX_evt_genetic_modification icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds" } #Synth Queen Trackers the_synth_queen_war_chain = { icon = "gfx/interface/icons/situation_log/situation_log_synth_queen.dds" picture = GFX_evt_synth_queen counter = { synth_queen_base_1 = { } synth_queen_fleet_1 = { } synth_queen_kills_us_1 = { } synth_queen_kills_others_1 = { } synth_queen_victims_1 = { } synth_queen_planets_1 = { } } } the_synth_queen_history_chain = { icon = "gfx/interface/icons/situation_log/situation_log_synth_queen.dds" picture = GFX_evt_synth_queen abort_trigger = { OR = { any_country = { is_country_type = awakened_synth_queen } has_global_flag = synth_queen_war_started } } } the_synth_queen_raids_chain = { icon = "gfx/interface/icons/situation_log/situation_log_synth_queen.dds" picture = GFX_evt_synth_queen counter = { synth_queen_raids_outpost = { } synth_queen_raids_convoy = { } } abort_trigger = { OR = { any_country = { is_country_type = awakened_synth_queen } has_global_flag = synth_queen_war_started } } } cybernetic_creed_chain = { icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds" picture = GFX_evt_cybernetics }