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.1131 大法令

时间范围:1357年1月1日 - 1363年1月1日(每月 25% 概率触发)

触发条件

  • 国家战争厌战度大于 5.00。
  • 国家稳定度大于 25。
  • 存在一个存活且拥有变量 is_etienne_marcel 的人物。

关键效果

  • 选项 A:这种提议简直荒谬
    • 历史选项:是
    • 稳定度:小幅下降。
    • 威望:小幅上升。
    • 阶层满意度:市民阶层(burghers_estate)大幅下降;贵族阶层(nobles_estate)与教士阶层(clergy_estate)小幅上升。
    • 设置变量 fra_marcel_opposes_the_crown = 1
    • AI 选择概率:70%。
  • 选项 B:尝试与马塞尔谈判
    • 正统性:小幅下降。
    • 威望:小幅下降。
    • 随机结果:
      • 25% 概率:设置变量 compromise_marcel_ordinance = 1,并授予特权 fra_marcel_compromise_ordinance
      • 75% 概率:触发事件 flavor_fra.1132(4-5天后),并设置变量 marcel_embargo_tax_collection = 1
    • AI 选择概率:10%。
  • 选项 C:非常时期需用非常手段
    • 威望:大幅下降。
    • 设置变量 allowed_marcel_ordinance = 1
    • 授予特权 fra_marcel_great_ordinance
    • 阶层满意度:市民阶层(burghers_estate)大幅上升;贵族阶层(nobles_estate)与教士阶层(clergy_estate)小幅上升。
    • AI 选择概率:20%。

背景介绍: 1357年,百年战争期间,法国国王约翰二世被英格兰俘虏,国家陷入危机。巴黎商会会长艾蒂安·马塞尔领导市民阶层,要求进行政治改革以限制王权、增加市民在政府中的话语权,并确保税收用于战争和国家治理。这一系列要求被称为“大法令”。该事件反映了法国在战争压力下,王权与新兴市民阶层之间激烈的政治博弈。

完整事件代码

flavor_fra.1131 = { # The Great Ordinance
	hide_portraits = yes
	type = country_event
	title = flavor_fra.1131.title
	desc = flavor_fra.1131.desc
	historical_info = flavor_fra.1131.historical_info

	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = FRA
		from = 1357.1.1
		to = 1363.1.1
		monthly_chance = 25
	}

	trigger = {
		war_exhaustion > 5.00
		stability > 25
		any_character = {
			is_alive = yes
			has_variable = is_etienne_marcel
		}
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	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 = { # Such a proposition is preposterous
		name = flavor_fra.1131.a
		historical_option = yes
		custom_tooltip = marcel_will_now_oppose_the_crown
		add_stability = stability_weak_penalty
		add_prestige = prestige_mild_bonus
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		set_variable = { name = fra_marcel_opposes_the_crown value = 1 }
		ai_chance = {
			base = 70
		}
	}
	option = { # Attempt to negotiate with Marcel
		name = flavor_fra.1131.b
		add_legitimacy = legitimacy_mild_penalty
		add_prestige = prestige_mild_penalty
		random_list = {
			25 = {
				set_variable = { name = compromise_marcel_ordinance value = 1 }
				grant_estate_privilege = estate_privilege:fra_marcel_compromise_ordinance
			}
			75 = {
				custom_tooltip = marcel_will_now_oppose_the_crown
				trigger_event_silently = {  id = flavor_fra.1132 days = { 4 5 } }
				set_variable = { name = marcel_embargo_tax_collection value = 1 }
			}
		}
		ai_chance = {
			base = 10
		}
	}
	option = { # Desperate times call for desperate measures
		name = flavor_fra.1131.c
		add_prestige = prestige_extreme_penalty
		set_variable = { name = allowed_marcel_ordinance value = 1 }
		grant_estate_privilege = estate_privilege:fra_marcel_great_ordinance
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_bonus }
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_mild_bonus }
		add_estate_satisfaction = { type = estate_type:clergy_estate value = estate_satisfaction_mild_bonus }
		ai_chance = {
			base = 20
		}
	}
}