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_mch.18 女真文化复兴

时间范围

1337.1.1 - 1821.1.1(每月 10% 概率触发)

触发条件

  • 国家文化为 jurchen_culture(女真文化)
  • 国家语言为 jurchen_language(女真语)
  • 国家拥有统治者

关键效果

选项: flavor_mch.18.a

  • 效果:
    • 国家文化获得 cultural_influence_extreme_bonus(文化影响力极端增益)
    • 当前统治者获得 5点 行政能力(add_adm = 5

背景介绍

该事件模拟了女真文化在特定历史时期内的复兴或强化过程。女真族作为历史上活跃于中国东北地区的民族,曾建立金朝等重要政权,其语言和文化对后世满族的形成有深远影响。本事件旨在反映当具备女真文化背景的国家在拥有明君统治时,可能出现的文化凝聚力提升与统治者能力增强的历史情境。

完整事件代码

flavor_mch.18 = {
	type = country_event
	title = flavor_mch.18.title
	desc = flavor_mch.18.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		tag = MCH
		from = 1337.1.1
		to = 1821.1.1
		monthly_chance = 10
	}

	trigger = {
		culture = culture:jurchen_culture
		culture.language = language:jurchen_language
		has_ruler = yes
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_mch.18.a

		culture = {
			add_cultural_influence = cultural_influence_extreme_bonus
		}
		scope:target_character = {
			add_adm = 5
		}
	}
}