스크립트 트리거
coup_attempt_end_trigger
정의in_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 현재 진행 중인 쿠데타 시도의 음모자가 더 이상 없습니다
}
660custom_tooltip = {
661text = conspirators_murdered_ruler_tt 음모자들이 우리 통치자를 암살하는 데 성공했습니다.
}
664had_disaster_for_years = {
665disaster_type = scope:disaster
666years >= 5
}
668custom_tooltip = {
669text = any_conspirator_became_ruler_tt 음모자 중 한 명이 통치자로 즉위
}
}