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.76 某地之美

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

触发条件

  • 国家宗教属于穆斯林宗教组。
  • 统治者宗教不是什叶派。
  • 拥有至少一个非首都、整合度为“核心”且地点等级为“城市”的省份。
  • 国家拥有统治者。

关键效果

  • 选项 A (历史选项)
    • 使随机选中的“美丽城市”获得微弱的繁荣度提升。
    • 社会价值观向“神秘主义 vs 法学”的右侧(即法学方向)轻微移动。
  • 选项 B
    • 触发前提:国家已采用“严格审查”政策。
    • 增加教士阶层满意度 0.15。
  • 选项 C
    • 触发前提:国家采用“严格审查”政策。
    • 为国家添加“严格审查”政策。
    • 增加教士阶层满意度 0.10。

背景介绍: 此事件模拟了奥斯曼帝国宫廷文化中的一个侧面。在帝国的黄金时代,苏丹与宫廷贵族常对帝国境内的主要城市进行赞美与描绘,将其称为“美丽之地”。这种赞美不仅是文学与艺术的表达,也常伴随着对城市建设的实际支持,或引发关于艺术表达与宗教律法界限的讨论,反映了当时神秘主义思潮与正统伊斯兰法学之间的张力。

完整事件代码

flavor_tur.76 = { #The Beauties of [location]
	hide_portraits = yes
	type = country_event
	title = flavor_tur.76.title
	desc = flavor_tur.76.desc

	historical_info = flavor_tur.76.historical_info

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

	trigger = {

		religion.group = religion_group:muslim

		ruler = {
			NOT = {
				religion = religion:shia
			}
		}

		any_owned_location = {
			integration_level = core
			location_rank = location_rank:city
			is_capital = no
		}

		has_ruler = yes


	}

	immediate = {

		ruler = { save_scope_as = ruler }

		random_owned_location = {
			limit = {
				integration_level = core
				location_rank = location_rank:city
				is_capital = no
			}
			save_scope_as = beautiful_city
		}
	}

	option = {
		name = flavor_tur.76.a

		historical_option = yes

		scope:beautiful_city = {
			change_prosperity = prosperity_very_weak_bonus
		}

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }
	}

	option = {
		name = flavor_tur.76.b

		trigger = { has_policy = strict_censorship }

		add_estate_satisfaction = { type = estate_type:clergy_estate value = 0.15 }
	}

	option = {
		name = flavor_tur.76.c

		trigger = {
			NOT = {
				has_policy = strict_censorship
			}
		}

		add_policy = policy:strict_censorship

		add_estate_satisfaction = { type = estate_type:clergy_estate value = 0.10 }
	}
}