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.33] 立陶宛宗教文化事件

时间范围

  • 触发窗口:1337.1.1 - 1821.1.1
  • 触发概率:每月 3% 概率

触发条件

  • 国家宗教 不是 罗姆瓦教(Romuva)
  • 国内罗姆瓦教信徒比例 为 0

关键效果

选项 A

  • 文化层面:
    • 增加文化影响力(弱惩罚)
    • 增加文化传统(弱惩罚)
  • 增加研究进度(轻度增益)
  • 增加宗教影响力(弱增益,若条件有效)

选项 B

  • 为所有 本国拥有文化为主流文化 的人口增加人口满意度(极大增益)

背景介绍

该事件模拟了立陶宛在漫长的历史时期(1337年至1821年)中,当国家已完全脱离其传统多神教信仰(罗姆瓦教)后,在文化、宗教与科技发展路径上面临的抉择。选项A代表了在文化融合与宗教转变过程中,通过推动学术研究来寻求新的发展方向,尽管这可能伴随着一定的文化传统流失。选项B则侧重于强化国家主流文化的凝聚力,通过大幅提升核心人口的满意度来巩固国内稳定。

完整事件代码

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

	dynamic_historical_event = {
		tag = LIT
		from = 1337.1.1
		to = 1821.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	trigger = {
		religion != religion:romuva
		"religion_percentage_in_country(religion:romuva)" = 0
	}

	option = {
		name = flavor_lit.33.a

		culture = {
			add_cultural_influence = cultural_influence_weak_penalty
			add_cultural_tradition = cultural_tradition_weak_penalty
		}

		add_research_progress = research_progress_mild_bonus

		add_religious_influence_if_valid = {
			VALUE = religious_influence_weak_bonus
		}
	}

	option = {
		name = flavor_lit.33.b

		custom_tooltip = {
			text = lit_all_primary_culture_pops_gain_satisfaction_tt
			every_owned_location = {
				every_pop = {
					limit = {
						owner ?= root
						culture = root.culture
					}
					add_pop_satisfaction = pop_satisfaction_extreme_bonus
				}
			}
		}
	}
}