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_usa.19] 大陆军组建

时间范围
事件为一次性触发,无具体起止日期。

触发条件

  • 当前处于“殖民地革命”局势中
  • 国家主流文化属于“不列颠文化组”
  • 国家为独立国家(非附庸)
  • 首都存在
  • 首都位于“东海岸地区”
  • 已解锁“征兵法案”科技

关键效果

  • 选项 Aflavor_usa.19.a
    添加政策:精英训练政策(policy:elite_training_policy

  • 选项 Bflavor_usa.19.b
    添加政策:全民征兵政策(policy:levee_en_masse_policy

背景介绍
在北美殖民地革命期间,面对与英国正规军的对抗,大陆会议需要决定如何组织和训练新生的美国军队。这一事件反映了革命领导层在军事建设上的关键抉择:是建立一支由职业军人组成的精锐部队,还是依靠广泛动员的民兵力量。

完整事件代码

flavor_usa.19 = {
	type = country_event
	title = flavor_usa.19.title
	desc = flavor_usa.19.desc

	fire_only_once = yes

	illustration_tags = {
		10 = armed
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	trigger = {
		is_situation_active = situation:colonial_revolution
		culture = {
			has_culture_group = culture_group:british_group
		}
		is_subject = no
		exists = capital
		capital.region = region:east_coast_region
		has_advance = recruitment_law_advance
	}

	option = {
		name = flavor_usa.19.a
		
		add_policy = policy:elite_training_policy
	}
	option = {
		name = flavor_usa.19.b
		
		add_policy = policy:levee_en_masse_policy
	}
}