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.1008 圣吉内福节

时间范围:1300.1.1 - 1600.1.1,每月 1% 概率触发

触发条件

  • 国家宗教为天主教。
  • 国家拥有里昂地区。

关键效果

  • 选项 A:帮助教会告诉人们圣徒不是真的
    • 增加教士阶层满意度(轻度增益)。
    • 降低农民阶层满意度(严重惩罚)。
  • 选项 B:摧毁神龛并杀死死狗神
    • 为国家添加修正“偶像破坏”(持续8年)。
    • 增加宗教影响力(轻度增益)。
    • 降低农民阶层满意度(极端惩罚)。
  • 选项 C:让这只狗成为里昂的教皇
    • 降低宗教影响力(轻度惩罚)。
    • 增加农民阶层满意度(极端增益)。

背景介绍: 在13至16世纪的法国里昂地区,民间流传着对一只名为圣吉内福的狗的崇拜。这只狗据传曾保护婴儿,死后被当地农民奉为圣徒,并为其设立神龛进行朝拜。这一民间信仰与正统天主教教义相悖,引发了教会与地方民众之间的紧张关系。该事件反映了中世纪晚期民间信仰与官方宗教权威之间的冲突。

完整事件代码

flavor_fra.1008 = { # St. Guinefort's Day
	type = country_event

	title = flavor_fra.1008.t
	desc = flavor_fra.1008.desc
	historical_info = flavor_fra.1008.historical_info


	fire_only_once = yes
	dynamic_historical_event = {
		tag = FRA
		from = 1300.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	trigger = {
		religion = religion:catholic
		any_owned_location = { this = location:lyon }
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}

	option = { # Help the church tell people saints aren't real
		name = flavor_fra.1008.a
		add_estate_satisfaction = { type = estate_type:clergy_estate
			value = estate_satisfaction_mild_bonus
		}
		add_estate_satisfaction = { type = estate_type:peasants_estate
			value = estate_satisfaction_severe_penalty
		}
	}

	option = { # Destroy the shrine and kill the dead dog god
		name = flavor_fra.1008.b
		add_country_modifier = {
			modifier = destruction_of_idols
			years = 8
			mode = add
		}
		add_religious_influence = religious_influence_mild_bonus
		add_estate_satisfaction = { type = estate_type:peasants_estate
			value = estate_satisfaction_extreme_penalty
		}
	}

	option = { # Make the dog the pope of lyon
		name = flavor_fra.1008.c
		add_religious_influence = religious_influence_mild_penalty
		add_estate_satisfaction = { type = estate_type:peasants_estate
			value = estate_satisfaction_extreme_bonus
		}
	}
}