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.126 红巾军宣传的后果

时间范围:1337.1.1 - 1360.1.1(每月 5% 概率)

触发条件

  • 国家拥有修正项 chi_red_turban_propaganda

关键效果

  • 选项 A
    • 减少少量威望。
    • 为国家添加修正项 chi_loss_of_confidence_in_army,持续5年(替换现有同名修正)。

背景介绍: 此事件模拟了元朝末期,红巾军起义宣传在全国范围内扩散后,对朝廷军队士气和民众信心产生的负面影响。当朝廷未能有效遏制红巾军的宣传攻势时,可能导致军队内部动摇和民众对官方武装力量的信任危机。

完整事件代码

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHI
		from = 1337.1.1
		to = 1360.1.1
		monthly_chance = 5
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
	}
	trigger = {
		has_country_modifier = chi_red_turban_propaganda
	}

	option = {
		name = flavor_chi.126.a

		add_prestige = prestige_weak_penalty
		add_country_modifier = {
			mode = replace
			modifier = chi_loss_of_confidence_in_army
			years = 5
		}
	}
}