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_boh.19 地区征税权

时间范围:1337.1.1 - 1350.12.30,每月 1% 概率触发

触发条件

  • 国家拥有布拉格(Prague)地区

关键效果

  • 选项 A (历史选项)
    • 设置变量 district_paving_taxes_variable
    • 授予市民阶层特权 district_paving_privilege
    • 增加少量稳定度(stability_weak_bonus
  • 选项 B
    • 社会价值观向“分权”方向大幅移动(societal_value_large_move_to_left
    • 稳定度遭受极大惩罚(stability_extreme_penalty
    • 所有主要阶层(神职人员、市民、贵族)满意度遭受严重惩罚(estate_satisfaction_severe_penalty

背景介绍: 该事件反映了14世纪中叶波希米亚王国(BOH)在布拉格地区面临的财政与治理挑战。随着城市发展和商业活动增加,如何管理地方税收、平衡中央集权与地方自治成为关键议题。统治者需要在维持王室权威与满足地方阶层需求之间做出抉择,这一决策将深刻影响王国的财政体系、社会稳定及各阶层对王室的支持。

完整事件代码

flavor_boh.19 = { #The Districts' Taxation Rights
	type = country_event
	title = flavor_boh.19.title
	desc = flavor_boh.19.desc

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BOH
		from = 1337.1.1
		to = 1350.12.30
		monthly_chance = 1
	}

	trigger = {
		owns = location:prague
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:prague = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_boh.19.a

		historical_option = yes
		set_variable = district_paving_taxes_variable
		grant_estate_privilege = estate_privilege:district_paving_privilege
		add_stability = stability_weak_bonus
	}

	option = {
		name = flavor_boh.19.b

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}

		add_stability = stability_extreme_penalty
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_severe_penalty }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_severe_penalty }
	}
}