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_boh.13] 胡斯前往康斯坦茨

时间范围
无明确时间范围(无 fromto 字段),事件触发概率未指定(无 monthly_chance 字段)。

触发条件

  • 角色 boh_jan_hus(胡斯)存活。
  • 玩家不拥有 konstanz(康斯坦茨)地区。
  • konstanz(康斯坦茨)地区的所有者宗教为 catholic(天主教)。

关键效果

  • 选项名称flavor_boh.13.a
  • 效果
    • 将角色 boh_jan_hus(胡斯)移动至 konstanz(康斯坦茨)地区所有者的国家。
    • konstanz(康斯坦茨)地区的所有者触发静默事件 flavor_boh.14,延迟 50 至 100 天。
    • 显示自定义提示文本 lots_of_hussites_tt,并设置 lots_of_hussites = yes

背景介绍
该事件模拟了捷克宗教改革家扬·胡斯(Jan Hus)前往康斯坦茨的场景。胡斯因批评天主教会腐败、倡导宗教改革而受到关注,后被传唤至康斯坦茨参加宗教会议。此事件反映了胡斯在宗教改革初期的重要活动,以及他与天主教权威的互动。

完整事件代码

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

	trigger = {
		character:boh_jan_hus = {
			is_alive = yes
		}
		NOT = { owns = location:konstanz }

		location:konstanz.owner.religion = religion:catholic
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		character:boh_jan_hus = { save_scope_as = target_character }
	}

	option = {
		name = flavor_boh.13.a
		scope:target_character = { move_country = location:konstanz.owner }

		location:konstanz.owner = {
			trigger_event_silently = { id = flavor_boh.14 days = { 50 100 } }

		}

		custom_tooltip = {
			text = lots_of_hussites_tt
			lots_of_hussites = yes
		}
	}
}