事件
正统性受到质疑
虽然我们可能对Country王位的支配有所动摇、正统性被质疑,但我们的属国竟然在公开场合下忤逆,打击了我们的荣耀和威望。他们认为我们没有权利继续统治他们,因为我们已自身难保。
君主国政体immediate, trigger定义in_game/events/diplomacy/subject_interaction_events.txt:838
839hide_portraits = yes
840type = country_event
841title = subject_interaction_events.29.title 正统性受到质疑
842desc = subject_interaction_events.29.desc 虽然我们可能对Country王位的支配有所动摇、正统性被质疑,但我们的属国竟然在公开场合下忤逆,打击了我们的荣耀和威望。他们认为我们没有权利继续统治他们,因为我们已自身难保。
843outcome = neutral
844trigger = {
846legitimacy < 70
848any_subject = {
850NOT = {
851has_opinion = {
851target = root
851modifier = opinion_low_legitimacy
}
}
853OR = {
854legitimacy > root.legitimacy
855opinion = {
855target = root
855value < 0
}
856subject_loyalty < 50
}
}
}
862immediate = {
863hidden_effect = {
864random_subject = {
865limit = {
867NOT = {
867has_opinion = {
867target = root
867modifier = opinion_low_legitimacy
}
}
868OR = {
869legitimacy > root.legitimacy
870opinion = {
870target = root
870value < 0
}
871subject_loyalty < 50
}
}
874save_scope_as = subject_target
}
}
}