#################### # OPINION MODIFIERS #################### # Careless Talk Event modifier opinion_careless_talk = { opinion = { base = -150 } } # Empathetic Initiative Event modifier opinion_empathetic_initiative = { opinion = { base = @empathetic_initiative_value } } triggered_opinion_eotc_situation_stage1 = { trigger = { from = { any_situation = { has_situation_flag = end_of_the_cycle_situation_flag } } is_country_type = default } opinion = { base = -15 modifier = { factor = value:nb_systems_affected_by_eotc|AURA_OWNER|from| } } } triggered_opinion_eotc_situation_stage2 = { trigger = { from = { has_country_flag = reached_eotc_situation_stage2 NOT = { has_country_flag = reached_eotc_situation_stage3 } } is_country_type = default } opinion = { base = 0 modifier = { subtract = 200 } } } triggered_opinion_eotc_situation_stage3 = { trigger = { from = { has_country_flag = reached_eotc_situation_stage3 } is_country_type = default } opinion = { base = 0 modifier = { subtract = 500 } } }