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.213 殖民贸易政策辩论

时间范围:1700.1.1 - 1750.1.1(每月 1% 概率)

触发条件

  • 拥有至少 3 个 colonial_nation(殖民领)类型的附庸国。

关键效果

  • 选项 A (历史选项)
    • 社会价值观 capital_economy_vs_traditional_economy(资本经济与传统经济)向左移动。
    • 社会价值观 mercantilism_vs_free_trade(重商主义与自由贸易)向左移动。
    • 增加 stability_mild_penalty(轻度惩罚)的稳定度。
  • 选项 B
    • 社会价值观 capital_economy_vs_traditional_economy 向右移动。
    • 社会价值观 mercantilism_vs_free_trade 向右移动。
    • burghers_estate(市民阶层)增加 estate_satisfaction_severe_penalty(严重惩罚)的阶层满意度。

背景介绍: 在18世纪早期,随着英格兰(及后来的大不列颠)殖民帝国的扩张,国内关于如何管理殖民地经济与贸易的争论日益激烈。一方主张加强国家对殖民地贸易的控制,推行重商主义政策,以保障母国利益;另一方则倾向于更自由的贸易和资本流动,以促进整体经济增长。这场辩论深刻影响了国家的经济政策走向和国内不同阶层的利益格局。

完整事件代码

flavor_eng.213 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.213.title
	desc = flavor_eng.213.desc

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1700.1.1
		to = 1750.1.1
		monthly_chance = 1
	}

	trigger = {

		any_subject = {
			count >= 3
			is_subject_type = colonial_nation
		}

	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		capital = { save_scope_as = target_location }

	}

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

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_move_to_left
		}

		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_left
		}

		add_stability = stability_mild_penalty

	}

	option = {
		name = flavor_eng.213.b

		change_societal_value = {
			type = capital_economy_vs_traditional_economy
			value = societal_value_move_to_right
		}

		change_societal_value = {
			type = mercantilism_vs_free_trade
			value = societal_value_move_to_right
		}

		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_severe_penalty }

	}

}