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.4 骑士团军事家登场

时间范围:1520.1.1 - 1550.1.1(每月 5% 概率)

触发条件

  • 国家必须拥有罗德岛(location:rodos)。

关键效果

  • 选项 A
    • 改变社会价值观:将“进攻与防御”倾向向“进攻”方向调整。
    • 获得大量陆军传统(army_tradition_extreme_bonus)。
    • 将人物 加布里埃尔·塔迪诺(Gabriel Tadino)引入本国。

背景介绍: 该事件模拟了医院骑士团在罗德岛时期,一位杰出的军事工程师和指挥官加布里埃尔·塔迪诺的登场。塔迪诺以其在防御工事设计和军事战略方面的才能而闻名,他的加入旨在增强骑士团的军事能力,特别是在面对日益增长的奥斯曼帝国威胁时,推动骑士团的军事策略向更积极的进攻姿态转变。

完整事件代码

flavor_kni.4 = {
	type = country_event
	title = flavor_kni.4.title
	desc = flavor_kni.4.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = KNI
		from = 1520.1.1
		to = 1550.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	trigger = {
		owns = location:rodos
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_gabriel
			last_name = Tadino
			adm = 73
			dip = 51
			mil = 85
			birth_date = 1479
			birth_location = location:bergamo
			script = tadino_script
			save_scope_as = target_character
			create_in_limbo = yes
		}

		location:rodos = { save_scope_as = target_location }
	}

	option = {
		name = flavor_kni.4.a
		change_societal_value = { type = offensive_vs_defensive value = societal_value_move_to_right }
		add_army_tradition = army_tradition_extreme_bonus
		scope:target_character = { move_country = root }
	}
}