事件
Actor寻求外交联系
对于那些寻求拥抱权力并将其付诸实践的人来说,通往权力的道路往往是不同的。对我们来说,在努力维护主权的过程中,障碍重重,外交手段层出不穷。引起我们注意的最新问题是Actor提出的正式外交请求。
他们在信中雄辩地表示,愿意向我们伸出Target Country1 Dynasty王朝强大的援手,以换取我们共同边界上的一些领土。有这样一个强大的邻国保证我们的独立,并对我们青睐有加,这无疑是一大福音,但我们的领土完整……怎么办?
定义in_game/events/situations/rise_of_the_ottomans.txt:608
609type = country_event
610category = situation_event
612title = rise_of_the_ottomans.106.title Actor寻求外交联系
613desc = rise_of_the_ottomans.106.desc 对于那些寻求拥抱权力并将其付诸实践的人来说,通往权力的道路往往是不同的。对我们来说,在努力维护主权的过程中,障碍重重,外交手段层出不穷。引起我们注意的最新问题是Actor提出的正式外交请求。
他们在信中雄辩地表示,愿意向我们伸出Target Country1 Dynasty王朝强大的援手,以换取我们共同边界上的一些领土。有这样一个强大的邻国保证我们的独立,并对我们青睐有加,这无疑是一大福音,但我们的领土完整……怎么办?
他们在信中雄辩地表示,愿意向我们伸出Target Country1 Dynasty王朝强大的援手,以换取我们共同边界上的一些领土。有这样一个强大的邻国保证我们的独立,并对我们青睐有加,这无疑是一大福音,但我们的领土完整……怎么办?
614outcome = neutral
616illustration_tags = {
61710 = regular
61810 = interior
}
621immediate = {
622scope:target = {
623save_scope_as = target_country2
624ruler ?= {
624save_scope_as = target_character2
}
}
630scope:target_2 = {
631save_scope_as = target_location
}
633if = {
634limit = {
635country_exists = scope:target_country2
636scope:target_country2 = {
637OR = {
638has_ruler = yes
639has_regent = yes
}
641ruler_or_regent ?= {
642has_dynasty = yes
}
644any_character = {
645culture = scope:target_country2.culture
646religion = scope:target_country2.religion
647dynasty ?= scope:target_country2.ruler_or_regent.dynasty
648is_female = yes
649is_married = no
}
}
}
653scope:target_country2 = {
654random_character = {
655limit = {
656culture = scope:target_country2.culture
657religion = scope:target_country2.religion
658dynasty ?= scope:target_country2.ruler_or_regent.dynasty
659is_female = yes
660is_married = no
}
662save_scope_as = target_character_4
}
}
}
666else = {
667create_character = {
668culture = scope:target_country2.culture
669religion = scope:target_country2.religion
670age = 18
671female = yes
673create_in_limbo = yes
674save_scope_as = target_character_4
}
}
677scope:target_1 = {
678save_scope_as = target_character3
}
680scope:actor = {
681save_scope_as = target_country1
682ruler ?= {
683save_scope_as = target_character
684dynasty ?= {
684save_scope_as = target_dynasty
}
}
}
}