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_swe_nov.1 瑞典神学家的到来

时间范围:无明确起止日期(事件未定义 fromto 字段) 触发概率:无明确概率(事件未定义 monthly_chance 字段)

触发条件:无明确条件(事件未定义 trigger 字段)

关键效果

  • 选项 Aflavor_swe_nov.1.a
    • 获得宗教影响力轻度增益(add_religious_influence = religious_influence_mild_bonus
    • 触发隐藏效果:一位名为 swedish_theologian 的人物将移居至本国(move_country = root
    • AI 选择权重:100%(factor = 1

背景介绍:此事件描述了一位瑞典神学家来到本国,可能旨在加强宗教影响力或传播特定教义。事件通过增益效果和引入关键人物来体现其影响。

完整事件代码

flavor_swe_nov.1 = {
	type = country_event
	title = flavor_swe_nov.1.title
	desc = flavor_swe_nov.1.desc

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
	}
	
	#Neat
	option = {
		name = flavor_swe_nov.1.a
		add_religious_influence = religious_influence_mild_bonus
		show_as_tooltip = {
			scope:swedish_theologian = {
				move_country = root
			}
		}
		ai_chance = {
			factor = 1
		}
	}
}