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_sco.20 野哈吉斯

时间范围:1700.1.1 - 1800.1.1(每月 1% 概率)

触发条件

  • 国家拥有位于 scottish_highlands_area(苏格兰高地地区)的任意省份。

关键效果

  • 选项 A:替代品
    • 增加少量稳定度。
    • 社会价值观向“传统主义 vs 创新”的“传统主义”侧微幅移动。
    • (历史选项)
  • 选项 B:育种计划
    • 社会价值观向“传统主义 vs 创新”的“创新”侧微幅移动。
    • 首都市场增加 goods:fur(毛皮)的少量供应。

背景介绍: 该事件围绕传说中的苏格兰生物“野哈吉斯”展开。在18世纪,随着苏格兰社会的发展与变迁,关于如何处理这种被视为传统象征的“资源”,出现了不同的声音。一个选择是寻找替代方案以维持传统稳定,另一个则是尝试通过现代育种计划来开发利用,这反映了当时苏格兰在传统与创新之间面临的抉择。

完整事件代码

flavor_sco.20 = { # Wild Haggis
	type = country_event
	title = flavor_sco.20.title
	desc = flavor_sco.20.desc

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_fur.dds"

	dynamic_historical_event = {
		tag = SCO
		from = 1700.1.1
		to = 1800.1.1
		monthly_chance = 1
	}

	fire_only_once = yes

	trigger = {
		any_owned_location = {
			area = area:scottish_highlands_area
		}
	}

	immediate = {
	}

	option = {
		name = flavor_sco.20.a # substitute
		add_stability = stability_mild_bonus
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_tiny_move_to_right }

		historical_option = yes
	}
	option = {
		name = flavor_sco.20.b # breeding programme
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_tiny_move_to_left }
		capital.market = {
			add_goods_supply = {
				goods = goods:fur
				amount = market_goods_mild_gain
			}
		}
	}
}