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.5] 本杰明·富兰克林登场

时间范围:1740年1月1日 - 游戏结束(无明确结束日期) 触发概率:一次性事件,满足条件后立即触发。

触发条件

  • 国家处于“殖民革命”局势中。
  • 当前年份大于或等于1740年。
  • 国家主流文化属于“不列颠文化组”。
  • 国家不是附庸国。
  • 国家拥有首都。
  • 首都位于“东海岸地区”。

关键效果

  • 选项 A
    • 获得少量威望加成。

背景介绍: 该事件标志着本杰明·富兰克林作为一位重要人物在殖民地登场。富兰克林出生于1706年,是美国的开国元勋之一,以其在政治、科学和外交领域的卓越贡献而闻名。在游戏事件中,他被创建为一位隶属于市民阶层、能力出众的角色,其登场与殖民地革命的历史背景紧密相连。

完整事件代码

flavor_usa.5 = {
	type = country_event
	title = flavor_usa.5.title
	desc = flavor_usa.5.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 }

		create_character = {
			first_name = name_benjamin
			last_name = Franklin
			adm = { 70 100 }
			dip = { 80 100 }
			mil = { 20 60 }
			birth_location = location:shawmut
			culture = culture:english
			religion = root.religion
			birth_date = 1706.1.17
			estate = estate_type:burghers_estate
			save_scope_as = target_character
		}
	}

	trigger = {
		is_situation_active = situation:colonial_revolution
		current_year >= 1740
		culture = {
			has_culture_group = culture_group:british_group
		}
		is_subject = no
		exists = capital
		capital.region = region:east_coast_region
	}

	option = {
		name = flavor_usa.5.a

		add_prestige = prestige_mild_bonus
	}
}