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.8 罗德岛的圣约翰骑士团

时间范围:1337.1.1 - 1374.1.1 (每月 10% 概率触发)

触发条件

  • 国家拥有罗德岛(location:rodos)。
  • 国家宗教为天主教(religion:catholic)。

关键效果

  • 选项 A (flavor_kni.8.a)

    • 历史选项:是
    • 效果:获得轻微的奉献度加成(add_devotion = devotion_mild_bonus)。
  • 选项 B (flavor_kni.8.b)

    • 效果:获得轻微的陆军传统加成(add_army_tradition = army_tradition_mild_bonus)。
  • 选项 C (flavor_kni.8.c)

    • 效果:获得轻微的威望惩罚(add_prestige = prestige_mild_penalty)。

背景介绍: 该事件模拟了圣约翰骑士团(医院骑士团,游戏内标签为KNI)在14世纪中期于罗德岛建立据点后的关键发展时期。骑士团在1309年占领罗德岛后,将其建设为对抗奥斯曼帝国的重要前哨和海军基地。此事件反映了骑士团在巩固其地中海领地、处理内部宗教事务与军事建设之间所做的战略抉择。

完整事件代码

flavor_kni.8 = {
	type = country_event
	title = flavor_kni.8.title
	desc = flavor_kni.8.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = KNI
		from = 1337.1.1
		to = 1374.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:rodos
		religion = religion:catholic
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		location:rodos = {
			save_scope_as = target_location
		}
		religion:catholic = {
			save_scope_as = target_religion
		}
	}

	option = {
		name = flavor_kni.8.a

		historical_option = yes

		add_devotion = devotion_mild_bonus
	}

	option = {
		name = flavor_kni.8.b

		add_army_tradition = army_tradition_mild_bonus
	}

	option = {
		name = flavor_kni.8.c

		add_prestige = prestige_mild_penalty
	}
}