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_pol.18] 波兰-立陶宛联邦对奥斯曼的十字军号召

时间范围

1400.1.1 - 1700.1.1(每月 20% 概率)

触发条件

  • 国家宗教属于基督教组(religion.group = religion_group:christian
  • 奥斯曼帝国(c:TUR)存在(country_exists = c:TUR
  • 与奥斯曼帝国接壤(is_neighbor_of = c:TUR
  • 可以向奥斯曼帝国宣战(can_declare_war_on = c:TUR
  • 奥斯曼帝国的宗教不属于基督教组(NOT = { religion.group = religion_group:christian }
  • 月度人力大于 0.2(monthly_manpower > 0.2
  • 国家未处于破产状态(is_during_bankruptcy = no

关键效果

选项:flavor_pol.18.a

  • 增加人力:基于当前月度人力(root.monthly_manpower)乘以 10 的数值(add_manpower = { value = root.monthly_manpower multiply = 10 }
  • 获得宣战理由:对奥斯曼帝国(c:TUR)获得持续 15 年的“十字军”宣战理由(add_casus_belli = { target = c:TUR type = casus_belli:cb_crusade years = 15 }

背景介绍

在 15 至 17 世纪,波兰-立陶宛联邦作为欧洲东部的主要基督教强国,与扩张中的奥斯曼帝国长期处于军事与宗教对峙状态。此事件反映了联邦在面对异教强邻时,国内可能兴起的十字军运动号召,旨在动员军事力量并获得对奥斯曼发动“圣战”的合法性。

完整事件代码

flavor_pol.18 = {
	type = country_event
	title = flavor_pol.18.title
	desc = flavor_pol.18.desc
	historical_info = flavor_pol.18.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POL
		tag = PLC
		from = 1400.1.1
		to = 1700.1.1
		monthly_chance = 20
	}

	trigger = {
		religion.group = religion_group:christian
		country_exists = c:TUR
		is_neighbor_of = c:TUR
		can_declare_war_on = c:TUR
		c:TUR = {
			NOT = { religion.group = religion_group:christian }
		}
		monthly_manpower > 0.2
		is_during_bankruptcy = no
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}

	option = {
		name = flavor_pol.18.a
		add_manpower = { value = root.monthly_manpower multiply = 10 }
		add_casus_belli = { target = c:TUR type = casus_belli:cb_crusade years = 15 }
	}
}