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_fra.1132] 马塞尔征税禁令

时间范围:1350.1.1 - 1370.1.1(每月 20% 概率)

触发条件

  • 存在任意一个活着的、拥有变量 is_etienne_marcel 的角色。
  • 农民阶层满意度低于 0.25。
  • 国家拥有变量 marcel_embargo_tax_collection

关键效果

  • 历史选项Damn him!
    • 为国家添加名为 fra_marcel_tax_embargo 的修正,持续 36 个月。

背景介绍: 该事件模拟了14世纪中叶法国巴黎商会会长艾蒂安·马塞尔(Étienne Marcel)在百年战争和国内社会动荡期间,利用其影响力对抗王权、特别是针对税收政策的行动。马塞尔领导市民阶层,在农民阶层不满高涨的背景下,试图通过征税禁令等手段向王室施压,反映了当时法国中央王权与城市自治力量之间的紧张关系。

完整事件代码

flavor_fra.1132 = { # Marcel Levies power and enacts a Tax Embargo
	hide_portraits = yes
	type = country_event
	title = flavor_fra.1132.title
	desc = flavor_fra.1132.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = FRA
		from = 1350.1.1
		to = 1370.1.1
		monthly_chance = 20
	}

	trigger = {
		any_character = {
			is_alive = yes
			has_variable = is_etienne_marcel
		}
		OR = {
			estate_satisfaction:peasants_estate < 0.25
		}
		has_variable = marcel_embargo_tax_collection
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		random_character = {
			limit = {
				is_alive = yes
				has_variable = is_etienne_marcel
			}
			save_scope_as = etienne_marcel
		}
	}

	option = { # Damn him!
		name = flavor_fra.1132.a
		historical_option = yes
		add_country_modifier = { modifier = fra_marcel_tax_embargo months = 36 mode = add }
		ai_chance = {
			base = 1
		}
	}
}