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_por.26 马德拉葡萄酒

时间范围:1530.1.1 - 1630.1.1(每月 10% 概率触发)

触发条件

  • 葡萄牙(tag = POR)拥有丰沙尔(location:funchal)。
  • 葡萄牙拥有至少一个殖民领(is_subject_type = colonial_nation),其首都位于巴西地区(region:brazil_region)。
  • 并且,该殖民领满足以下任一条件:
    1. 在巴西地区拥有至少一个生产蔗糖(raw_material = goods:sugar)且工人数量(rgo_workers)大于等于3的省份。
    2. 在巴西地区拥有至少5个省份,且这些省份都拥有至少1级的蔗糖种植园建筑(has_building_with_at_least_one_level = sugar_plantation)。

关键效果

  • 选项A (历史选项)
    • 将丰沙尔(location:funchal)的原材料更改为葡萄酒(goods:wine)。
    • 使社会价值观“资本经济 vs 传统经济”(capital_economy_vs_traditional_economy)向左(偏向资本经济)发生小幅移动(societal_value_minor_move_to_left)。
  • 选项B
    • 使社会价值观“资本经济 vs 传统经济”(capital_economy_vs_traditional_economy)向右(偏向传统经济)发生移动(societal_value_move_to_right)。

背景介绍: 在16至17世纪,随着葡萄牙在巴西殖民地蔗糖种植业的繁荣,来自殖民地的财富和需求刺激了本土经济的发展。位于马德拉群岛的丰沙尔,其气候和土壤条件适宜葡萄种植。这一事件反映了葡萄牙帝国如何利用殖民地的资源和市场,调整本土产业(如将丰沙尔发展为葡萄酒产区),并在此过程中推动社会向更具商业和资本导向的经济模式转变。

完整事件代码

flavor_por.26 = { #Madeira Wine
	type = country_event
	title = flavor_por.26.title
	desc = flavor_por.26.desc

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

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1530.1.1
		to = 1630.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:funchal
		any_subject = {
			is_subject_type = colonial_nation
			capital.region = region:brazil_region
			#Is the colony producing a good amount of sugar?
			OR = {
				#A location with the sugar good and a good amount of levels
				any_owned_location = {
					region = region:brazil_region
					raw_material = goods:sugar
					rgo_workers >= 3
				}
				#Several locations with the sugar plantation
				any_owned_location = {
					region = region:brazil_region
					count >= 5
					has_building_with_at_least_one_level = sugar_plantation
				}
			}
		}
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
	}

	option = {
		name = flavor_por.26.a
		historical_option = yes
		location:funchal = {
			change_raw_material = goods:wine
		}
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_minor_move_to_left }
	}

	option = {
		name = flavor_por.26.b
		change_societal_value = { type = capital_economy_vs_traditional_economy value = societal_value_move_to_right }
	}

	historical_info = flavor_por.26.historical_info
}