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.1503 西印度群岛档案馆建设

时间范围:1765.1.1 - 1837.1.1(每月 2% 概率)

触发条件

  • 国家拥有统治者。
  • 国家已采用政府改革 casa_de_contratacion
  • 国家拥有变量 future_trade_center 所指向的省份。

关键效果

  • 选项 A (历史选项)
    • trade_center_location 位置建造建筑 building_type:archive_of_the_indies
    • 移除政府改革 government_reform:casa_de_contratacion
    • 锁定政府改革 casa_de_contratacion 的效果。
  • 选项 B
    • 获得少量稳定度加成。
    • 获得少量威望惩罚。
    • 将创建的人物 target_character 流放至一个随机邻国。

背景介绍: 该事件模拟了西班牙帝国在18世纪后期至19世纪初期,关于建立西印度群岛档案馆的历史决策。档案馆旨在系统化管理美洲殖民地的贸易、法律和行政文件,是帝国中央集权和知识管理的重要举措。事件中创建的人物胡安·包蒂斯塔·穆尼奥斯(Juan Bautista Muñoz)是当时著名的历史学家和档案管理者,他的参与体现了教会知识分子在帝国行政中的角色。玩家需要在推动知识制度化与维持现状之间做出选择。

完整事件代码

flavor_cas.1503 = { #Archives of the Indies Building
	type = country_event
	title = flavor_cas.1503.title
	desc = flavor_cas.1503.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1765.1.1
		to = 1837.1.1
		monthly_chance = 2
	}

	illustration_tags = {
		10 = regular
		10 = exterior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:burghers_estate }
		var:future_trade_center = { save_scope_as = trade_center_location }

		create_character = {
			first_name = name_john
			last_name = bautista_munoz
			religion = religion:catholic
			estate = estate_type:clergy_estate
			birth_date = 1745.6.12
			female = no
			birth_location = location:valencia
			culture = culture:castilian
			adm = 82
			dip = 67
			mil = 36
			add_trait = trait:unsuited_for_naval_command
			add_trait = trait:unsuited_for_army_command
			save_scope_as = target_character
		}
		random_neighbor_country = {
			save_scope_as = exile_destination
		}
	}

	trigger = {
		has_ruler = yes
		has_reform = government_reform:casa_de_contratacion
		owns = var:future_trade_center
	}

	option = {
		name = flavor_cas.1503.a
		historical_option = yes

		scope:trade_center_location = {
			construct_building = {
				building_type = building_type:archive_of_the_indies
			}
		}
		remove_reform = government_reform:casa_de_contratacion
		lock_government_reform_effect = { type = casa_de_contratacion }
	}
	option = {
		name = flavor_cas.1503.b
		add_stability = stability_mild_bonus
		add_prestige = prestige_mild_penalty
		scope:target_character = {
			move_country = scope:exile_destination
		}
	}
}