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.110 投降协定

时间范围:1540.1.1 - 1640.1.1(每月 10% 概率)

触发条件

  • 国家宗教不属于基督教组。
  • 国家已能研究或已拥有名为 ahdnames 的进步。
  • 至少存在一个已知国家满足 good_candidate_for_capitulations 条件。

关键效果

  • 选项 A (历史选项)
    • 如果尚未拥有 ahdnames 进步,则立即研究该进步;否则,获得少量威望。
    • 社会价值观调整:好战性略微增强,外向性略微减弱。
    • 市民阶层满意度小幅下降。
    • 目标国家(满足投降协定条件的随机已知国家)获得对我国的“奥斯曼投降协定”观点修正,并获得持续15年的“商人利益”国家修正。
  • 选项 B
    • 市民阶层满意度小幅提升。
    • 社会价值观调整:外向性略微增强。

背景介绍: 投降协定(Capitulations)是奥斯曼帝国历史上授予欧洲列强的特权条约,通常涉及贸易、法律豁免和关税优惠。这些协定始于16世纪,旨在促进与欧洲国家的商业往来,但也逐渐削弱了帝国对经济和法律的主权控制。该事件模拟了奥斯曼帝国在特定历史时期,面对欧洲商业势力扩张时,选择是否授予此类特权的决策。

flavor_tur.110 = { #The Capitulations
	hide_portraits = yes
	type = country_event
	title = flavor_tur.110.title
	desc = flavor_tur.110.desc

	historical_info = flavor_tur.110.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1540.1.1
		to = 1640.1.1
		monthly_chance = 10
	}

	trigger = {

 		NOT = {
 			religion.group = religion_group:christian
 		}

 		OR = {
 			can_research_advance = ahdnames
 			has_advance = ahdnames
 		}

 		any_known_country = {
			good_candidate_for_capitulations = yes
 		}
	}

	immediate = {

		random_known_country = {
			limit = {
				good_candidate_for_capitulations = yes
			}
			save_scope_as = capitulation_country
		}

		root.ruler = { save_scope_as = target_ruler }
	}

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

		if = {
			limit = {
				NOT = {
					has_advance = ahdnames
				}
			}
			research_advance = advance_type:ahdnames
		}
		else = {
			add_prestige = prestige_mild_bonus
		}

		change_societal_value = {
    		type = belligerent_vs_conciliatory
    		value = societal_value_minor_move_to_right
    	}

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_tiny_move_to_left
		}

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }

		scope:capitulation_country = {
			add_opinion = { target = root modifier = opinion_ottoman_capitulation  }
			add_country_modifier = { modifier = merchant_benefits years = 15 mode = add_and_extend }
		}
	}

	option = {
		name = flavor_tur.110.b

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_tiny_move_to_right
		}
	}
}