イベント
Actorが貢納を要求

ブルサがActorの手に落ちたことで、Target Character 1の権威は再び確立され、揺るぎないものとなった。そんななか、Target Location 1から届いたのは挨拶ではなく、要求を携えた使節であった。彼らは我々のいわゆる異教の慣習を理由に貢納を求めており、その言葉の裏には武力行使の脅しが隠されている。金か、血か、反抗か。なんらかの回答が求められており、その結果は国境を遥かに越えて影響を及ぼすだろう。
Fate of the PhoenixDLCtrigger定義in_game/events/disaster/D008_fate_of_the_phoenix.txt:1227
1228type = country_event
1229category = disaster_event
1230title = fate_of_the_phoenix.19.title Actorが貢納を要求
1231desc = fate_of_the_phoenix.19.desc ブルサがActorの手に落ちたことで、Target Character 1の権威は再び確立され、揺るぎないものとなった。そんななか、Target Location 1から届いたのは挨拶ではなく、要求を携えた使節であった。彼らは我々のいわゆる異教の慣習を理由に貢納を求めており、その言葉の裏には武力行使の脅しが隠されている。金か、血か、反抗か。なんらかの回答が求められており、その結果は国境を遥かに越えて影響を及ぼすだろう。
1232outcome = neutral
1233image = "gfx/interface/illustrations/disaster/fate_of_the_phoenix.dds"
1239major = yes
1240major_trigger = {
1240this = scope:actor
}
1242immediate = {
1243scope:actor = {
1244ruler_or_regent = {
1244save_scope_as = target_character_1
}
1246capital = {
1246save_scope_as = target_location_1
}
}
1249ruler_or_regent = {
1249save_scope_as = target_character_2
}
1251capital = {
1251save_scope_as = target_location_2
}
}