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.147 智慧之宫

时间范围

1637.1.1 - 1737.1.1,每月 15% 概率触发。

触发条件

  • 国家已解锁 郁金香时期 科技。
  • 国家宗教属于 穆斯林宗教组
  • 社会价值观 传统主义 vs 创新 大于 -20。
  • 满足以下任一条件:
    1. 存在一位 内阁首席 角色,且其 行政能力 ≥ 50
    2. 同时满足:
      • 国家有统治者。
      • 统治者母亲存在且存活,其 行政能力 ≥ 50
      • 国家已启用 后宫干政政策苏丹皇太后宫廷政策

关键效果

选项 A:flavor_tur.147.a

  • 历史选项:是。
  • 花费 3 年收入 的金钱。
  • 获得国家修正 公共图书馆,持续 20 年(效果可叠加与延长)。
  • 获得 少量 威望。
  • 市民阶层 满意度 小幅提升
  • 首都 效果:
    • 若首都已有 图书馆 建筑但未满级,则 提升 1 级
    • 若首都 没有 图书馆建筑,则以 50% 的折扣(理由:皇家赞助)建造 1 级图书馆
  • 社会价值观 农奴制 vs 自由民 小幅右移(趋向自由民)。

选项 B:flavor_tur.147.b

  • 贵族阶层 满意度 小幅提升
  • 市民阶层 满意度 小幅降低
  • 社会价值观 神秘主义 vs 法学 小幅右移(趋向法学)。
  • 社会价值观 农奴制 vs 自由民 小幅左移(趋向农奴制)。

背景介绍

该事件模拟了奥斯曼帝国在17至18世纪期间,由皇室或高层推动的知识与文化建设项目。在郁金香时期的社会氛围下,具备行政才能的苏丹母亲或内阁重臣可能倡导建立或资助公共图书馆(“智慧之宫”),以促进知识传播、提升国家文化声望并影响社会结构。选项A代表了历史上可能发生的、由国家主导的文化投资,而选项B则反映了更保守的立场,倾向于维持传统权力平衡与社会结构。

完整事件代码

flavor_tur.147 = { #The Houses of Wisdom
	type = country_event
	title = flavor_tur.147.title
	desc = flavor_tur.147.desc

	historical_info = flavor_tur.147.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1637.1.1
		to = 1737.1.1
		monthly_chance = 15
	}

	trigger = {

		has_advance = tulip_period

		religion.group = religion_group:muslim

		societal_value:traditionalist_vs_innovative > -20

		OR = {
			any_cabinet_character = {
				has_character_modifier = head_of_the_cabinet_modifier
				adm >= 50
			}
			AND = {
				has_ruler = yes
				exists = ruler.mother
        		ruler.mother = {
           			is_alive = yes
           			adm >= 50
       			}
       			OR = {
       				has_policy = powerful_harem_policy
					has_policy = valide_sultan_court_policy
       			}
       		}
		}
	}

	immediate = {

		capital = { save_scope_as = capital_location }

		if = {
			limit = {
				AND = {
					has_ruler = yes
					exists = ruler.mother
        			ruler.mother = {
           				is_alive = yes
           				adm >= 50
       				}
       				OR = {
       					has_policy = powerful_harem_policy
						has_policy = valide_sultan_court_policy
       				}
       			}
			}
			ruler.mother = {
           		save_scope_as = library_enthusiast
           	}
		}
		else = {
			random_cabinet_character = {
				limit = {
					has_character_modifier = head_of_the_cabinet_modifier
					adm >= 50
				}
				save_scope_as = library_enthusiast
			}
		}
	}

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

		change_gold_effect = { scale = -3 }

		add_country_modifier = { modifier = public_libraries years = 20 mode = add_and_extend }

		add_prestige = prestige_mild_bonus

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }

		if = {
			limit = {
				scope:capital_location = {
					has_building_with_at_least_one_level = library
					NOT = {
						any_buildings_in_location = {
							building_type = building_type:library
							is_at_max_level = yes
						}
					}
				}
			}
			scope:capital_location = {
				change_building_level_in_location = {
					building = building_type:library
					value = 1
				}
			}
		}
		else_if = {
			limit = {
				scope:capital_location = {
					NOT = { has_building_with_at_least_one_level = library }
				}
			}
			scope:capital_location = {
				construct_building = {
					building_type = building_type:library
					cost_multiplier = 0.5
					cost_multiplier_reason = "royal_sponsorship"
				}
			}
		}

		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_tiny_move_to_right
		}
	}

	option = {
		name = flavor_tur.147.b

		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }

		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_tiny_move_to_right }

		change_societal_value = {
			type = serfdom_vs_free_subjects
			value = societal_value_tiny_move_to_left
		}
	}
}