事件
可疑的消费行为

Advisor的消费习惯引起了众多关注。he/she出巨资——远远超过了his/her的职位所得的薪俸——向his/her家乡的Advisor Estate Type广施捐赠并改善当地设施。一项调查已揭露了实情:Advisor没有尽his/her全力为Ruler Title服务,而是把国家资金转移到Corrupt Advisor Location来提高his/her在那里的人气。虽然这对当地经济是个福音,但容忍这种行为可能损害整个国家。
定义in_game/events/character/court_flavor_events.txt:468
469type = country_event
470title = court_flavor_events.20.title 可疑的消费行为
471desc = court_flavor_events.20.desc Advisor的消费习惯引起了众多关注。he/she出巨资——远远超过了his/her的职位所得的薪俸——向his/her家乡的Advisor Estate Type广施捐赠并改善当地设施。一项调查已揭露了实情:Advisor没有尽his/her全力为Ruler Title服务,而是把国家资金转移到Corrupt Advisor Location来提高his/her在那里的人气。虽然这对当地经济是个福音,但容忍这种行为可能损害整个国家。
472outcome = neutral
473trigger = {
474any_cabinet_character = {
475total_abilities >= 130
476birth_location != root.capital
477birth_location.owner ?= root
}
479at_war = no
480num_loans < 10
}
482illustration_tags = {
48310 = regular
48410 = interior
}
488immediate = {
}
490random_cabinet_character = {
491limit = {
492total_abilities >= 130
493birth_location != root.capital
494birth_location.owner ?= root
}
496save_scope_as = advisor
497birth_location = {
498save_scope_as = corrupt_advisor_location
}
}
}