Scripted Trigger
coup_attempt_end_trigger
Definitionin_game/common/scripted_triggers/disaster_triggers.txt:640
641OR = {
643legitimacy >= {
644value = 65
645add = {
646value = stability
647multiply = -0.15
648ceiling = yes
}
650max = 99
}
653custom_tooltip = {
654text = is_a_conspirator There are no more conspirators in the ongoing coup attempt
}
660custom_tooltip = {
661text = conspirators_murdered_ruler_tt The conspirators were successful in assassinating our Ruler
}
664had_disaster_for_years = {
665disaster_type = scope:disaster
666years >= 5
}
668custom_tooltip = {
669text = any_conspirator_became_ruler_tt One of the conspirators was crowned Ruler
}
}