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_gen.13] 热那亚经济繁荣

时间范围:1557.1.1 - 1627.1.1(每月 2% 概率)

触发条件

  • 国家无贷款 (num_loans = 0)
  • 国家未处于破产状态 (is_during_bankruptcy = no)
  • 月度贸易收入大于1 (monthly_trade_income > 1)

关键效果

  • 选项 A (历史选项)
    • 热那亚地区 (location:genoa) 获得:
      • 发展度:development_severe_bonus
      • 繁荣度:prosperity_mild_bonus
    • 国家获得:inflation_extreme_bonus 通货膨胀
    • 国家获得:3倍规模的黄金效应 (change_gold_effect = { scale = 3 })

背景介绍: 在16世纪中后期至17世纪初,热那亚共和国凭借其发达的银行业和金融网络,在欧洲经济中扮演着关键角色。这一时期,热那亚的银行家们通过复杂的信贷和汇兑业务,积累了巨额财富,并深度介入了西班牙等大国的财政体系。此事件模拟了热那亚在贸易和金融活动达到顶峰时,资本大量涌入所带来的经济繁荣,同时也伴随着通货膨胀加剧等潜在风险。

完整事件代码

flavor_gen.13 = {
	type = country_event
	fire_only_once = yes
	title = flavor_gen.13.title
	desc = flavor_gen.13.desc
	
	dynamic_historical_event = {
		tag = GEN
		from = 1557.1.1
		to = 1627.1.1
		monthly_chance = 2
	}
	illustration_tags = {
		10 = happy
		10 = interior
	}	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}
	
	trigger = {
		num_loans = 0
		is_during_bankruptcy = no
		monthly_trade_income > 1
	}

	option = {
		name = flavor_gen.13.a
		historical_option = yes
		location:genoa = {
			change_development  = development_severe_bonus
			change_prosperity  = prosperity_mild_bonus
		}
		add_inflation = inflation_extreme_bonus
		change_gold_effect = { scale = 3 }
	}
}