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_tur.167 首都医学院

时间范围:1637.1.1 - 1837.1.1(每月 15% 概率)

触发条件

  • 国家已掌握 medical_school_advance 科技。
  • 首都省份 没有 building_type:medical_school(医学院)建筑。
  • 国家拥有统治者。
  • 国家宗教属于 religion_group:muslim(穆斯林宗教组)。

关键效果

  • 选项 A (flavor_tur.167.a)

    • 花费 4 倍基础金额(scale = -4)。
    • 在首都省份建造一座 building_type:medical_school(医学院)。
    • 社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)小幅向右(创新方向)移动。
    • 社会价值观 outward_vs_inward(外向 vs 内向)微幅向左(内向方向)移动。
    • 获得少量研究进度加成(research_progress_mild_bonus)。
    • estate_type:clergy_estate(神职人员阶层)满意度降低 0.1。
  • 选项 B (flavor_tur.167.b)

    • 社会价值观 mysticism_vs_jurisprudence(神秘主义 vs 法学)向右(法学方向)移动。
    • 社会价值观 traditionalist_vs_innovative(传统主义 vs 创新)小幅向左(传统主义方向)移动。
    • 社会价值观 outward_vs_inward(外向 vs 内向)微幅向右(外向方向)移动。

背景介绍: 在17至19世纪,奥斯曼帝国面临着现代化与传统体制的碰撞。随着欧洲医学与科学思想的传入,帝国精英内部就如何对待这些新知识产生了分歧。是投入资源在首都建立西式医学院,推动国家在医学和教育领域的现代化,还是坚持传统的伊斯兰学术与神秘主义路径,强化现有的社会与宗教结构?这一事件反映了奥斯曼帝国在近代化转型过程中,于创新与传统、开放与保守之间所面临的典型抉择。

完整事件代码

flavor_tur.167 = { #The Medical School of [capital]
	type = country_event

	title = flavor_tur.167.title
	desc = flavor_tur.167.desc

	historical_info = flavor_tur.167.historical_info

    illustration_tags = { }

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1637.1.1
		to = 1837.1.1
		monthly_chance = 15
	}

	trigger = {

		has_advance = medical_school_advance

		capital = {
			NOT = { has_building = building_type:medical_school }
		}

		has_ruler = yes

		religion.group = religion_group:muslim
	}

	immediate = {
		capital = { save_scope_as = capital_location }

		ruler = { save_scope_as = target_ruler }
	}

	option = {
		name = flavor_tur.167.a
		change_gold_effect = { scale = -4 }

		scope:capital_location = { construct_building = { building_type = building_type:medical_school } }

		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_right }

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_tiny_move_to_left
		}

		add_research_progress = research_progress_mild_bonus

		add_estate_satisfaction = { type = estate_type:clergy_estate value = -0.1 }
	}

	option = {
		name = flavor_tur.167.b

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }


		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_minor_move_to_left }

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_tiny_move_to_right
		}
	}
}