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_kni.3] 骑士团劫掠亚历山大港

时间范围:1500.1.1 - 1600.1.1,每月 1% 概率触发

触发条件

  • 国家标签为 KNI(医院骑士团)。
  • 亚历山大港(location:alexandria)的拥有者为 TUR(奥斯曼帝国)。
  • KNI 正在与 TUR 处于战争状态。
  • TUR 的预期海军规模大于等于 1。

关键效果

  • 选项 A (flavor_kni.3.a):
    • 获得金币,数额为亚历山大港基础税收的 5 倍。
    • TURKNI 增加一个名为 opinion_captured_alexandria_great_carrack 的意见修正。
    • 获得 navy_tradition_extreme_bonus 的海军传统。

背景介绍: 16世纪,医院骑士团(马耳他骑士团)作为地中海重要的海上力量,时常与扩张中的奥斯曼帝国发生冲突。骑士团以罗德岛和马耳他为基地,对奥斯曼的航运和港口进行袭扰。此事件模拟了骑士团在战争期间,成功劫掠奥斯曼帝国重要港口亚历山大港,并俘获其大型帆船(Great Carrack)的行动,这不仅能带来丰厚的战利品,也能显著提升骑士团的海军声望。

完整事件代码

flavor_kni.3 = {
	type = country_event
	title = flavor_kni.3.title
	desc = flavor_kni.3.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = KNI
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 1
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	trigger = {
		location:alexandria = {
			owner = c:TUR
		}
		is_at_war_with = c:TUR
		c:TUR = { expected_navy_size >= 1 }
	}

	option = {
		name = flavor_kni.3.a
		add_gold = { value = location:alexandria.location_tax_base multiply = 5 }
		c:TUR = {
			add_opinion = { target = root modifier = opinion_captured_alexandria_great_carrack }
		}
		add_navy_tradition = navy_tradition_extreme_bonus
	}
}