# Infernals hate all except other Infernals triggered_infernals_opinion_of_others = { trigger = { is_country_type = default OR = { has_valid_civic = civic_scorched_earth has_valid_civic = civic_hive_scorched_earth } FROM = { is_infernal_empire = no } } opinion = { base = -1000 } } # Infernals like non-genocidal (except Scorched) Infernals triggered_infernals_opinion_of_infernals = { trigger = { is_country_type = default OR = { has_valid_civic = civic_scorched_earth has_valid_civic = civic_hive_scorched_earth } FROM = { is_infernal_empire = yes NOR = { has_civic = civic_fanatic_purifiers has_civic = civic_hive_devouring_swarm } } } opinion = { base = 100 } } triggered_opinion_hyperthermia_empire = { trigger = { FROM = { has_crisis_level = crisis_hyperthermia_level_2 } NOR = { has_crisis_level = crisis_hyperthermia_level_1 is_infernal_empire = yes } OR = { FROM = { has_crisis_level = crisis_hyperthermia_level_5 } has_intel_level = { who = from category = government level >= 2 } } } opinion = { base = -50 modifier = { add = -50 FROM = { has_crisis_level = crisis_hyperthermia_level_3 NOT = { has_country_flag = Hyperthermia_Lv4_denied } } } modifier = { add = -100 FROM = { has_crisis_level = crisis_hyperthermia_level_4 } } modifier = { add = -150 FROM = { has_crisis_level = crisis_hyperthermia_level_5 } } } }