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_lit.44] 立陶宛罗姆瓦异教复兴

时间范围
1500.1.1 - 1600.1.1(每月 3% 概率)

触发条件

  • 国家宗教为基督教组(religion.group = religion_group:christian
  • 国内罗姆瓦宗教人口比例 ≥ 5%("religion_percentage_in_country(religion:romuva)" >= 0.05
  • 已激活“宗教改革”局势(is_situation_active = situation:reformation
  • 已设置变量 lit_ressurection_of_romuva_paganism_flag

关键效果

  • 选项 A(flavor_lit.44.a

    • 解锁议会议题 lit_measures_against_romuva,以在局势剩余时间内针对罗姆瓦人口采取行动
  • 选项 B(flavor_lit.44.b

    • 社会价值观变动:
      • 个人主义 vs 集体主义:向右移动(individualism_vs_communalismsocietal_value_move_to_right
      • 灵性主义 vs 人文主义:向左移动(spiritualist_vs_humanistsocietal_value_move_to_left

背景介绍
在16世纪的宗教改革浪潮中,立陶宛境内的古老罗姆瓦异教信仰出现复苏迹象。基督教统治下的罗姆瓦社群开始重新公开活动,对国家宗教统一与社会稳定构成潜在挑战。此事件反映了立陶宛在宗教改革时期面临的传统信仰与基督教正统之间的张力,迫使统治者决定如何应对这一内部宗教危机。

完整事件代码

flavor_lit.44 = {
	type = country_event
	title = flavor_lit.44.title
	desc = flavor_lit.44.desc

	dynamic_historical_event = {
		tag = LIT
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		"religion_percentage_in_country(religion:romuva)" >= 0.05
		is_situation_active = situation:reformation
		religion.group = religion_group:christian
		has_variable = lit_ressurection_of_romuva_paganism_flag
	}

	illustration_tags = {
        10 = angry
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:peasants_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}

		remove_variable = lit_ressurection_of_romuva_paganism_flag
	}

	option = {
		name = flavor_lit.44.a

		custom_tooltip = {
			text = lit_unlock_parliament_debate_to_convert_romuva_people_for_the_rest_of_the_situation_tt
			unlock_parliament_issue_effect = {
				type = lit_measures_against_romuva
			}
		}
	}

	option = {
		name = flavor_lit.44.b

		change_societal_value = {
			type = individualism_vs_communalism
			value = societal_value_move_to_right
		}

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_left
		}
	}
}