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_teu.13 马尔堡的隐修者

时间范围:1385.1.1 - 1400.1.1,每月 10% 概率触发

触发条件

  • 拥有马尔堡(Malbork)地区
  • 国家宗教为天主教(Catholic)
  • 国家主流文化属于日耳曼文化组(German Group)

关键效果

  • 选项 A (flavor_teu.13.a)
    • 获得大量政府力量(government_power_extreme_bonus
    • 添加国家修正“条顿隐修者异象”(teu_anchoress_visions),持续20年
    • 社会价值观向“灵性主义”方向移动(spiritualist_vs_humanist 左移)
    • 将事件创建的人物“多萝西·冯·蒙陶”(Dorothy von Montau)引入本国
  • 选项 B (flavor_teu.13.b)
    • 获得15点宗教影响力(add_religious_influence_if_valid
    • 处决事件创建的人物“多萝西·冯·蒙陶”

背景介绍: 14世纪末,条顿骑士团统治下的普鲁士地区,一位名为多萝西·冯·蒙陶的女性因其虔诚的隐修生活和据称收到的神秘异象而闻名。她的存在对当地的天主教社群产生了影响,骑士团统治者需要决定是接纳她的灵性权威以巩固统治,还是将其视为潜在的异端威胁而清除。

完整事件代码

flavor_teu.13 = {
	type = country_event
	title = flavor_teu.13.title
	desc = flavor_teu.13.desc

	trigger = {
		owns = location:malbork
		religion = religion:catholic
		culture = {
			has_culture_group = culture_group:german_group
		}
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = TEU
		from = 1385.1.1
		to = 1400.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = regular
		10 = interior
	}

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

		create_character = {
			estate = estate_type:clergy_estate
			first_name = name_dorothy
			last_name = von_Montau
			female = yes
			birth_date = 1347.2.6
			birth_location = location:malbork
			religion = religion:catholic
			culture = root.culture
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_teu.13.a

		ai_chance = {
			factor = 1
		}

		add_government_power = government_power_extreme_bonus
		add_country_modifier = {
			mode = add_and_extend
			modifier = teu_anchoress_visions
			years = 20
		}

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}
		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_teu.13.b

		ai_chance = {
			factor = 0
		}

		add_religious_influence_if_valid = {
			VALUE = 15
		}
		kill_character = {
			target = scope:target_character
			reason = execution
		}
	}
}