#Whispers in the Shroud country_event = { id = $EVENT_ID$ title = shroud.whispers_in_the_shroud.title diplomatic_title = shroud.3.diplo_title desc = $EVENT_ID$.desc is_triggered_only = yes diplomatic = yes force_open = yes picture_event_data = { portrait = shroud1 room = shroud_room } show_sound = { trigger = { is_robot_empire = yes } sound = event_psionic_robot } show_sound = { trigger = { is_robot_empire = no } sound = event_psionic } option = { name = shroud.whispers_in_the_shroud.a if = { limit = { is_robot_empire = yes } enable_patron_first_contact_project = { name = $SPECIAL_PROJECT_KEY$_ROBOT patron = $PATRON_TYPE$ owner = this } } else_if = { limit = { is_hive_empire = yes } enable_patron_first_contact_project = { name = $SPECIAL_PROJECT_KEY$_HIVE patron = $PATRON_TYPE$ owner = this } } else = { enable_patron_first_contact_project = { name = $SPECIAL_PROJECT_KEY$ patron = $PATRON_TYPE$ owner = this } } } }