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_hol.6 荷兰商人被奥斯曼帝国扣押

时间范围:1630.1.1 - 1640.1.1(每月 4% 概率)

触发条件

  • 君士坦丁堡(Constantinople)的拥有者属于穆斯林宗教组(religion.group = religion_group:muslim)。

关键效果

  • 选项 A (历史选项)
    • 市民阶层(Burghers Estate)满意度大幅降低(estate_satisfaction_extreme_penalty)。
    • 向市民阶层支付巨额赔款(金额为 -10 * 本国市民阶层税收基数)。
    • 国家稳定度大幅下降(stability_extreme_penalty)。
  • 选项 B
    • 国家财政支付巨额赔款(金额为 -10 * 本国市民阶层税收基数)。
    • 市民阶层(Burghers Estate)满意度小幅提升(estate_satisfaction_mild_bonus)。

背景介绍: 此事件模拟了17世纪30年代,荷兰(或尼德兰)商人在奥斯曼帝国控制下的君士坦丁堡被扣押或遭遇贸易纠纷的历史情境。作为当时重要的贸易国家,荷兰商人在地中海与奥斯曼帝国的交往中时常面临政治与商业风险。事件迫使国家在安抚国内强大的市民阶层与承担直接财政损失之间做出抉择,反映了早期近代国际贸易与国家内部政治经济的紧密联系。

完整事件代码

flavor_hol.6 = {
	type = country_event
	title = flavor_hol.6.title
	desc = flavor_hol.6.desc
	historical_info = flavor_hol.6.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HOL
		tag = NED
		from = 1630.1.1
		to = 1640.1.1
		monthly_chance = 4
	}
	trigger = {
		location:constantinople = {
			owner = {
				religion.group = religion_group:muslim
			}
		}
	}
	illustration_tags = {
		10 = angry
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:constantinople = {
			owner = {
				save_scope_as = target_country
			}
		}
	}
	option = {
		name = flavor_hol.6.a
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_extreme_penalty }
		add_gold_to_estate = {
			estate_type = estate_type:burghers_estate
			value = { value = root.estate_tax_base:burghers_estate multiply = -10 	}
		}
		add_stability = stability_extreme_penalty
	}
	option = {
		name = flavor_hol.6.b
		add_gold = {
			value = root.estate_tax_base:burghers_estate
			multiply = -10
		}
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
	}
}