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.39 布尔萨的清真寺

时间范围:1337.1.1 - 1437.1.1 (每月 5% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组。
  • 布尔萨地区由本国拥有,且其地点等级为“城镇”或“城市”。
  • 国家拥有统治者,且统治者拥有王朝。

关键效果

  • 选项 A (历史选项)
    • 在布尔萨地区:
      • 如果该地区没有“宗教学校”建筑,则以半价成本建造一个。
      • 如果已有“宗教学校”建筑,则获得温和的发展度提升和显著的经济繁荣度提升。
      • 对当地规模最大的、与本国宗教和文化不同的一个阶层,将其中的一小部分人口(5%-20%)改信本国宗教,另一部分(10%-20%)同化为本国文化。
    • 获得“教士阶层”的极度满意度提升。
    • 社会价值观向“神秘主义 vs 法学”的右侧(法学方向)移动。
  • 选项 B
    • 获得“教士阶层”的轻微满意度惩罚。
    • 社会价值观向“灵性主义 vs 人文主义”的左侧(灵性主义方向)大幅移动。
    • 社会价值观向“神秘主义 vs 法学”的左侧(神秘主义方向)大幅移动。
    • 对当地规模最大的、与本国宗教和文化不同的一个阶层,给予轻微的阶层满意度提升。

背景介绍: 该事件反映了奥斯曼帝国早期在布尔萨的宗教与文化政策。布尔萨作为帝国的早期首都,其清真寺和宗教学校的建设不仅是宗教虔诚的体现,也是巩固统治、进行文化同化的重要工具。选项代表了统治者对宗教机构的不同态度:是大力资助以强化国教和法律体系,还是采取更包容、灵性的立场以安抚多元人口。

完整事件代码

flavor_tur.39 = { #The Mosques of Bursa
	type = country_event
	title = flavor_tur.39.title
	desc = flavor_tur.39.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1337.1.1
		to = 1437.1.1
		monthly_chance = 5
	}

	historical_info = flavor_tur.39.historical_info


	trigger = {
		religion.group = religion_group:muslim
		location:bursa = {
			owner = root
			OR = {
				location_rank = location_rank:town
				location_rank = location_rank:city
			}
		}
		has_ruler = yes
		ruler = { has_dynasty = yes }
	}

	immediate = {
		location:bursa = { save_scope_as = target_location }
	}


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

		ai_will_select = { value = 90 }

		scope:target_location = {
			if = {
				limit = {
					NOT = { has_building = building_type:madrasa }
				}
				construct_building = {
					building_type = building_type:madrasa
					cost_multiplier = 0.5
					cost_multiplier_reason = "clergy_cheap_sponsorship"
				}
			}
			else = {
				change_development = development_mild_bonus
				change_prosperity = prosperity_severe_bonus
			}

			ordered_pop = {
				limit = {
					religion != root.religion
					culture != root.culture
				}
				order_by = pop_size
				max = 1
				split_pop = {
					fraction = { 0.05 0.2 }
					religion = root.religion
				}
				split_pop = {
					fraction = { 0.1 0.2 }
					culture = root.culture
				}
			}
		}

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_extreme_bonus }
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_move_to_right }
	}

	option = {
		name = flavor_tur.39.b

		ai_will_select = { value = 10 }

		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_penalty }
		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_large_move_to_left
		}
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_large_move_to_left }
		ordered_pop = {
			limit = {
				religion != root.religion
				culture != root.culture
			}
			order_by = pop_size
			max = 1
			add_pop_satisfaction = pop_satisfaction_mild_bonus
		}
	}
}