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.20 殖民地革命中的繁荣

时间范围
事件为一次性事件,无固定时间范围,但需在 situation:colonial_revolution 活跃期间触发。

触发条件

  • 当前国家处于“殖民地革命”情境中
  • 主流文化属于“不列颠文化组”
  • 不是附庸国
  • 首都存在
  • 首都位于“东海岸地区”
  • 首都所在市场的食物占比超过 99%
  • 国家稳定度高于 99

关键效果

  • 选项: flavor_usa.20.a
  • 效果: 获得少量威望加成

背景介绍
在殖民地革命期间,一个拥有不列颠文化背景的独立国家,若其首都位于东海岸且当地市场食物供应极为充足,同时国家政局高度稳定,将可能触发此事件。它反映了在动荡时期,基本物资的充足保障与社会稳定相结合,能为新兴政权带来国内外的声誉与认可。

完整事件代码

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

	fire_only_once = yes

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_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

		capital.market = {
			market_food_percentage > 0.99
		}
		stability > 99
	}

	option = {
		name = flavor_usa.20.a
		
		add_prestige = prestige_mild_bonus
	}
}