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_cas.64 新格拉纳达皇家植物学远征

时间范围:1783.1.1 - 1816.1.1(每月 1% 概率)

触发条件

  • 国家在 colombia_region 地区拥有存在度。

关键效果

  • 选项 A (flavor_cas.64.a) [历史选项]
    • 减少 6 点黄金效果。
    • 获得 research_progress_severe_bonus 研究进度。
    • 社会价值观 traditionalist_vs_innovative 向右移动。
  • 选项 B (flavor_cas.64.b)
    • 获得 research_progress_severe_penalty 研究进度。
    • 社会价值观 traditionalist_vs_innovative 向左移动。

背景介绍: 该事件模拟了西班牙王室在18世纪末至19世纪初对新格拉纳达(今哥伦比亚及周边地区)发起的皇家植物学远征。此次远征旨在系统性地考察、收集和研究新大陆的植物资源,以推动科学知识发展并探寻潜在的经济价值。它代表了启蒙时代欧洲列强对殖民地科学探索与资源开发的典型举措,对当地的自然认知和科学发展产生了深远影响。

完整事件代码

flavor_cas.64 = { #The Royal Botanical Expedition to New Granada
	type = country_event
	title = flavor_cas.64.title
	desc = flavor_cas.64.desc
	image = "gfx/interface/illustrations/institutions/new_world.dds"
	
	fire_only_once = yes

	historical_info = flavor_cas.64.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1783.1.1
		to = 1816.1.1
		monthly_chance = 1
	}

	trigger = {
		has_presence_in = region:colombia_region
	}

	option = {
		name = flavor_cas.64.a
		historical_option = yes
		change_gold_effect = { scale = -6 }
		add_research_progress = research_progress_severe_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_right }
	}

	option = {
		name = flavor_cas.64.b
		add_research_progress = research_progress_severe_penalty
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
	}
}