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_ser.140 现代塞尔维亚文学之父

时间范围:1757.1.1 - 1811.1.1(每月 5% 概率)

触发条件

  • 塞尔维亚文化需满足:
    • 文化影响力 > 20
    • 文化传统 > 20

关键效果

  • 选项 A (历史选项)
    • 将创建的人物 多西特奥斯·奥布拉多维奇 移动至本国。
    • 为塞尔维亚文化添加 文化影响力极大加成文化传统极大加成
    • 社会价值观 传统主义 vs 创新 向右侧(创新方向)移动。
  • 选项 B
    • 将创建的人物 多西特奥斯·奥布拉多维奇 移动至本国。
    • 为塞尔维亚文化添加 文化影响力轻度加成文化传统轻度加成
    • 在随机一个本国且主流文化为塞尔维亚文化的地点,由该人物创作一件 诗歌 类型的艺术品,其品质在 50 至 90 之间随机。

背景介绍: 此事件模拟了多西特奥斯·奥布拉多维奇(Dositej Obradović)的出现,他是一位塞尔维亚作家、哲学家和语言改革者,被认为是现代塞尔维亚文学和启蒙运动的关键人物。他致力于推广塞尔维亚语和世俗教育,对塞尔维亚民族意识的觉醒和文化发展产生了深远影响。事件反映了在18世纪中后期,塞尔维亚文化积累到一定程度后,杰出人物涌现并推动社会变革的历史进程。

完整事件代码

flavor_ser.140 = { #The Father of Modern Serbian Literature
	type = country_event
	title = flavor_ser.140.title
	desc = flavor_ser.140.desc
	image = "gfx/interface/illustrations/institutions/enlightenment.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = SER
		from = 1757.1.1
		to = 1811.1.1
		monthly_chance = 5
	}

	trigger = {
		culture:serbian = {
			cultural_influence > 20
			cultural_tradition > 20
		}
	}

	immediate = {
		create_character = {
			first_name = name_dositheos
			last_name = obradovic
			birth_date = 1739.2.17
			culture = culture:serbian
			birth_location = location:timisoara
			save_scope_as = target_character
			estate = estate_type:clergy_estate
			artist_skill = 0.70
			artist = writer
			create_in_limbo = yes
		}
		random_owned_location = {
			limit = {
				dominant_culture = culture:serbian
			}

			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_ser.140.a
		historical_option = yes
		scope:target_character = { move_country = root }
		culture = {
			add_cultural_influence = cultural_influence_extreme_bonus
			add_cultural_tradition = cultural_tradition_extreme_bonus
		}
		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}
	}

	option = {
		name = flavor_ser.140.b
		scope:target_character = { move_country = root }
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
			add_cultural_tradition = cultural_tradition_mild_bonus
		}
		scope:target_location = {
			create_art = {
				artist = scope:target_character
				quality = {
					integer_range = {
						min = 50
						max = 90
					}
				}
				type = work_of_art_type:poem
			}
		}
	}
}