#################### # OPINION MODIFIERS #################### # Natural Design Civic can't stand ascended empires triggered_natural_dislike_ascension = { trigger = { is_natural_design_empire = yes FROM = { OR = { has_ascension_path = yes has_origin = origin_overtuned } } } opinion = { base = -50 } } # Integrated Hive - Opinion penalty to non-gestalt empires triggered_opinion_hive_integrated = { trigger = { is_country_type = default NOT = { has_ethic = ethic_gestalt_consciousness } FROM = { has_country_flag = cyber_hive_integrated } } opinion = { base = -50 } }