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_chi.46 秦良玉登场

时间范围:1600.1.1 - 1630.1.1,每月 10% 概率触发

触发条件

  • 事件仅能触发一次。
  • 动态历史事件,仅限国家标签为 CHI 的国家。
  • 事件发生时间必须在 1600年1月1日至1630年1月1日之间。

关键效果

  • 立即效果:创建一个名为“秦良玉”的女性角色,出生于临江(location:linjiang),出生日期为1574年1月1日。她隶属于市民阶层(estate_type:burghers_estate),初始能力值为行政 50-60,外交 50-60,军事 70-80。该角色被保存为 target_character
  • 选项 A:使 target_character 角色的军事能力增加 20。
  • 选项 B:使 target_character 角色的行政能力增加 15,外交能力增加 5。同时,为当前主流文化添加“严重文化影响”增益。
  • 选项 C:使 target_character 角色的行政能力增加 10,外交能力增加 10,军事能力增加 5。

背景介绍: 此事件模拟了明末著名女将秦良玉登上历史舞台的契机。秦良玉是中国历史上唯一一位作为王朝名将被单独立传记载到正史将相列传里的巾帼英雄。她出生于四川忠州(今重庆忠县),在明末动荡的局势中,代夫领兵,组建了著名的“白杆兵”,先后参与抗击后金、平定奢安之乱、张献忠之乱等战役,战功显赫,被封为二品诰命夫人。事件设定的时间范围(1600-1630年)正值她军事生涯的活跃期,选项代表了她在军事、内政或全面发展上的不同潜力方向。

完整事件代码

flavor_chi.46 = {
	type = country_event
	title = flavor_chi.46.title
	desc = flavor_chi.46.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1600.1.1
		to = 1630.1.1
		monthly_chance = 10
	}

	illustration_tags = {
		10 = interior
		10 = regular
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		create_character = {
			estate = estate_type:burghers_estate
			first_name = name_liang2.name_yu4
			last_name = name_qin
			birth_location = location:linjiang
			birth_date = 1574.1.1
			female = yes
			adm = { 50 60 }
			dip = { 50 60 }
			mil = { 70 80 }
			save_scope_as = target_character
		}
	}
	option = {
		name = flavor_chi.46.a

		scope:target_character = {
			add_mil = 20
		}
	}
	option = {
		name = flavor_chi.46.b

		scope:target_character = {
			add_adm = 15
			add_dip = 5
		}

		culture = {
			add_cultural_influence = cultural_influence_severe_bonus
		}
	}
	option = {
		name = flavor_chi.46.c

		scope:target_character = {
			add_adm = 10
			add_dip = 10
			add_mil = 5
		}
	}
}