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_mos.99 胡须税

时间范围:1690.1.1 - 1790.1.1,每月 1% 概率触发

触发条件

  • 国家宗教为东正教。
  • 满足以下任一条件:
    • 社会价值观“传统主义 vs 创新”的数值大于 10。
    • 统治者拥有“自由思想家”特质。

关键效果

  • 选项 A (历史选项)
    • 首都市场添加为期 12 个月的临时需求 demand:mos_beard_tax_tokens
    • 国家获得持续 3 年的修正 beard_tax
    • 社会价值观“传统主义 vs 创新”向左移动(偏向传统主义)。
    • 显示自定义提示 flavor_mos.99.tt1flavor_mos.99.tt2
    • AI 选择权重因子为 1。
  • 选项 B
    • 社会价值观“传统主义 vs 创新”向右移动(偏向创新)。
    • 神职人员阶层满意度遭受严重惩罚。
    • AI 选择权重因子为 0.5。
  • 选项 C
    • 社会价值观“好战 vs 和解”向右移动(偏向和解)。
    • AI 选择权重因子为 0.5。

背景介绍: 该事件模拟了俄罗斯帝国历史上著名的“胡须税”政策。在彼得大帝及其后继者的统治时期,为了推动国家西化、改变传统社会面貌,沙皇政府颁布法令,对保留传统大胡须的男性(尤其是东正教信徒和保守阶层)征收特别税款。这一政策是传统与现代、宗教与世俗、保守与改革之间激烈冲突的典型体现,旨在通过经济手段强制推行社会习俗的变革,并引发了神职人员及传统主义者的强烈不满。

完整事件代码

flavor_mos.99 = {
	hide_portraits = yes
	type = country_event

	title = flavor_mos.99.title
	desc = flavor_mos.99.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = MOS
		tag = RUS
		from = 1690.1.1
		to = 1790.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	trigger = {

		religion = religion:orthodox

		OR = {
			societal_value:traditionalist_vs_innovative > 10
			ruler ?= {
				has_trait = free_thinker
			}
		}

	}

	immediate = {

		capital = {
			save_scope_as = target_location
		}

		ruler ?= {
			save_scope_as = target_character
		}

		root = {
			save_scope_as = target_root_country
		}
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate	background = estate_type:clergy_estate }
	}

	option = {
		name = flavor_mos.99.a
		historical_option = yes

		capital.market = {
			add_temporary_demand = {
				type = demand:mos_beard_tax_tokens
				months = 12
			}
		}

		add_country_modifier = {
			modifier = beard_tax
			years = 3
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_left
		}

		custom_tooltip = flavor_mos.99.tt1
		custom_tooltip = flavor_mos.99.tt2

		ai_chance = {
			factor = 1
		}

	}

	option = {
	name = flavor_mos.99.b

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}

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

		ai_chance = {
			factor = 0.5
		}

	}

	option = {
	name = flavor_mos.99.c

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}

		ai_chance = {
			factor = 0.5
		}

	}

	historical_info = flavor_mos.99.historical_info

}