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_mam.48 印刷术的引入

时间范围:1430.1.1 - 1560.1.1,每月 10% 概率触发

触发条件

  • 国家知晓 printing_press(印刷术)制度。
  • 国家尚未接纳 printing_press(印刷术)制度。
  • 国家拥有 cairo(开罗)地区。

关键效果

  • 选项 A (flavor_mam.48.a)

    • 将之前创建的角色 target_character 移动至本国。
    • cairo(开罗)地区,为 printing_press(印刷术)制度增加 institution_progress_mild_bonus(中等)的进度。
  • 选项 B (flavor_mam.48.b)

    • 损失相当于 -4 倍规模的金币。
    • 将之前创建的角色 target_character 移动至本国。
    • cairo(开罗)地区,为 printing_press(印刷术)制度增加 institution_progress_ultimate_bonus(最大)的进度。
  • 选项 C (flavor_mam.48.c)

    • 静默处决角色 target_character
    • clergy_estate(神职人员阶层)增加 estate_satisfaction_mild_bonus(中等)的满意度。

背景介绍: 15至16世纪,印刷术在欧洲的传播深刻改变了知识的生产与流通方式。作为当时伊斯兰世界的文化中心之一,马穆鲁克苏丹国治下的开罗也面临着是否以及如何接纳这项新技术的抉择。此事件模拟了马穆鲁克统治者面对印刷术时的不同策略:是温和引入,还是投入巨资大力推广,亦或是出于传统势力的压力而抵制。

完整事件代码

flavor_mam.48 = { #Printing Press
	type = country_event
	title = flavor_mam.48.title
	desc = flavor_mam.48.desc
	image = "gfx/interface/illustrations/institutions/printing_press.dds"

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MAM
		from = 1430.1.1
		to = 1560.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		regular = 10
		interior = 10
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		if = {
			limit = {
				current_year < 1550
			}
			create_character = {
				birth_location = location:soncino
				religion = religion:judaism
				adm = { 20 70 }
				dip = { 20 70 }
				mil = { 20 40 }
				culture = culture:ashkenazi
				estate = estate_type:burghers_estate
				save_scope_as = target_character
				create_in_limbo = yes
			}
		}
		else = {
			create_character = {
				first_name = name_gershom
				last_name = bin_Eliezer_Soncino
				birth_date = 1513.4.5
				birth_location = location:soncino
				estate = estate_type:burghers_estate
				religion = religion:judaism
				adm = { 20 70 }
				dip = { 20 70 }
				mil = { 20 40 }
				culture = culture:ashkenazi
				save_scope_as = target_character
				create_in_limbo = yes
			}
		}
	}

	trigger = {
		knows_about_institution = institution:printing_press
		NOT = {	has_embraced_institution = institution:printing_press }
		owns = location:cairo
	}

	option = {
		name = flavor_mam.48.a
		scope:target_character = {
			move_country = root
		}
		location:cairo = {
			change_institution_progress = { type = institution:printing_press value = institution_progress_mild_bonus }
		}
	}

	option = {
		name = flavor_mam.48.b
		change_gold_effect = { scale = -4 }
		scope:target_character = {
			move_country = root
		}
		location:cairo = {
			change_institution_progress = { type = institution:printing_press value = institution_progress_ultimate_bonus }
		}
	}

	option = {
		name = flavor_mam.48.c
   		kill_character_silently = scope:target_character
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
	}
}