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_dlh.1202] 附庸国叛乱计划

时间范围

  • 事件未指定 fromto 日期,因此无固定时间范围。
  • 事件未指定 monthly_chance,因此无固定月度触发概率。

触发条件

  • 事件代码中未包含 trigger 字段,因此触发条件由游戏引擎在特定情境下调用。

关键效果

选项 A:flavor_dlh.1202.a

  • 向你的宗主国非静默地触发事件 flavor_dlh.1203

选项 B:flavor_dlh.1202.b

  • 显示自定义提示 dlh_abandon_rebellion_plans_tt
  • 降低对宗主国的 独立倾向 50点。

背景介绍

此事件模拟了一个附庸国或属国面临是否执行其叛乱计划的抉择。作为附庸国,玩家可以选择向宗主国摊牌,触发进一步的连锁事件;或者选择放弃叛乱计划,通过降低独立倾向来缓和与宗主国的关系,维持现状。

完整事件代码

flavor_dlh.1202 = {
	type = country_event
	title = flavor_dlh.1202.title
	desc = flavor_dlh.1202.desc

	illustration_tags = {
		10 = interior
		10 = armed
	}

	immediate = {
		event_illustration_government_estate_effect = yes	
	}

	option = {
		name = flavor_dlh.1202.a
		
		overlord = {
			trigger_event_non_silently = flavor_dlh.1203
		}
	}

	option = {
		name = flavor_dlh.1202.b
		
		custom_tooltip = dlh_abandon_rebellion_plans_tt

		add_liberty_desire = -50
	}
}