事件
良心上的煎熬

在Ruler Title的文件中,我们发现了一张来自Advisor的便条。
Ruler Title,
我一直尽全力为您和Country服务。但是我现在必须怀着沉重的心情向您辞去Cabinet Member Title一职。对Religious Enemy Country的宣战已跨越了我的底线——您面对我宗教同胞的罪行使我不能再保持沉默。
此致,
Advisor
迄今为止,我们尝试找到him/her的行动均未成功。看来he/she已经逃离这个国家。
定义in_game/events/character/court_flavor_events.txt:531
532type = country_event
533title = court_flavor_events.21.title 良心上的煎熬
534desc = court_flavor_events.21.desc 在Ruler Title的文件中,我们发现了一张来自Advisor的便条。
Ruler Title,
我一直尽全力为您和Country服务。但是我现在必须怀着沉重的心情向您辞去Cabinet Member Title一职。对Religious Enemy Country的宣战已跨越了我的底线——您面对我宗教同胞的罪行使我不能再保持沉默。
此致,
Advisor
迄今为止,我们尝试找到him/her的行动均未成功。看来he/she已经逃离这个国家。
Ruler Title,
我一直尽全力为您和Country服务。但是我现在必须怀着沉重的心情向您辞去Cabinet Member Title一职。对Religious Enemy Country的宣战已跨越了我的底线——您面对我宗教同胞的罪行使我不能再保持沉默。
此致,
Advisor
迄今为止,我们尝试找到him/her的行动均未成功。看来he/she已经逃离这个国家。
535outcome = neutral
536trigger = {
537at_war = yes
538any_cabinet_character = {
539religion ?= {
540this != root.religion
541any_country_in_religion = {
542is_at_war_with = root
}
}
}
}
547illustration_tags = {
54810 = exterior
}
552immediate = {
554random_cabinet_character = {
555limit = {
556religion ?= {
557this != root.religion
558any_country_in_religion = {
559is_at_war_with = root
}
}
}
563save_scope_as = advisor
565religion = {
566random_country_in_religion = {
567limit = {
568is_at_war_with = root
}
570save_scope_as = religious_enemy_country
}
}
}
}