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_eng.235] 波士顿倾茶事件

时间范围:1770.1.1 - 1790.1.1(每月 10% 概率)

触发条件

  • 省份定义 massachusetts_province(马萨诸塞省)中,至少有一个地块的拥有者满足以下条件:
    • 拥有超过10个地块。
    • 殖民领 类型的附属国。
    • 是事件触发国(root)的附属国。
    • 独立意愿 ≥ 25。
  • 事件触发国(root)至少有一支军队位于 massachusetts_province 省份定义内。

关键效果

选项 A (历史选项)

  • 对十三殖民地 (thirteen_colonies)
    • 增加 liberty_desire_severe_plus 级别的独立意愿。
    • 如果其拥有 tea_imports_banned(茶叶进口禁令)国家修正,则移除该修正。
  • 对东印度贸易公司 (east_india_trade_company)
    • 添加 no_market_for_goods(商品无市场)国家修正,持续10年(模式为叠加并延长)。
  • 社会价值观:将 belligerent_vs_conciliatory(好战 vs 安抚)社会价值观向右(好战方向)移动。

选项 B

  • 对十三殖民地 (thirteen_colonies)
    • 增加 liberty_desire_severe_plus 级别的独立意愿。
    • 如果其拥有 tea_imports_banned(茶叶进口禁令)国家修正,则额外增加 liberty_desire_mild_plus 级别的独立意愿。
    • 如果事件触发国(root)在 massachusetts_province 省份定义内有超过3支军队,则再额外增加 liberty_desire_severe_plus 级别的独立意愿。
  • 社会价值观:将 belligerent_vs_conciliatory(好战 vs 安抚)社会价值观向左(安抚方向)移动。
  • 国家威望:增加 prestige_mild_penalty 级别的威望惩罚。

背景介绍: 该事件模拟了历史上著名的“波士顿倾茶事件”。在18世纪70年代,英国政府为帮助陷入财务困境的东印度公司,通过了《茶税法》,授予其在北美殖民地销售茶叶的垄断权,并征收茶税。这激怒了北美殖民者,他们认为这是未经他们同意的征税。1773年12月16日,一批波士顿居民伪装成印第安人,登上东印度公司的商船,将大量茶叶倾倒入波士顿港,以示抗议。这一事件是北美殖民地与英国矛盾激化的重要标志,直接推动了美国独立战争的爆发。

完整事件代码

flavor_eng.235 = {
	hide_portraits = yes
	type = country_event

	fire_only_once = yes

	title = flavor_eng.235.title
	desc = flavor_eng.235.desc

	dynamic_historical_event = {
		tag = ENG
		tag = GBR
		from = 1770.1.1
		to = 1790.1.1
		monthly_chance = 10
	}

	trigger = {

		province_definition:massachusetts_province = {
			any_location_in_province_definition = {
				owner ?= {
					any_owned_location = {
						count > 10
					}
					is_subject_type = colonial_nation
					is_subject_of = root
					liberty_desire >= 25
				}
			}
		}

		any_army = {
			owner = root
			unit_location = {
				province_definition = province_definition:massachusetts_province
			}
		}

	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}
	
	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:peasants background = pop_type:soldiers }
		province_definition:massachusetts_province = {
			random_location_in_province_definition = {
				limit = {
					owner = {
						any_owned_location = {
							count > 10
						}
						is_subject_type = colonial_nation
						is_subject_of = root
						liberty_desire >= 25
					}
				}
				save_scope_as = target_location
				owner = {
					save_scope_as = thirteen_colonies
				}
			}
		}

		random_subject = {
			limit = {
				is_subject_type = trade_company
				capital.market = { is_produced_in_market = goods:tea }
				capital.sub_continent = sub_continent:south_asia
			}
			capital = { save_scope_as = east_india_trade_company }
		}

		root = { save_scope_as = target_root_country }

	}

	option = {
		name = flavor_eng.235.a
		historical_option = yes

		scope:thirteen_colonies = {
			add_liberty_desire = liberty_desire_severe_plus
			if = {
				limit = {
					has_country_modifier = tea_imports_banned
				}
				remove_country_modifier = tea_imports_banned
				custom_tooltip = flavor_eng.235.tt1
			}
		}

		scope:east_india_trade_company ?= {

			add_country_modifier = {
				modifier = no_market_for_goods
				years = 10
				mode = add_and_extend
			}

		}

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_right }

	}

	option = {
		name = flavor_eng.235.b

		scope:thirteen_colonies = {
			add_liberty_desire = liberty_desire_severe_plus
			if = {
				limit = {
					has_country_modifier = tea_imports_banned
				}
				add_liberty_desire = liberty_desire_mild_plus
				custom_tooltip = flavor_eng.235.tt2
			}
			if = {
				limit = {
					any_army = {
						count > 3
						owner = root
						unit_location = {
							province_definition = province_definition:massachusetts_province
						}
					}
				}
				add_liberty_desire = liberty_desire_severe_plus
				custom_tooltip = flavor_eng.235.tt3
			}
		}

		change_societal_value = { type = belligerent_vs_conciliatory value = societal_value_move_to_left }
		add_prestige = prestige_mild_penalty

	}

	historical_info = flavor_eng.235.historical_info

}