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.6 毛皮贸易扩张

时间范围

  • 事件窗口:1740.1.1 - 游戏结束
  • 触发概率:每月 100% 概率(fire_only_once = yes,但需满足触发条件)

触发条件

  • 国家处于活跃的“殖民地革命”局势中。
  • 当前年份 ≥ 1740年。
  • 国家主流文化属于“不列颠文化组”。
  • 国家不是附庸国。
  • 国家首都存在。
  • 国家首都在“东海岸地区”。
  • 国家境内生产毛皮(goods:fur)资源。

关键效果

选项 A:flavor_usa.6.a

  • 支付相当于4个月国库收入的黄金。
  • 国家所有出产毛皮资源的省份,其最大原材料工人数量 +1。
  • 社会价值观“资本经济 vs 传统经济”小幅向右移动(偏向资本经济)。

选项 B:flavor_usa.6.b

  • 社会价值观“资本经济 vs 传统经济”小幅向左移动(偏向传统经济)。

背景介绍

在18世纪中叶的北美殖民地,尤其是以英国文化为主导的东海岸地区,毛皮贸易是一项重要的经济活动。随着殖民地与母国关系的紧张以及“殖民地革命”局势的发展,殖民地的经济自主性日益增强。此事件反映了殖民地管理者面临的一个抉择:是投入资金扩大利润丰厚的毛皮贸易生产规模,以推动经济向更现代的资本模式转型;还是保持现有的传统经济模式,避免因过度投资特定产业而带来的风险。这一决策将潜移默化地影响殖民地社会的经济发展方向。

完整事件代码

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

	fire_only_once = yes

	image = "gfx/interface/icons/trade_goods/illustrations/icon_goods_fur.dds"

	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
		current_year >= 1740
		culture = {
			has_culture_group = culture_group:british_group
		}
		is_subject = no
		exists = capital
		capital.region = region:east_coast_region

		produced_in_country:fur > 0
	}

	option = {
		name = flavor_usa.6.a
		change_gold_effect = { scale = -4 }
		custom_tooltip = {
			text = flavor_usa.6.a.tt
			every_owned_location = {
				limit = {
					raw_material = goods:fur
				}
				change_max_raw_material_workers = 1
			}
		}
		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_minor_move_to_right
		}
	}
	option = {
		name = flavor_usa.6.b

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_minor_move_to_left
		}
	}
}