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.141 印刷的力量

时间范围:1700.1.1 - 1745.1.1(每月 15% 概率)

触发条件

  • 国家已拥有 tulip_period 科技。
  • 国家已拥有 printing_press_advance 科技。
  • 国家的主流文化语言为以下之一:
    • 土耳其语 (language:turkish_language)
    • 阿拉伯语 (language:arabic_language)
    • 波斯语 (language:persian_language)

关键效果

  • 选项 A (历史选项)

    • 将人物易卜拉欣·穆特费里卡 (muteferrika) 移动至本国。
    • 获得少量威望 (prestige_mild_bonus)。
    • 获得国家修正 printing_boom,持续25年。
    • 社会价值观 spiritualist_vs_humanist 大幅向右移动(偏向人文主义)。
    • 教士阶层满意度大幅降低 (estate_satisfaction_severe_penalty)。
    • 若当前政策为 strict_censorship,则将其替换为 limited_censorship
    • 在10至20年后,自动触发后续事件 flavor_tur.142
  • 选项 B

    • 教士阶层满意度小幅提升 (estate_satisfaction_mild_bonus)。
    • 社会价值观 spiritualist_vs_humanist 极小幅向左移动(偏向灵性主义)。
    • 人物易卜拉欣·穆特费里卡 (muteferrika) 被默默移除。

背景介绍: 18世纪初,随着郁金香时代的文化繁荣和印刷技术的传入,奥斯曼帝国面临着知识传播与宗教传统之间的抉择。匈牙利裔的学者、印刷商易卜拉欣·穆特费里卡主张引入并推广印刷术,以促进科学、地理和历史知识的传播。这一举措可能带来知识普及和人文主义思想的兴起,但也可能引发保守宗教势力的不满。事件反映了奥斯曼帝国在现代化进程中,试图平衡技术进步与社会传统时所面临的典型挑战。

完整事件代码

flavor_tur.141 = { #The Power of Printing
	type = country_event
	title = flavor_tur.141.title
	desc = flavor_tur.141.desc

	historical_info = flavor_tur.141.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1700.1.1
		to = 1745.1.1
		monthly_chance = 15
	}

	trigger = {

		has_advance = tulip_period

		has_advance = printing_press_advance

		OR = {
			culture.language = language:turkish_language
			culture.language = language:arabic_language
			culture.language = language:persian_language
		}
	}

	immediate = {

		capital = {
			save_scope_as = capital_location
		}

		create_character = {
			first_name = name_abraham
			last_name = nick_muteferrika
			adm = 70
			dip = 60
			mil = 15
			female = no
			culture = culture:turkish_culture
			ethnicity = ethnicity:european_ethnicity
			religion = religion:sunni
			estate = estate_type:burghers_estate
			birth_location = location:cluj
			birth_date = 1674
			add_trait = trait:scholar
			script = tur_ibrahim_muteferrika
			save_scope_as = muteferrika
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_tur.141.a
		historical_option = yes

		scope:muteferrika = { move_country = root }
		add_prestige = prestige_mild_bonus

		add_country_modifier = { modifier = printing_boom years = 25 mode = add_and_extend }

		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_large_move_to_right }

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }

		if = {
			limit = {
				has_policy = strict_censorship
			}
			add_policy = policy:limited_censorship
		}

		hidden_effect = {
			root = {
				trigger_event_silently = {
					id = flavor_tur.142
					years = { 10 20 }
				}
			}
		}
	}

	option = {
		name = flavor_tur.141.b

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }

		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_tiny_move_to_left }

		custom_tooltip = {
			text = muteferrika_forgotten.tt
			hidden_effect = { kill_character_silently = scope:muteferrika }
		}
	}
}