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.102 旋转的奇迹

时间范围:1560.1.1 - 1610.1.1 (每月 15% 概率)

触发条件

  • 国家必须存在首都。
  • 国家主流文化必须是土耳其文化 (culture:turkish_culture)。

关键效果

  • 选项 A (历史选项)
    • 将人物塔奇·丁 (scope:taqi_ad_din) 移动至本国。
    • 在 2 至 4 年后,静默触发事件 flavor_tur.103
    • 社会价值观向“创新”方向发生小幅移动 (societal_value_minor_move_to_right)。
  • 选项 B
    • 塔奇·丁离开 (静默效果:杀死人物 scope:taqi_ad_din)。
    • 获得少量威望 (add_prestige = prestige_weak_bonus)。

背景介绍: 该事件模拟了奥斯曼帝国时期,著名学者、天文学家及工程师塔奇·丁·穆罕默德·伊本·马鲁夫 (Taqi ad-Din Muhammad ibn Ma’ruf) 可能被帝国招揽的历史情境。塔奇·丁以其在天文学、工程学和钟表制造方面的成就而闻名,尤其在伊斯坦布尔天文台的建立中扮演了关键角色。此事件反映了16世纪下半叶奥斯曼帝国对科学人才的需求以及传统与创新思潮之间的张力。

完整事件代码

flavor_tur.102 = { #A Revolving Wonder
	type = country_event
	title = flavor_tur.102.title
	desc = flavor_tur.102.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1560.1.1
		to = 1610.1.1
		monthly_chance = 15
	}

	historical_info = flavor_tur.102.historical_info

	trigger = {
		exists = capital
		culture = culture:turkish_culture
	}

	immediate =  {
		capital = {
			save_scope_as = capital_location
		}

		create_character = {
			first_name = name_taqi
			nickname = nick_ad_din
			adm = 65
			dip = 60
			mil = 30
			female = no
			artist_skill = 0.8
			artist = scientist
			culture = culture:levantine_culture
			religion = religion:sunni
			estate = estate_type:burghers_estate
			birth_location = location:damascus
			birth_date = 1526
			script = tur_taqi_ad_din
			save_scope_as = taqi_ad_din
			create_in_limbo = yes
		}
	}

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

		scope:taqi_ad_din = { move_country = root }
		root = {
			trigger_event_silently = {
				id = flavor_tur.103
				years = { 2 4 }
			}
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_minor_move_to_right
		}
	}

	option = {
		name = flavor_tur.102.b

		custom_tooltip = taqi_ad_din_leaves.tt
		hidden_effect = {
   			kill_character_silently = scope:taqi_ad_din
  		}

		add_prestige = prestige_weak_bonus
	}
}