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_cas.111 波托西的崛起

时间范围
1580.1.1 - 1650.1.1(每月 1% 概率)

触发条件

  • 省份 ccantumarcaniraw_material(原材料)为 goods:silver(白银)。
  • 该省份的所有者(owner)是事件触发国(root)或其附属国(is_subject_of = root)。

关键效果

  • 历史选项flavor_cas.111.a
    • 对省份 ccantumarcani 应用:
      • change_development = development_severe_bonus(大幅提升发展度)。
      • change_max_raw_material_workers = 3(增加 3 名最大原材料工人数量)。
    • 触发一次人口迁移(add_migration):
      • 迁移方向:从触发国首都省份(root.capital.province_definition)到目标省份(scope:target_location.province_definition)。
      • 迁移文化:触发国主流文化(root.culture)。
      • 迁移比例:amount = 0.05(5%)。
      • 迁移时长:months = 100(100 个月)。

背景介绍
该事件模拟了历史上西班牙帝国在波托西(位于今玻利维亚)发现并大规模开采银矿的进程。1545年波托西银矿被发现后,迅速成为全球最重要的白银产地,吸引了大量西班牙移民和劳动力,极大地推动了当地经济发展,并为西班牙帝国带来了巨额财富。

完整事件代码

flavor_cas.111 = { #The Rise of Potosí
	type = country_event
	title = flavor_cas.111.title
	desc = flavor_cas.111.desc

	fire_only_once = yes

	historical_info = flavor_cas.111.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1580.1.1
		to = 1650.1.1
		monthly_chance = 1
	}

	trigger = {
		location:ccantumarcani = {
			raw_material = goods:silver
			owner ?= {
				OR = {
					this = root
					this = { is_subject_of = root }
				}
			}
		}
	}

	immediate = {
		location:ccantumarcani = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_cas.111.a
		location:ccantumarcani = {
			change_development = development_severe_bonus
			change_max_raw_material_workers = 3
		}
		add_migration = {
			owner = this
			from = root.capital.province_definition
			to = scope:target_location.province_definition
			culture = root.culture
			amount = 0.05
			months = 100
		}
	}
}