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_chk.31 选择性建设

时间范围:1337.1.1 - 1437.1.1,每月 8% 概率触发

触发条件

  • 国家拥有统治者。
  • 国家拥有卡霍基亚(cahokia)地区。
  • 国家拥有变量 chk_enable_downfall_events

关键效果

  • 选项 A:限制建设项目以维持收入

    • 为国家添加修正 chk_restricted_construction,持续 20 年。
  • 选项 B:重新致力于我们的规划项目!

    • 国家稳定性遭受轻微惩罚。
    • 为国家添加修正 chk_new_urban_planning,持续 20 年。

背景介绍: 该事件模拟了卡霍基亚文明在其鼎盛时期(约14世纪前后)面临的城市发展与资源管理之间的抉择。作为北美密西西比文化的中心,卡霍基亚拥有庞大的人口和复杂的土墩建筑群。统治者需要在维持大规模公共工程建设与保障国家经济稳定之间做出决策,这反映了古代文明在资源有限条件下进行长期规划时所面临的典型挑战。

完整事件代码

flavor_chk.31 = { # Selective Construction
	type = country_event
	title = flavor_chk.31.title
	desc = flavor_chk.31.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = CHK
		from = 1337.1.1
		to = 1437.1.1
		monthly_chance = 8
	}

	trigger = {
		has_ruler = yes
        owns = location:cahokia
        has_variable = chk_enable_downfall_events
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }	
		location:cahokia = { 
			save_scope_as = target_location 
		}
	}	
	
	illustration_tags = {
		10 = regular
		10 = interior
	}	

	option = { # Limit construction projects to preserve income
		name = flavor_chk.31.a	
		add_country_modifier = { modifier = chk_restricted_construction years = 20 mode = add }			
	}
	
	option = { # Recommit to our planning projects!
		name = flavor_chk.31.b	
		add_stability = stability_mild_penalty
		add_country_modifier = { modifier = chk_new_urban_planning years = 20 mode = add }		
	}
}