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_nav.70 审计院

时间范围

1340.4.1 - 1380.1.1,每月 10% 概率触发。

触发条件

  • 角色 nav_charles_ii_evreux 必须存活且为国家统治者。
  • 必须拥有 pamplona 地区。

关键效果

  • 选项: flavor_nav.70.a
    • 历史选项:
    • pamplona 地区免费建造建筑 building_type:camara_comptos(成本倍率为0,原因为“royal_sponsorship”)。

背景介绍

该事件模拟了纳瓦拉王国在查理二世(Évreux)统治时期,于首都潘普洛纳设立永久性王室审计机构“审计院”(Camara de Comptos)的历史进程。审计院的建立旨在加强王室财政管理,监督税收与开支,是巩固中央集权、提升行政效率的重要举措。

完整事件代码

flavor_nav.70 = { #The Camara de Comptos
	hide_portraits = yes
	type = country_event
	title = flavor_nav.70.title
	desc = flavor_nav.70.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = NAV
		from = 1340.4.1
		to = 1380.1.1
		monthly_chance = 10
	}

	trigger = {
		character:nav_charles_ii_evreux = {
			is_alive = yes
			is_ruler = yes
		}
		owns = location:pamplona
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		character:nav_charles_ii_evreux = {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_nav.70.a
		historical_option = yes #A permanent tribunal will be established
		location:pamplona = {
			construct_building = { 
				building_type = building_type:camara_comptos
				cost_multiplier = 0
				cost_multiplier_reason = "royal_sponsorship"
			}
		}
	}
	historical_info = flavor_nav.70.historical_info
}