
Actorから異例の提案が届いた。Treaty Location Location条約が批准された際に、我々が受け取るべき地域を交換しようというのだ。
これほどの規模の提案は現状に大きな影響を及ぼす可能性があり、慎重に検討すべきだろう。
定義in_game/events/situations/treaty_of_tordesillas.txt:754
755type = country_event
756category = situation_event
758title = treaty_of_tordesillas.7.title 大規模な交換
759desc = treaty_of_tordesillas.7.desc Actorから異例の提案が届いた。Treaty Location Location条約が批准された際に、我々が受け取るべき地域を交換しようというのだ。
これほどの規模の提案は現状に大きな影響を及ぼす可能性があり、慎重に検討すべきだろう。
760outcome = neutral
762image = "gfx/interface/illustrations/situation/treaty_of_tordesillas.dds"
764major = yes
選択肢
A思い切って彼らの提案を受け入れよう。
772scope:actor ?= {
773add_favors = {
773target = root
773value = 10
}
774add_opinion = {
774target = root
774modifier = accepted_demands_modifier
}
}
776change_societal_value = {
}
778custom_tooltip = {
779text = treaty_of_tordesillas.7.a.tt Var East Country CountryとVar West Country Countryが、それぞれ領有する地域を入れ替える
}
799ai_will_select = {
801value = 1
803add = {
804value = {
805every_region = {
806limit = {
807continent != continent:europe
808sub_continent != sub_continent:south_asia
809sub_continent != sub_continent:east_asia
810any_location_in_region = {
}
}
814every_area_in_region = {
815every_province_in_area = {
816limit = {
817any_location_in_province = {
818is_ownable = yes
819NAND = {
820has_owner = yes
821owner ?= {
821is_country_religion_pagan = no
}
}
823is_east_of = scope:target.var:var_line_location
}
}
826add = population
827add = province_capital.proximity
}
}
}
}
}
841add = {
842value = {
843every_region = {
844limit = {
845continent != continent:europe
846sub_continent != sub_continent:south_asia
847sub_continent != sub_continent:east_asia
}
849every_area_in_region = {
850every_province_in_area = {
851limit = {
852any_location_in_province = {
853is_ownable = yes
854NAND = {
855has_owner = yes
856owner ?= {
856is_country_religion_pagan = no
}
}
858NOT = {
858is_east_of = scope:target.var:var_line_location
}
}
}
861add = population
862add = province_capital.proximity
}
}
}
}
}
876subtract = {
877desc = "bias against doing stuff"
878value = 1
}
}
Bこんな馬鹿げた提案を受け入れられるものか。
886change_societal_value = {
}
887scope:actor ?= {
888add_opinion = {
888target = ROOT
888modifier = declined_demands_modifier
}
}
891ai_will_select = {
892value = 1
894scope:target_recipient_area = {
895every_province_in_area = {
896add = population
897add = province_capital.proximity
}
}
901scope:target_actor_area = {
902every_province_in_area = {
903subtract = population
904subtract = province_capital.proximity
}
}
908add = {
909desc = "bias against doing stuff"
910value = 1
}
}