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.8] 苏格兰商业发展

时间范围
1700.1.1 - 1800.1.1(每月 5% 概率触发)

触发条件

  • 仅限国家标签为 SCO(苏格兰)的国家触发
  • 事件仅触发一次(fire_only_once = yes

关键效果

  • 选项 A(历史选项)
    flavor_sco.8.a
    社会价值观调整:重商主义 vs 自由贸易(mercantilism_vs_free_trade)向左侧移动(societal_value_move_to_left

  • 选项 B
    flavor_sco.8.b
    社会价值观调整:重商主义 vs 自由贸易(mercantilism_vs_free_trade)向左侧移动(societal_value_move_to_left

背景介绍
在18世纪,苏格兰经历了重要的经济转型与商业扩张时期。随着格拉斯哥等城市逐渐成为贸易与工业中心,苏格兰社会在重商主义与自由贸易之间面临着政策选择。这一时期的发展为后来的苏格兰启蒙运动和工业革命奠定了基础。

完整事件代码

flavor_sco.8 = {
	type = country_event
	title = flavor_sco.8.title
	desc = flavor_sco.8.desc

	fire_only_once = yes

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

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		if = {
			limit = {
				owns = location:glasgow
			}
			location:glasgow = { save_scope_as = target_location }
		}
		else = {
			random_owned_location = {
				limit = {
					is_city = yes
					dominant_culture = root.culture
				}
			}
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_sco.8.a
		historical_option = yes
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_move_to_left }
	}
	option = {
		name = flavor_sco.8.b
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_move_to_left }
	}
}