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_rus.68 亚历山大·普希金登场

时间范围:1815.1.1 - 1840.1.1,每月 10% 概率触发

触发条件

  • 国家拥有变量 alexander_pushkin
  • 国家拥有并控制 moscow 地区。

关键效果

  • 选项 A (历史选项)
    • 将创建的人物 alexander_pushkin 移动至本国。
    • AI选择权重:1。
  • 选项 B
    • 静默杀死人物 alexander_pushkin
    • 如果国家拥有政策 secretnoye_byuro_policy,则显示自定义提示 flavor_rus.68.tt2
    • 否则,对 estate_type:nobles_estate 施加 estate_satisfaction_severe_penalty 的满意度惩罚,并显示自定义提示 flavor_rus.68.tt3
    • AI选择权重:0.5。

背景介绍: 该事件模拟了俄国文学巨匠亚历山大·普希金在19世纪初登上历史舞台的情景。普希金出生于1799年,是俄国浪漫主义文学的杰出代表,被誉为“俄国文学之父”。他的作品对俄国语言和文学的发展产生了深远影响。事件设定在1815年至1840年间,正值普希金创作生涯的黄金时期,反映了他在俄国文化与社会中的关键地位。

完整事件代码

flavor_rus.68 = {
	type = country_event
	title = flavor_rus.68.title
	desc = flavor_rus.68.desc
	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_books.dds"

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1815.1.1
		to = 1840.1.1
		monthly_chance = 10
	}

	trigger = {

		has_variable = alexander_pushkin

		location:moscow = {
			owner = root
			controller = root
		}
	}


	immediate = {

		character:mos_abram_petrovich ?= {
			save_scope_as = abram_petrovich
		}

		create_character = {
			first_name = name_alexander
			last_name = Pushkin
			estate = estate_type:nobles_estate
			adm = 33
			dip = 22
			mil = 5
			birth_date = 1799.1.1
			birth_location = location:moscow
			artist_skill = 0.95
			artist = philosopher
			save_scope_as = alexander_pushkin
			script = rus_alexander_pushkin
			create_in_limbo = yes
		}

		location:moscow = {
			save_scope_as = target_location
		}

	}

	option = {
		name = flavor_rus.68.a
		historical_option = yes

		scope:alexander_pushkin = { move_country = root }
		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.68.b

		hidden_effect = { kill_character_silently = scope:alexander_pushkin }

		if = {
			limit = {
				has_policy = secretnoye_byuro_policy
			}
			custom_tooltip = flavor_rus.68.tt2
		}
		else = {
			add_estate_satisfaction = { type = estate_type:nobles_estate
				value = estate_satisfaction_severe_penalty
			}
			custom_tooltip = flavor_rus.68.tt3
		}

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.68.historical_info

}