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_dlh.24 早期伊斯兰学术中心

时间范围:1360.1.1 - 1400.1.1 (每月 2% 概率) 触发条件

  • 国家宗教属于穆斯林宗教组。
  • 国家威望至少为 75。
  • 国家拥有 university_advance 科技(即尚未有效建立早期大学)。
  • 统治者或摄政者可能满足以下所有条件:
    • 拥有 zealot(狂热者)特质。
    • 拥有 scholar(学者)特质。
    • 其宗教属于穆斯林宗教组。

关键效果

  • 选项 A (flavor_dlh.24.a)
    • 在首都建造一座 university(大学)建筑。
    • 建筑成本翻倍,原因为 military_expensive_sponsorship(昂贵的军事赞助)。
  • 选项 B (flavor_dlh.24.b)
    • 对国家主流文化施加 cultural_influence_weak_penalty(文化影响力弱惩罚)。
    • 对国家主流文化施加 cultural_tradition_weak_penalty(文化传统弱惩罚)。

背景介绍: 在14世纪中后期的伊斯兰世界,一些拥有崇高威望、并由兼具宗教热忱与学识的统治者领导的国家,面临着推动学术发展的机遇。尽管尚未普及大学教育,但统治者可以选择投入巨资在首都建立一所早期的学术中心,以促进知识与信仰的传播。当然,集中资源进行如此宏大的文化工程,也可能意味着对其他领域,如文化传统与影响力的投入相对减少。

完整事件代码

flavor_dlh.24 = {
	type = country_event
	title = flavor_dlh.24.title
	desc = flavor_dlh.24.desc

	illustration_tags = {
		10 = interior
		10 = regular
	}

	dynamic_historical_event = {
		tag = DLH
		from = 1360.1.1
		to = 1400.1.1
		monthly_chance = 2
	}

	fire_only_once = yes

	trigger = {
		religion.group = religion_group:muslim
		prestige >= 75
		NOT = { has_advance = university_advance } #Early university effectively
		ruler_or_regent ?= {
			has_trait = zealot
			has_trait = scholar
			religion.group = religion_group:muslim
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:clergy_estate }
		capital ?= {
			save_scope_as = target_location
		}

		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_dlh.24.a
		
		scope:target_location = {
			construct_building = {
				building_type = building_type:university
				cost_multiplier = 2
				cost_multiplier_reason = military_expensive_sponsorship
			}
		}
	}

	option = {
		name = flavor_dlh.24.b
		
		culture = {
			add_cultural_influence = cultural_influence_weak_penalty
			add_cultural_tradition = cultural_tradition_weak_penalty
		}
	}
}