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.5] 马耳他防御工事强化

时间范围:1520.1.1 - 1568.1.1(每月 5% 概率触发)

触发条件

  • 控制 location:malta(马耳他地区)

关键效果

  • 选项 A (flavor_kni.5.a):
    • 改变社会价值观:offensive_vs_defensive 向“防御”方向移动(societal_value_move_to_right)。
    • 获得大量陆军传统(army_tradition_extreme_bonus)。
    • 使马耳他地区(scope:target_location)获得巨额繁荣度提升(prosperity_severe_bonus)。

背景介绍: 该事件模拟了医院骑士团(KNI)在获得马耳他岛后,于16世纪中期强化其防御工事的历史进程。面对奥斯曼帝国的海上威胁,骑士团在马耳他修建了坚固的堡垒和防御体系,这不仅提升了当地的繁荣与安全,也塑造了骑士团更倾向于防御的战略文化,并为其积累了宝贵的军事经验与传统。

完整事件代码

flavor_kni.5 = {
	type = country_event
	title = flavor_kni.5.title
	desc = flavor_kni.5.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = KNI
		from = 1520.1.1
		to = 1568.1.1
		monthly_chance = 5
	}

	trigger = {
		owns = location:malta
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		ruler ?= {
			save_scope_as = target_character
		}
		location:malta = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_kni.5.a
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_right }
		add_army_tradition = army_tradition_extreme_bonus

		scope:target_location = { change_prosperity = prosperity_severe_bonus }
	}
}