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_ben.2 城镇管理

时间范围
1500.1.1 - 1550.1.1(每月 2% 概率触发)

触发条件

  • 玩家控制 benin 地区

关键效果

  • 选项 A:解锁建筑 eghabho_nore_mansion
  • 选项 B:社会价值观 centralization_vs_decentralization 向右移动(即向“集权”方向调整)

背景介绍
该事件反映了16世纪贝宁王国在城镇治理上面临的抉择。作为西非重要的城邦国家,贝宁需要平衡中央集权与地方自治,同时推动城市建设与经济发展。事件中的两个选项分别代表了加强地方贵族势力或推动中央集权化的不同治理路径。

完整事件代码

flavor_ben.2 = { #Town Administration
	type = country_event
	title = flavor_ben.2.title
	desc = flavor_ben.2.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BEN
		from = 1500.1.1
		to = 1550.1.1
		monthly_chance = 2
	}

	trigger = {
		location:benin.owner ?= root
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:burghers_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_ben.2.a
		
		unlock_building_effect = { type = eghabho_nore_mansion }
	}

	option = {
		name = flavor_ben.2.b
		
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_move_to_right
		}
	}
}