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.39 立陶宛文化复兴与艺术家

时间范围:1770.1.1 - 1810.1.1 (每月 3% 概率)

触发条件

  • 国家为 LIT(立陶宛)。
  • 宫廷方言为 dialect:lithuanian_dialect(立陶宛方言)。

关键效果

  • 选项 A (flavor_lit.39.a)
    • 文化获得 温和的文化影响力加成温和的文化传统加成
    • 社会价值观 精神主义 vs 人文主义右侧(人文主义方向) 移动。
    • 国库 减少 2 年收入
    • 将艺术家 弗朗西斯·斯穆格莱维奇 引入本国。
  • 选项 B (flavor_lit.39.b)
    • 驱逐 艺术家弗朗西斯·斯穆格莱维奇。
    • 社会价值观 精神主义 vs 人文主义左侧(精神主义方向) 移动。

背景介绍: 在18世纪末至19世纪初,波兰立陶宛联邦处于动荡与变革时期。尽管联邦在政治上逐渐衰落,但文化领域,尤其是在立陶宛地区,仍涌现出寻求民族身份表达与艺术复兴的思潮。此事件模拟了立陶宛宫廷在面临文化发展抉择时,是否选择资助一位来自华沙的杰出波兰画家,以促进本土文化繁荣,或是出于保守或财政考虑拒绝外来影响。

完整事件代码

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

	dynamic_historical_event = {
		tag = LIT
		from = 1770.1.1
		to = 1810.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	image = "gfx/interface/illustrations/institutions/renaissance.dds"

	trigger = {
		court_dialect = dialect:lithuanian_dialect
	}

	immediate = {
		create_character = {
			estate = estate_type:burghers_estate
			first_name = name_francis
			last_name = smuglewicz
			birth_location = location:warsaw
			religion = religion:catholic
			culture = culture:greater_polish
			birth_date = 1745.10.6
			artist = painter
			artist_skill = 0.8
			adm = 43
			dip = 33
			mil = 12
			save_scope_as = target_character
			create_in_limbo = yes
		}

		ruler_or_regent ?= {
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_lit.39.a

		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
			add_cultural_tradition = cultural_tradition_mild_bonus
		}

		change_societal_value = {
			type = spiritualist_vs_humanist
			value = societal_value_move_to_right
		}

		change_gold_effect = { scale = -2 }
		scope:target_character = { move_country = root }
	}

	option = {
		name = flavor_lit.39.b

		scope:target_character = {
			banish_character = yes
		}

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