Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

[flavor_teu.300] 条顿骑士团与波兰的紧张局势

时间范围:1400.1.1 - 1420.1.1(每月 5% 概率)

触发条件

  • 国家 POL(波兰)必须存在。
  • POL 没有停战协议。
  • POL 没有处于战争状态。
  • POL 是我国的邻国,并且 POL 是我国的敌人或宿敌。
  • 我国必须拥有统治者或摄政王。
  • POL 必须拥有统治者或摄政王。

关键效果

  • 选项 A (flavor_teu.300.a) - 历史选项

    • 社会价值观 belligerent_vs_conciliatory(好战 vs 和解)向左侧(好战方向)发生较大幅度移动。
    • POL 产生效果:
      • 获得针对 TEU 的宣战理由 casus_belli:cb_insulted_us(我们受到了侮辱)。
      • 触发事件 flavor_teu.301
  • 选项 B (flavor_teu.300.b)

    • 社会价值观 offensive_vs_defensive(进攻 vs 防御)向右侧(防御方向)发生小幅移动。
    • 我国统治者或摄政王(teu_ruler)获得 5 点外交能力。

背景介绍: 此事件反映了15世纪初条顿骑士团国(TEU)与波兰王国(POL)之间持续存在的紧张关系与领土争端。这一时期,双方在普鲁士和波罗的海地区的势力范围上冲突不断,外交摩擦与军事对峙是常态。事件模拟了骑士团领导层在面对波兰的敌对或竞争姿态时,可能采取的两种不同策略:一种是激化矛盾、采取强硬姿态(历史选项),另一种则是相对克制、加强自身防御与外交能力。

完整事件代码

flavor_teu.300 = {
	hide_portraits = yes
	type = country_event
	title = flavor_teu.300.title
	desc = flavor_teu.300.desc
	historical_info = flavor_teu.300.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TEU
		from = 1400.1.1
		to = 1420.1.1
		monthly_chance = 5
	}

	illustration_tags = {
		10 = armed
		10 = exterior
	}

	trigger = {
		country_exists = c:POL
		NOT = { has_truce_with = c:POL }
		NOT = { is_at_war_with = c:POL }
		c:POL = {
			is_neighbor_of = ROOT
			OR = {
				is_enemy_of = ROOT
				is_rival_of = ROOT
			}
		}
		OR = {
			has_ruler = yes
			has_regent = yes
		}
		c:POL = {
			OR = {
				has_ruler = yes
				has_regent = yes
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler_or_regent = {
			save_scope_as = teu_ruler
		}
		save_scope_as = teu_from
		c:POL = {
			ruler_or_regent = {
				save_scope_as = pol_ruler
			}
		}
	}

	option = {
		name = flavor_teu.300.a

		historical_option = yes

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_large_move_to_left
		}

		show_as_tooltip = {
			c:POL = {
				add_casus_belli = { type = casus_belli:cb_insulted_us target = c:TEU }
			}
		}
		hidden_effect = {
			c:POL = {
				trigger_event_non_silently = flavor_teu.301
			}
		}
	}
	option = {
		name = flavor_teu.300.b

		change_societal_value = {
			type = offensive_vs_defensive
			value = societal_value_minor_move_to_right
		}

		scope:teu_ruler = {
			add_dip = 5
		}
	}
}