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.1130 艾蒂安·马塞尔登场

时间范围:1350.1.1 - 1363.1.1 (每月 60% 概率)

触发条件

  • 无特定条件。

关键效果

  • 选项 A (历史选项): “他只是资产阶级的另一位代表”

    • 获得大量威望。
    • 社会价值观向“财阀统治”方向移动。
    • 市民阶层满意度轻微下降。
    • 授予特权 fra_leadership_of_marcel
    • AI选择概率:90%。
  • 选项 B: “欢迎他加入三级会议”

    • 获得国家修正 fra_recognized_marcel_in_parliament,持续10年。
    • 市民阶层满意度轻微提升。
    • 授予特权 fra_leadership_of_marcel
    • AI选择概率:10%。

背景介绍: 艾蒂安·马塞尔是14世纪法国巴黎的一位富商和政治领袖,曾任巴黎商会会长。在英法百年战争和法国国王约翰二世被俘后的权力真空时期,他领导了巴黎市民起义,试图通过三级会议限制王权并推行改革,代表了新兴市民阶层(资产阶级)的政治诉求。他的活动是法国中世纪晚期社会结构变化和政治斗争的重要体现。

完整事件代码

flavor_fra.1130 = { # Étienne Marcel
	type = country_event
	title = flavor_fra.1130.title
	desc = flavor_fra.1130.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1350.1.1
		to = 1363.1.1
		monthly_chance = 60
	}

	trigger = {
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}	
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		create_character = {
			first_name = name_stephen
			last_name = Marcel
			adm = 82
			dip = 90
			mil = 60
			culture = culture:french
			birth_location = location:paris
			religion = religion:catholic
			birth_date = 1310.1.1 #Between 1302-1310
			add_trait = trait:entrepreneur
			save_scope_as = etienne_marcel
			estate = estate_type:burghers_estate
			script = etienne_marcel
			create_in_limbo = yes
		}
		scope:etienne_marcel = {
			move_country = c:FRA
			set_variable = { name = is_etienne_marcel value = 1 }
			add_character_modifier = {
				modifier = modifier_etienne_marcel
				months = 240
				mode = add
			}
		}
	}
	
	option = { # He's just another delegate for the bourgeoisie
		name = flavor_fra.1130.a
		historical_option = yes
		add_prestige = prestige_severe_bonus
		change_societal_value = { type = aristocracy_vs_plutocracy value = societal_value_move_to_left }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_penalty }
		grant_estate_privilege = estate_privilege:fra_leadership_of_marcel
		ai_chance = {
			base = 90
		}
	}
	
	option = { # Welcome him to the Estates-General
		name = flavor_fra.1130.b
		add_country_modifier = { modifier = fra_recognized_marcel_in_parliament years = 10 mode = add }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
		grant_estate_privilege = estate_privilege:fra_leadership_of_marcel
		ai_chance = {
			base = 10
		}
	}
}