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_eng.39 亚当·斯密登场

时间范围:1776.1.1 - 1790.1.1 (每月 5% 概率)

触发条件

  • 国家拥有爱丁堡地区 (location:edinburgh)
  • 国家拥有伦敦地区 (location:london)
  • 名为 adam_smith 的角色不存在 (NOT = { exists = character:adam_smith })

关键效果

  • 历史选项 (flavor_eng.39.a):
    • 社会价值观发生重大变化:重商主义 vs 自由贸易 (mercantilism_vs_free_trade) 大幅向右移动(趋向自由贸易)。
    • 在伦敦地区创建一件艺术作品:
      • 艺术家:事件创建的角色 (scope:target_artist)
      • 品质:97
      • 类型:专著 (work_of_art_type:treatise)
      • 关键标识:wealth_of_nations (《国富论》)

背景介绍: 此事件模拟了经济学家亚当·斯密的登场及其代表作《国富论》的诞生。亚当·斯密于1723年出生于爱丁堡,是现代经济学之父。他的思想,尤其是关于自由贸易和市场“看不见的手”的理论,对18世纪末英国乃至全球的经济政策产生了深远影响。该事件在特定历史窗口期内,当英国(或其前身/后继实体)控制关键地区时,有概率触发,标志着经济思想史上的一个重要转折点。

完整事件代码

flavor_eng.39 = {
	type = country_event
	title = flavor_eng.39.title
	desc = flavor_eng.39.desc
	historical_info = flavor_eng.39.historical_info
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		tag = SCO
		from = 1776.1.1
		to = 1790.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:edinburgh
		owns = location:london
		NOT = { exists = character:adam_smith }
	}

	illustration_tags = {
		10 = interior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_adam
			last_name = Smith
			estate = estate_type:burghers_estate
			birth_date = 1723.6.5
			birth_location = location:edinburgh
			artist_skill = { 0.9 1 }
			artist = philosopher
			save_scope_as = target_character
			script = gbr_adam_smith
		}

		location:london = {
			create_art = {
				artist = scope:target_artist
				quality = 97
				type = work_of_art_type:treatise
				key = wealth_of_nations
			}
		}
	}

	option = {
		name = flavor_eng.39.a
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_large_move_to_right }
		show_as_tooltip = {
			location:london = {
				create_art = {
					artist = scope:target_artist
					quality = 97
					type = work_of_art_type:treatise
					key = wealth_of_nations
				}
			}
		}
	}
}