
Actorの外交官が、わが国に法外な要求を突きつけてきた。この外交官の主張によれば、たとえ現在わが国の支配下にある土地でも、Treaty Location Location条約によって彼らがSelected Provinceを植民地化および統治する権利を有しているという。
この人物はさらに、Selected Provinceにあるわが国の領土を直ちに譲渡するよう要求し、従わなければ相応の報いを受けると脅してきた。
定義in_game/events/situations/treaty_of_tordesillas.txt:509
510type = country_event
511category = situation_event
513title = treaty_of_tordesillas.5.title Actor Adjectiveの要求
514desc = treaty_of_tordesillas.5.desc Actorの外交官が、わが国に法外な要求を突きつけてきた。この外交官の主張によれば、たとえ現在わが国の支配下にある土地でも、Treaty Location Location条約によって彼らがSelected Provinceを植民地化および統治する権利を有しているという。
この人物はさらに、Selected Provinceにあるわが国の領土を直ちに譲渡するよう要求し、従わなければ相応の報いを受けると脅してきた。
515outcome = neutral
517image = "gfx/interface/illustrations/situation/treaty_of_tordesillas.dds"
519major = yes
524immediate = {
525scope:selected_province = {
526province_capital = {
527save_scope_as = prov_capital_scope
}
}
530if = {
534top_overlord ?= {
535save_scope_as = overlord
}
}
}
選択肢
A遺憾だが要求を受け入れよう。
546change_societal_value = {
}
547scope:selected_province ?= {
548change_province_owner = scope:actor
}
550scope:actor ?= {
551add_opinion = {
551target = ROOT
551modifier = accepted_demands_modifier
}
}
553ai_will_select = {
554value = -70
556add = {
557desc = "RELATIVE_STRENGTH" Recipientと比較したActorの兵員数
558value = 100
559multiply = "scope:actor.relative_military_strength(root)"
}
562add = {
563value = 100
564multiply = {
565value = 1
566subtract = {
567value = scope:selected_province.province_average_control
568multiply = 2
}
}
}
573if = {
574limit = {
574root.manpower_percentage < 0.3
}
575add = 10
}
579if = {
580limit = {
580root.manpower_percentage > 0.7
}
581subtract = 10
}
585if = {
586limit = {
587OR = {
588is_rival_of = scope:actor
589is_enemy_of = scope:actor
}
}
592subtract = -999
}
596add = {
597value = war_exhaustion
598multiply = 2
}
602if = {
606every_current_war = {
}
}
}
Bこのような横暴な通告は無視する。
619change_societal_value = {
}
620scope:actor ?= {
621add_opinion = {
621target = ROOT
621modifier = declined_demands_modifier
}
623add_casus_belli = {
624target = scope:selected_country
626province = scope:selected_province
}
}
COverlordに使者を送れ。彼らの力を借りる時が来た。
639top_overlord ?= {
640trigger_event_non_silently = {
}
}