
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
}
}