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_mal.5 葡萄牙贸易冲突

时间范围:1450.1.1 - 1600.1.1,每月 2% 概率触发

触发条件

  • 国家 POR(葡萄牙)存在。
  • 本国拥有至少一个港口(num_of_ports > 0)。

关键效果

  • 选项 A (历史选项)
    • 增加 burghers_estate(市民阶层)的阶层满意度,幅度为 estate_satisfaction_mild_penalty
    • 使葡萄牙(c:POR)对本国(c:MAL)增加 trade_conflict(贸易冲突)观点修正。
  • 选项 B
    • 对本国所有港口(every_port_in_country)施加 control_mild_penalty(轻度控制惩罚)。

背景介绍: 在15至16世纪,葡萄牙的海外扩张和贸易网络开始触及并影响印度洋及东南亚地区的传统贸易格局。作为该区域的重要贸易实体,马六甲(或相关政权)面临着来自葡萄牙商人和舰队的竞争与压力。此事件模拟了双方因贸易利益产生的摩擦与冲突,以及当地统治阶层(市民/商人)对此的反应。

完整事件代码

flavor_mal.5 = {
	type = country_event
	title = flavor_mal.5.title
	desc = flavor_mal.5.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = MAL
		from = 1450.1.1
		to = 1600.1.1
		monthly_chance = 2
	}

	trigger = {
		country_exists = c:POR
		num_of_ports > 0
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}

	option = {
		name = flavor_mal.5.a
		historical_option = yes
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
		c:POR = {
			add_opinion = { target = c:MAL modifier = trade_conflict }
		}
	}
	option = {
		name = flavor_mal.5.b
		every_port_in_country = {
			change_control = control_mild_penalty
		}
	}
}