
一名来自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" Actor与Recipient的相对实力
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
}
}
C送信到Overlord,是时候让他们帮忙了。
639top_overlord ?= {
640trigger_event_non_silently = {
}
}