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_oma.2 葡萄牙商人抵达马斯喀特

时间范围:1400.1.1 - 1600.1.1,每月 5% 概率触发

触发条件

  • 葡萄牙(POR)国家存在。
  • 事件触发国拥有马斯喀特(masqat)地区。
  • 葡萄牙已发现阿曼(oman_area)地区。
  • 事件触发国首都市场中有葡萄牙商人。

关键效果

  • 选项 A (历史选项)
    • 葡萄牙对事件触发国获得“mam_por_confronted”观点修正。
    • 为葡萄牙静默触发事件 flavor_oma.3
    • 若当前时代为宗教改革时代(age_4_reformation)或更晚,则事件触发国的社会价值观“重商主义 vs 自由贸易”向左移动(即偏向重商主义)。
  • 选项 B
    • 事件触发国获得少量威望惩罚。
    • 若当前时代为宗教改革时代(age_4_reformation)或更晚,则事件触发国的社会价值观“重商主义 vs 自由贸易”轻微向右移动(即偏向自由贸易)。

背景介绍: 在15至17世纪,葡萄牙帝国积极拓展其海上贸易网络与殖民势力。作为印度洋贸易的关键参与者,葡萄牙商船与探险家时常抵达阿曼海岸,特别是其重要港口马斯喀特。此事件模拟了葡萄牙商人首次正式出现在阿曼首都市场的情景,标志着欧洲势力开始介入并影响该地区的传统贸易格局,迫使当地统治者做出应对。

完整事件代码

flavor_oma.2 = {
	type = country_event
	title = flavor_oma.2.title
	desc = flavor_oma.2.desc

	historical_info = flavor_oma.2.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = OMA
		from = 1400.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	trigger = {
		country_exists = c:POR
		owns = location:masqat
		c:POR = {
			has_discovered_area = area:oman_area
		}
		capital.market = {
			any_merchant_in_market = {
				tag = POR
			}
		}
	}

	option = {
		name = flavor_oma.2.a

		historical_option = yes

		c:POR = {
			add_opinion = { target = root modifier = mam_por_confronted }
			trigger_event_silently = { id = flavor_oma.3 }
		}
		if = {
			limit = {
				current_age_or_later = { age = age_4_reformation }
			}
			change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_move_to_left }
		}
	}
	option = {
		name = flavor_oma.2.b
		add_prestige = prestige_mild_penalty
		if = {
			limit = {
				current_age_or_later = { age = age_4_reformation }
			}
			change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_minor_move_to_right }
		}
	}
}