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_hab.16 梅尔希奥·克莱斯尔登场

时间范围:1572.1.1 - 1630.1.1(每月 1% 概率触发)

触发条件

  • 国家宗教为 religion:catholic(天主教)。
  • 国内路德宗(religion:lutheran)人口比例大于 0。

关键效果

  • 选项 A (flavor_hab.16.a):
    • 效果:将所有国内路德宗人口的满意度降低一个“严重惩罚”等级。
    • 人物操作:将创建的人物 梅尔希奥·克莱斯尔 移动至本国。
  • 选项 B (flavor_hab.16.b):
    • 效果:将所有国内路德宗人口的满意度提升一个“严重奖励”等级。
    • 人物操作:将创建的人物 梅尔希奥·克莱斯尔 驱逐出境。

背景介绍: 此事件模拟了梅尔希奥·克莱斯尔(Melchior Khlesl)在哈布斯堡王朝(奥地利)宗教与政治事务中的登场。克莱斯尔是16世纪末至17世纪初的一位重要天主教神职人员和政治家,在反宗教改革时期扮演了关键角色。事件反映了当时天主教奥地利国内存在路德宗人口时,统治者面临的宗教政策抉择:是采取强硬措施压制新教,还是采取宽容政策以安抚新教人口。

完整事件代码

flavor_hab.16 = { #Melchior Khlesl
	type = country_event
	title = flavor_hab.16.title
	desc = flavor_hab.16.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = HAB
		from = 1572.1.1
		to = 1630.1.1
		monthly_chance = 1
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:burghers   background = pop_type:burghers }

		create_character = {
			first_name = name_melchior
			last_name = khlesl
			birth_date = 1552.2.19
			birth_location = location:vienna
			adm = 65
			dip = 71
			mil = 79
			estate = estate_type:clergy_estate
			religion = religion:catholic
			create_in_limbo = yes
			save_scope_as = target_character
		}
	}

	trigger = {
		religion = religion:catholic
		"religion_percentage_in_country(religion:lutheran)" > 0
	}


	option = {
		name = flavor_hab.16.a

		custom_tooltip = flavor_hab.16.a.tt
		hidden_effect = {
			every_pop = {
				limit = {
					owner = root
					religion = religion:lutheran
				}
				add_pop_satisfaction = pop_satisfaction_severe_penalty
			}
		}
		scope:target_character = {
			move_country = root
		}
	}

	option = {
		name = flavor_hab.16.b

		custom_tooltip = flavor_hab.16.b.tt
		hidden_effect = {
			every_pop = {
				limit = {
					owner = root
					religion = religion:lutheran
				}
				add_pop_satisfaction = pop_satisfaction_severe_bonus
			}
		}
		scope:target_character = { banish_character = yes }
	}
}