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.44 王国档案馆

时间范围:1540.1.1 - 1570.1.1,每月 1% 概率触发

触发条件

  • 拥有瓦拉多利德(valladolid)地区

关键效果

  • 选项 A (flavor_cas.44.a) - 历史选项

    • 获得大量政府点数(government_power_severe_bonus
    • 在瓦拉多利德地区建造建筑:西曼卡斯总档案馆(building_type:general_archive_of_simancas
  • 选项 B (flavor_cas.44.b)

    • 损失大量政府点数(government_power_severe_penalty

背景介绍: 该事件模拟了西班牙王国在16世纪中叶建立中央档案馆的历史进程。西曼卡斯档案馆始建于1540年代,旨在集中保管卡斯蒂利亚王国的重要历史文献、法律文书和王室档案,是欧洲最早的国家档案馆之一,象征着行政体系的制度化和知识的系统化管理。选择建立档案馆将巩固国家的治理能力,而拒绝则意味着错失强化行政效率的机会。

完整事件代码

flavor_cas.44 = { #An Archive of the Realm
	type = country_event
	title = flavor_cas.44.title
	desc = flavor_cas.44.desc
	
	fire_only_once = yes

	historical_info = flavor_cas.44.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1540.1.1
		to = 1570.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = 	location:valladolid
	}

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

	option = {
		name = flavor_cas.44.a
		historical_option = yes
		add_government_power = government_power_severe_bonus
		location:valladolid = {
			construct_building = {
				building_type = building_type:general_archive_of_simancas
			}
		}
	}

	option = {
		name = flavor_cas.44.b
		add_government_power = government_power_severe_penalty
	}
}