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.14] 热那亚在卡法的困境

时间范围:1337.1.1 - 1537.1.1(每月 2% 概率)

触发条件

  • 控制卡法(Kaffa)地区。
  • 拥有变量 gen_had_fall_of_constantinople
  • 君士坦丁堡(Constantinople)的拥有者不属于基督教宗教组。
  • 每月贸易收入大于1。

关键效果

  • 选项 A:将其割让给圣乔治银行
    • (历史选项)
    • 获得大量金钱(效果规模为12)。
    • 在克里米亚地区(crimea_area)内,所有由本国拥有的地块,其控制度将降至最低惩罚水平(control_ultimate_penalty)。
  • 选项 B:保持直接控制
    • 获得少量政府点数(government_power_mild_bonus)。

背景介绍: 君士坦丁堡陷落后,热那亚共和国在黑海的重要贸易据点卡法面临着新的地缘政治压力。随着奥斯曼帝国等非基督教势力控制海峡,热那亚的贸易网络和殖民地的安全受到严重威胁。此事件反映了热那亚商人阶层(市民阶层)在权衡是放弃难以防守的殖民地以换取资金,还是坚持直接控制以维持影响力时所面临的艰难抉择。

完整事件代码

flavor_gen.14 = {
	type = country_event
	fire_only_once = yes
	title = flavor_gen.14.title
	desc = flavor_gen.14.desc
	
	dynamic_historical_event = {
		tag = GEN
		from = 1337.1.1
		to = 1537.1.1
		monthly_chance = 2
	}
	illustration_tags = {
		10 = angry
		10 = interior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
	}	
	trigger = {
		owns = location:kaffa
		has_variable = gen_had_fall_of_constantinople
		location:constantinople = {
			owner = {
				NOT = { religion.group = religion_group:christian }
			}
		}
		monthly_trade_income > 1
	}

	#Cede it to Casa San Giorgio
	option = {
		name = flavor_gen.14.a
		historical_option = yes
		change_gold_effect = { scale = 12 }
		area:crimea_area = {
			every_location_in_area = {
				limit = {
					owner ?= ROOT
				}
				change_control = control_ultimate_penalty
			}
		}
	}

	#Keep it under direct control
	option = {
		name = flavor_gen.14.b
		add_government_power = government_power_mild_bonus
	}
}