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.2 殖民地革命中的议会支持

时间范围
事件为一次性事件,无特定时间范围,满足触发条件后即可发生。

触发概率
无每月概率,满足触发条件后立即触发。

触发条件

  • 国家正处于 situation:colonial_revolution(殖民地革命)情境中。
  • 国家主流文化属于 culture_group:british_group(不列颠文化组)。
  • 国家不是附庸国。
  • 国家首都存在。
  • 国家首都在 region:east_coast_region(东海岸地区)。
  • 国家已启用议会制度。

关键效果
选项:flavor_usa.2.a

  • 增加少量威望。
  • 提升当前议会议题支持度 0.5。

背景介绍
在北美殖民地酝酿独立革命(殖民地革命情境)的背景下,一个由不列颠文化群体主导、拥有议会制度且位于东海岸的独立政治实体,其内部的政治力量可能就革命方向或与宗主国的关系进行辩论与抉择。此事件反映了该政治实体在革命进程中,其议会内部对某一关键议题的支持度得到了加强,并因此为国家带来了声望上的提升。

完整事件代码

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

	fire_only_once = yes

	illustration_tags = {
		10 = happy
		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
		is_active_parliament = yes
		
	}

	option = {
		name = flavor_usa.2.a
		
		add_prestige = prestige_mild_bonus
		change_parliament_issue_support = 0.5
	}
}