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_tur.134 克里特战争

时间范围

1637.1.1 - 1737.1.1,每月有 5% 的概率触发。

触发条件

  • 国家宗教属于 穆斯林宗教组
  • 国家拥有 统治者
  • 省份 candia 拥有 所有者
  • 省份 candia 的所有者拥有 统治者
  • 省份 candia 的所有者满足以下所有条件:
    • AI 控制的国家
    • 同时 不满足 以下任一条件:
      • 土耳其 (TUR)
      • 土耳其 (TUR)盟友
      • 土耳其 (TUR) 处于 战争状态
      • 土耳其 (TUR)附属国
      • 土耳其 (TUR)看法 > 25
  • 内阁中至少有一位 内阁首脑,且其 行政能力 (adm) >= 50

关键效果

选项 A (历史选项)

  • 对目标国家 (target_country) 获得 征服省份 的宣战理由,目标省份为 target_province
  • 社会价值观变化:
    • 好战 vs 和解:小幅向左移动。
    • 陆军 vs 海军:微幅向右移动。
    • 神秘主义 vs 法学:微幅向右移动。

选项 B

  • 社会价值观变化:
    • 好战 vs 和解:小幅向右移动。
  • 获得 轻微的政府权力惩罚
  • 获得国家修正 财政责任,持续 10 年。

背景介绍

该事件模拟了奥斯曼帝国(土耳其)在17至18世纪期间对克里特岛(candia)可能发起的军事行动。历史上,奥斯曼帝国与威尼斯共和国为争夺克里特岛的控制权进行了长期的战争(克里特战争,1645-1669年)。此事件反映了奥斯曼帝国在特定历史窗口期内,基于其内部政治状况(如拥有强势的内阁首脑)和外部地缘关系(与克里特岛所有者关系疏远),决定是否采取军事扩张政策的抉择点。

完整事件代码

flavor_tur.134 = { #The War for Crete
	type = country_event
	title = flavor_tur.134.title
	desc = flavor_tur.134.desc

	historical_info = flavor_tur.134.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1637.1.1
		to = 1737.1.1
		monthly_chance = 5
	}

	trigger = {

		religion.group = religion_group:muslim

		has_ruler = yes

		location:candia = { has_owner = yes }

		exists = location:candia.owner.ruler

		location:candia.owner = {
			is_ai = yes
			NOR = {
				this = c:TUR
				is_allied_with = { target = c:TUR }
				is_at_war_with = c:TUR
				is_subject_of = c:TUR
				opinion = { target = root value > 25 }
			}
		}

		any_cabinet_character = {
			has_character_modifier = head_of_the_cabinet_modifier
			adm >= 50
		}
	}

	immediate = {

		root.ruler = { save_scope_as = target_ruler }

		random_cabinet_character = {
			limit = {
				has_character_modifier = head_of_the_cabinet_modifier
				adm >= 50
			}
			save_scope_as = objecting_vizier
		}

		location:candia.province = {
			save_scope_as = target_province
		}

		location:candia.owner = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_tur.134.a
		historical_option = yes

		add_casus_belli = { target = scope:target_country type = casus_belli:cb_conquer_province province = scope:target_province }

		change_societal_value = {
    		type = belligerent_vs_conciliatory
    		value = societal_value_minor_move_to_left
    	}

    	change_societal_value = {
    		type = land_vs_naval
    		value = societal_value_tiny_move_to_right
    	}

    	change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
	}

	option = {
		name = flavor_tur.134.b

		change_societal_value = {
    		type = belligerent_vs_conciliatory
    		value = societal_value_minor_move_to_right
    	}
		add_government_power = government_power_mild_penalty
    	add_country_modifier = { modifier = fiscal_responsibility years = 10 mode = add_and_extend }
	}
}