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_por.1002 葡萄牙与荷兰的贸易冲突

时间范围

  • 起始日期:未指定(事件无 fromto 字段)
  • 结束日期:未指定(事件无 fromto 字段)
  • 触发概率:未指定(事件无 monthly_chance 字段)

触发条件

  • 主要条件:事件代码中未定义 trigger 字段。该事件可能由其他游戏机制或前置事件触发。

关键效果

  • 选项 Aflavor_por.1002.a
    • 核心效果:对目标 scope:dutch_enemy 添加一个宣战理由(Casus Belli)。
    • 宣战理由类型casus_belli:cb_trade_war_triggered(触发的贸易战争)。

背景介绍

此事件模拟了葡萄牙王国在殖民扩张时期,与新兴的海上强国荷兰之间爆发的贸易冲突。荷兰东印度公司等商业实体的崛起,严重挑战了葡萄牙在香料贸易、非洲奴隶贸易以及巴西殖民地的垄断地位,双方在印度洋、东南亚和南大西洋频繁发生武装冲突与商业竞争。该事件为葡萄牙玩家提供了一个针对其“荷兰敌人”的特定宣战理由,以发动一场旨在争夺贸易主导权的战争。

完整事件代码

flavor_por.1002 = {
	type = country_event
	title = flavor_por.1002.title
	desc = flavor_por.1002.desc

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	
	option = {
		name = flavor_por.1002.a
		add_casus_belli = {	target = scope:dutch_enemy type = casus_belli:cb_trade_war_triggered	}
	}
}