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_ven.99 密码秘书

时间范围:1500.1.1 - 1600.1.1,每月 1% 概率触发

触发条件

  • 国家控制威尼斯地区。
  • 威尼斯地区尚未建造建筑 building_type:the_cipher_secretary

关键效果

  • 选项 A (历史选项)
    • 在威尼斯地区建造建筑 building_type:the_cipher_secretary
    • 社会价值观 centralization_vs_decentralization 向左移动(即向中央化方向移动)。
  • 选项 B
    • 社会价值观 centralization_vs_decentralization 向右移动(即向去中心化方向移动)。
    • estate_type:burghers_estate(市民阶层)增加 estate_satisfaction_mild_bonus(轻微满意度加成)。

背景介绍: 在16世纪,威尼斯共和国以其复杂的外交网络和商业情报系统而闻名。为了应对日益增长的安全需求,特别是保护其商业机密和外交通信免受竞争对手窥探,威尼斯考虑设立一个专门的“密码秘书”职位或机构。这一事件反映了威尼斯在信息安全和中央行政管理方面所做的抉择,是加强国家机器控制,还是维持传统的、相对分散的精英治理模式。

完整事件代码

flavor_ven.99 = { #The Cipher Secretary
	type = country_event
	title = flavor_ven.99.title
	desc = flavor_ven.99.desc

	fire_only_once = yes

	historical_info = flavor_ven.99.historical_info

	dynamic_historical_event = {
		tag = VEN
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	trigger = {
		owns = location:venice
		location:venice = {
			NOT = { has_building = building_type:the_cipher_secretary }
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:nobles_estate }
		location:venice = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_ven.99.a
		historical_option = yes
		location:venice = {
			construct_building = {
				building_type = building_type:the_cipher_secretary
			}
		}
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_left }
	}

	option = {
		name = flavor_ven.99.b
		change_societal_value = { type = centralization_vs_decentralization value = societal_value_move_to_right }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
	}
}