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.2] 七宗不满

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

触发条件

  • 国家 CHI 必须存在。
  • 本国未处于战争状态。
  • 本国是 CHI 的邻国。

关键效果

  • 选项 flavor_mch.2.a
    • 对目标国家(CHI)添加一个“帝国主义”宣战理由。
    • 与目标国家互相添加名为 mch_seven_grievances 的意见修正。

背景介绍: 此事件模拟了一个国家(MCH)与其强大邻国(CHI)之间长期积累的紧张关系与不满。在和平时期,这些历史积怨或领土争端可能被重新点燃,为国家间的冲突提供了潜在的导火索。事件中的“七宗不满”可能指代一系列具体的外交、贸易或领土主张,最终可能升级为军事对抗。

完整事件代码

flavor_mch.2 = {
	type = country_event
	title = flavor_mch.2.title
	desc = flavor_mch.2.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = MCH
		from = 1337.1.1
		to = 1821.1.1
		monthly_chance = 5
	}

	major = yes
	
	major_trigger = {
		this = scope:target_country
	}

	trigger = {
		country_exists = c:CHI
		at_war = no
		is_neighbor_of = c:CHI
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }
	
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:nobles background = pop_type:soldiers }
		c:CHI = {
			save_scope_as = target_country
		}
	}

	option = {
		name = flavor_mch.2.a
		add_casus_belli =  { type = casus_belli:cb_imperialism target = scope:target_country }

		add_opinion_mutual_effect = {
			modifier = mch_seven_grievances
			target = scope:target_country
		}
	}
}