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.220] 阿马西亚的学者与达鲁西法

时间范围

1500.1.1 - 1600.1.1,每月有 2% 的概率触发。

触发条件

  • 国家 拥有 阿马西亚(location:amasya)地区。
  • 国家的 统治者或摄政王 拥有 学者scholar)特质。

关键效果

选项 A (flavor_tur.220.a):

  • 阿马西亚 地区建造一座 达鲁西法building_type:darussifa)建筑。
  • 获得 大量 研究进度(research_progress_extreme_bonus)。

选项 B (flavor_tur.220.b):

  • 获得 少量 研究进度(research_progress_mild_bonus)。
  • 获得 少量 威望(prestige_mild_bonus)。

背景介绍

在奥斯曼帝国(TUR)的黄金时代,首都之外的地区性学术中心也扮演着重要角色。阿马西亚作为帝国早期的行政与文化中心之一,拥有深厚的学术传统。当一位具有学者特质的统治者或摄政王在位时,他可能会关注并投资于该地区的知识传承与基础设施建设,例如建立或资助“达鲁西法”——一种集医疗、教育和社会服务于一体的综合性机构,以彰显其统治的智慧与远见。

完整事件代码

flavor_tur.220 = {
	type = country_event
	title = flavor_tur.220.title
	desc = flavor_tur.220.desc

	dynamic_historical_event = {
		tag = TUR
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		owns = location:amasya
		ruler_or_regent ?= {
			has_trait = scholar
		}
	}

	immediate = {
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		location:amasya = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_tur.220.a

		scope:target_location = {
			construct_building = {
				building_type = building_type:darussifa
			}
		}

		add_research_progress = research_progress_extreme_bonus
	}

	option = {
		name = flavor_tur.220.b

		add_research_progress = research_progress_mild_bonus
		add_prestige = prestige_mild_bonus
	}
}