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.85 历史问题

时间范围:1470.1.1 - 1500.1.1(每月 10% 概率触发)

触发条件

  • 国家拥有统治者 (has_ruler = yes)

关键效果

  • 选项 A (历史选项)

    • 社会价值观变化:贵族政治 vs 财阀政治 轻微右移 (aristocracy_vs_plutocracysocietal_value_minor_move_to_right 移动)
    • (隐藏效果)静默处决角色艾哈迈德·阿齐克帕扎德 (kill_character_silently = scope:ahmed_azikpazade)
  • 选项 B

    • 将角色艾哈迈德·阿齐克帕扎德移至本国 (scope:ahmed_azikpazade.move_country = root)
    • 增加少量威望 (add_prestige = prestige_mild_bonus)
    • 降低贵族阶层满意度 5% (add_estate_satisfaction = { type = estate_type:nobles_estate value = -0.05 })
  • 选项 C

    • 触发前提:未实施严格审查政策 (NOT = { has_policy = strict_censorship })
    • 实施严格审查政策 (add_policy = policy:strict_censorship)
    • 提升神职人员阶层满意度 10% (add_estate_satisfaction = { type = estate_type:clergy_estate value = 0.10 })
    • (隐藏效果)静默处决角色艾哈迈德·阿齐克帕扎德
  • 选项 D

    • 触发前提:已实施严格审查政策 (has_policy = strict_censorship)
    • 社会价值观变化:贵族政治 vs 财阀政治 轻微左移 (aristocracy_vs_plutocracysocietal_value_minor_move_to_left 移动)
    • (隐藏效果)静默处决角色艾哈迈德·阿齐克帕扎德

背景介绍: 该事件模拟了奥斯曼帝国在15世纪末期面临的历史编纂与意识形态控制问题。随着帝国扩张,如何书写官方历史、控制知识传播以及平衡不同社会阶层(尤其是贵族与神职人员)的影响力,成为统治者需要处理的关键事务。事件围绕学者艾哈迈德·阿齐克帕扎德的角色展开,其命运取决于国家在历史叙事、审查制度和社会价值观上的选择。

完整事件代码

flavor_tur.85 = { #The Matter of History
	type = country_event
	title = flavor_tur.85.title
	desc = flavor_tur.85.desc

	historical_info = flavor_tur.85.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1470.1.1
		to = 1500.1.1
		monthly_chance = 10
	}

	trigger = {
		has_ruler = yes
	}

	immediate = {
		create_character = {
			first_name = name_ahmad
			last_name = Azikpazade
			adm = 70
			dip = 20
			mil = 60
			female = no
			artist_skill = 0.7
			artist = writer
			birth_date = 1440
			birth_location = location:amasya
			culture = culture:turkish_culture
			religion = religion:sunni
			estate = estate_type:clergy_estate
			script = tur_ahmed_azikpazade
			save_scope_as = ahmed_azikpazade
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_tur.85.a

		historical_option = yes

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_minor_move_to_right
		}

  		hidden_effect = {
   			kill_character_silently = scope:ahmed_azikpazade
  		}
	}

	option = {
		name = flavor_tur.85.b

		scope:ahmed_azikpazade = {
			move_country = root
		}

		add_prestige = prestige_mild_bonus

		add_estate_satisfaction = { type = estate_type:nobles_estate value = -0.05 }
	}

	option = {
		name = flavor_tur.85.c

		trigger = {
			NOT = {
				has_policy = strict_censorship
			}
		}

		add_policy = policy:strict_censorship

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

		hidden_effect = {
   			kill_character_silently = scope:ahmed_azikpazade
  		}
	}

	option = {
		name = flavor_tur.85.d

		trigger = {
			has_policy = strict_censorship
		}

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_minor_move_to_left
		}

		hidden_effect = {
   			kill_character_silently = scope:ahmed_azikpazade
  		}
	}
}