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.159 危险言论

时间范围:1775.1.1 - 1800.1.1 (每月 15% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组 (religion.group = religion_group:muslim)

关键效果

  • 选项 A (历史选项)
    • 静默处决角色 enderunlu_fazil
    • 获得少量政府点数 (add_government_power = government_power_weak_bonus)。
    • 社会价值观向“专制主义”方向轻微移动 (change_societal_value: absolutism_vs_liberalism -> societal_value_tiny_move_to_left)。
  • 选项 B
    • 将角色 enderunlu_fazil 移动至本国 (move_country = root)。
    • 在首都 (target_location) 创建一件艺术作品:
      • 类型:专著 (work_of_art_type:treatise)
      • 关键标识:book_of_women
      • 质量:95
      • 创作者:enderunlu_fazil
    • 社会价值观向“自由主义”方向轻微移动 (change_societal_value: absolutism_vs_liberalism -> societal_value_tiny_move_to_right)。

背景介绍: 此事件模拟了奥斯曼帝国晚期(1775-1800年间)一位名为恩德伦鲁·法齐尔的作家及其作品《妇女之书》可能引发的社会争议。法齐尔的作品因其内容挑战传统观念而被视为“危险言论”。作为统治者的苏丹面临抉择:是压制这种言论以维护传统秩序和稳定,还是接纳其思想,允许作品传播,从而在社会价值观上引发微妙的自由主义转向。

完整事件代码

flavor_tur.159 = { #Dangerous Words
	type = country_event
	title = flavor_tur.159.title
	desc = flavor_tur.159.desc

	historical_info = flavor_tur.159.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TUR
		from = 1775.1.1
		to = 1800.1.1
		monthly_chance = 15
	}

	trigger = {

		religion.group = religion_group:muslim
	}

	immediate = {

		capital = { save_scope_as = target_location }

		create_character = {
			first_name = Fazil
			last_name = nick_enderunlu
			adm = 35
			dip = 40
			mil = 10
			artist_skill = 0.75
			artist = writer
			female = no
			culture = culture:turkish_culture
			religion = religion:sunni
			estate = estate_type:nobles_estate
			birth_location = location:acre
			birth_date = 1757
			script = tur_enderunlu_fazil
			save_scope_as = enderunlu_fazil
			create_in_limbo = yes
		}
	}

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

		hidden_effect = {
   			kill_character_silently = scope:enderunlu_fazil
  		}

		add_government_power = government_power_weak_bonus

		change_societal_value = {
			type = absolutism_vs_liberalism
			value = societal_value_tiny_move_to_left
		}
	}

	option = {
		name = flavor_tur.159.b

		scope:enderunlu_fazil = { move_country = root }
		scope:target_location = {
			create_art = {
				artist = scope:enderunlu_fazil
				quality = 95
				location = scope:target_location
				type = work_of_art_type:treatise
				key = book_of_women
			}
		}

		change_societal_value = {
			type = absolutism_vs_liberalism
			value = societal_value_tiny_move_to_right
		}
	}
}