################################# # # Diplomatic Events # by Rufus Tronde # ################################# namespace = diplomatic # "Enemy" Genome Mapped country_event = { id = diplomatic.14 title = "diplomatic.14.name" desc = "diplomatic.14.desc" picture = GFX_evt_genetic_modification show_sound = event_laboratory_sound location = from is_triggered_only = yes option = { name = diplomatic.14.a add_modifier = { modifier = alien_genome_research days = 18000 } } } # Exotic Woodwind followup: Instrumental Biology country_event = { id = diplomatic.20 title = "diplomatic.20.name" desc = "diplomatic.20.desc" inline_script = { script = events/biogenesis_event_art OWNER = owner REGULAR_PICTURE = GFX_evt_ship_in_orbit BIOSHIP_PICTURE = GFX_evt_bio_ships_orbiting } location = from show_sound = event_alien_nature is_triggered_only = yes option = { name = diplomatic.20.a add_monthly_resource_mult = { resource = society_research value = @tier2researchreward min = @tier2researchmin max = @tier2researchmax } } }