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_usa.11] 美国哲学学会的建立

时间范围
事件为一次性触发,无具体起止日期。

触发条件

  • 国家处于活跃的“殖民革命”局势中。
  • 国家主流文化属于“不列颠文化组”。
  • 国家不是附庸国。
  • 国家首都存在。
  • 国家首都位于“东海岸地区”。
  • 国家拥有“沙卡马克松”地区。

关键效果

  • 选项A:在“沙卡马克松”地区建造特殊建筑“美国哲学学会”。
  • 选项B:将社会价值观“传统主义 vs 创新”向“创新”方向移动一级。

背景介绍
在北美殖民地的独立浪潮与启蒙思想传播的背景下,一些殖民地精英开始寻求建立本土的学术与文化机构,以促进科学、哲学和人文思想的发展,并塑造独立于欧洲的文化认同。美国哲学学会的建立正是这一思潮的体现,它旨在汇集知识精英,推动学术进步,为新兴国家的思想与科学发展奠定基础。

完整事件代码

flavor_usa.11 = {
	type = country_event
	title = flavor_usa.11.title
	desc = flavor_usa.8.desc

	fire_only_once = yes

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

	trigger = {
		is_situation_active = situation:colonial_revolution
		culture = {
			has_culture_group = culture_group:british_group
		}
		is_subject = no
		exists = capital
		capital.region = region:east_coast_region

		owns = location:shackamaxon
	}

	option = {
		name = flavor_usa.11.a

		location:shackamaxon = {
			construct_building = {
				building_type = building_type:usa_philosophical_society
			}
		}
	}
	option = {
		name = flavor_usa.8.b

		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_move_to_left }
	}
}