哥得兰岛位于波罗的海的心脏,任何希望获得波罗的海霸权的势力都必须占领这里。因此,肯定有其他势力正在谋划从我们手中夺取这处战略要地。随着我们的海军实力减弱,我们也许想将这座岛卖给那些势力中的一个。
需要
丹麦国家immediate, trigger
瑞典国家immediate, trigger
条顿国家dynamic historical event.tag定义in_game/events/DHE/flavor_swe_teu.txt:397
398type = country_event
399title = flavor_swe_teu.5.title 众人垂涎之岛
400desc = flavor_swe_teu.5.desc 哥得兰岛位于波罗的海的心脏,任何希望获得波罗的海霸权的势力都必须占领这里。因此,肯定有其他势力正在谋划从我们手中夺取这处战略要地。随着我们的海军实力减弱,我们也许想将这座岛卖给那些势力中的一个。
401outcome = neutral
403dynamic_historical_event = {
405from = 1400.1.1
406to = 1420.1.1
407monthly_chance = 5
}
409fire_only_once = yes
411trigger = {
412own_entire_province = province_definition:gotland_province
413OR = {
414AND = {
415country_exists = c:SWE 416is_subject = no
416has_ports = yes
}
}
418AND = {
419country_exists = c:DAN 420is_subject = no
420has_ports = yes
}
}
}
}
425immediate = {
426save_scope_as = gotland_province_owner
427if = {
428limit = {
429country_exists = c:SWE 430is_subject = no
430has_ports = yes
}
}
433save_scope_as = first_offer
}
435set_local_variable = first_offer_found
}
437if = {
438limit = {
439country_exists = c:DAN 440is_subject = no
440has_ports = yes
}
}
443save_scope_as = second_offer
}
445set_local_variable = second_offer_found
}
447set_local_variable = {
448name = price_for_gotland
449value = 0
}
451province:gotland_province = {
452every_location_in_province = {
453change_local_variable = {
454name = price_for_gotland
455add = this.location_tax_base
}
}
458save_scope_as = gutnish_province
}
460change_local_variable = {
461name = price_for_gotland
462multiply = 120
}
}
选项
A把这座岛给First Offer。
469trigger = {
470has_local_variable = first_offer_found
}
473show_as_tooltip = {
474add_gold = {
475value = local_var:price_for_gotland
}
477scope:first_offer = {
479add_gold = {
480value = local_var:price_for_gotland
481multiply = -1
}
}
}
487show_as_tooltip = {
488scope:gutnish_province = {
489change_province_owner = scope:first_offer
490change_province_integration = integrated
491every_location_in_province = {
498add_core = scope:first_offer
}
}
}
BSecond Offer肯定会接受。
507trigger = {
508has_local_variable = second_offer_found
}
511show_as_tooltip = {
512add_gold = {
513value = local_var:price_for_gotland
}
515scope:second_offer = {
517add_gold = {
518value = local_var:price_for_gotland
519multiply = -1
}
}
}
526show_as_tooltip = {
527scope:gutnish_province = {
528change_province_owner = scope:second_offer
529change_province_integration = integrated
530every_location_in_province = {
537add_core = scope:second_offer
}
}
}
C我们不会放弃我们的土地。
545scope:first_offer ?= {
546show_as_tooltip = {
547add_casus_belli = {
548target = scope:gutnish_province.owner
550province = scope:gutnish_province
}
}
}
555scope:second_offer ?= {
556show_as_tooltip = {
557add_casus_belli = {
558target = scope:gutnish_province.owner
560province = scope:gutnish_province
}
}
}