事件
Ruler Title的支持者

并不是所有人都会在Flavor Rank的新政策中受害,一些人现在能够在军中服役或在众多新的政府职能部门中供职以谋生,其他人则依旧遵从着荣誉感和传统而忠于Ruler Title。对于Target Location宫廷日益牢固的统治,国内的不满情绪仍在弥漫,但我们看到Court Title的势力也在剧增。
定义in_game/events/disaster/court_and_country.txt:915
916type = country_event
917category = disaster_event
918title = court_and_country.12.title Ruler Title的支持者
919desc = court_and_country.12.desc 并不是所有人都会在Flavor Rank的新政策中受害,一些人现在能够在军中服役或在众多新的政府职能部门中供职以谋生,其他人则依旧遵从着荣誉感和传统而忠于Ruler Title。对于Target Location宫廷日益牢固的统治,国内的不满情绪仍在弥漫,但我们看到Court Title的势力也在剧增。
920outcome = neutral
921image = "gfx/interface/illustrations/disaster/court_and_country.dds"
923trigger = {
924OR = {
925government_power < 90
926AND = {
927manpower_percentage <= 0.5
928monthly_manpower > 0
}
}
}
933immediate = {
934ruler_or_regent ?= {
934save_scope_as = target_character
}
935capital = {
935save_scope_as = target_location
}
}