[flavor_pol_teu.1] 波兰与条顿骑士团领土争端
时间范围:1339.1.1-1340.12.30(每月 40% 概率)
触发条件:
- 条顿骑士团国家(TEU)存在。
- 波兰(POL)未与条顿骑士团处于战争状态。
- 条顿骑士团控制着至少一个波兰的核心省份。
关键效果:
- 选项 A:选择此选项后,条顿骑士团一方(
pol_teutonic_side)将在10至30天内触发后续事件flavor_pol_teu.2。
背景介绍: 该事件反映了14世纪中叶波兰王国与条顿骑士团之间因领土归属问题产生的紧张关系。条顿骑士团在波罗的海地区扩张,控制了部分历史上属于波兰或波兰宣称拥有核心利益的地区,这为双方的外交交涉乃至后续冲突埋下了伏笔。
flavor_pol_teu.1 = {
type = country_event
title = flavor_pol_teu.1.title
desc = flavor_pol_teu.1.desc
historical_info = flavor_pol_teu.1.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = POL
from = 1339.1.1
to = 1340.12.30
monthly_chance = 40
}
illustration_tags = {
10 = happy
10 = interior
}
trigger = {
country_exists = c:TEU
NOT = { is_at_war_with = c:TEU }
c:TEU = {
any_owned_location = {
is_core_of = ROOT
}
}
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
c:TEU = {
random_province = {
limit = {
any_location_in_province = {
is_core_of = ROOT
}
}
save_scope_as = target_province
}
save_scope_as = pol_teutonic_side
ruler_or_regent = {
save_scope_as = teutonic_ruler_or_regent
}
}
c:POL = {
save_scope_as = pol_polish_side
ruler_or_regent = {
save_scope_as = polish_ruler_or_regent
}
}
}
option = {
name = flavor_pol_teu.1.a
scope:pol_teutonic_side = {
trigger_event_non_silently = {
id = flavor_pol_teu.2
days = { 10 30 }
}
}
}
}