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.23 卡霍基亚贸易的复兴

时间范围:1337.1.1 - 1437.1.1(每月 8% 概率)

触发条件

  • 国家拥有统治者。
  • 国家拥有卡霍基亚(location:cahokia)地区。
  • 国家拥有变量 chk_enable_strengthening_events
  • 卡霍基亚地区的人口大于 32,且发展度大于等于 14。

关键效果

  • 历史选项:卡霍基亚再次成为区域贸易中心!
    • 获得巨额威望加成(prestige_extreme_bonus)。
    • 首都市场获得一个持续 100 年的临时需求:demand:chk_center_of_trade

背景介绍: 该事件模拟了历史上卡霍基亚(Cahokia)作为密西西比文化中心,在特定条件下可能重新崛起并恢复其区域贸易枢纽地位的过程。当卡霍基亚地区的人口和发展度达到一定水平,并且国家处于强化阶段时,有机会重现其昔日的商业繁荣。

完整事件代码

flavor_chk.23 = { # Reemergence of Cahokian Trade
	type = country_event
	title = flavor_chk.23.title
	desc = flavor_chk.23.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_strengthening_events	
		location:cahokia = {
			population > 32
			development >= 14
		}		
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler ?= {
            save_scope_as = our_ruler
        }	
	}	
	
	illustration_tags = {
		10 = happy
		10 = exterior
	}	

	option = { # Cahokia once again sits as the center of regional trade!
		name = flavor_chk.23.a	
		add_prestige = prestige_extreme_bonus
		capital.market = {
			add_temporary_demand = { 
				type = demand:chk_center_of_trade
				years = 100
			}
		}						
	}
}