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.100 马耳他归属

时间范围:无明确起止日期(from/to未定义),事件触发后仅发生一次(fire_only_once = yes)。

触发条件

  • 本国拥有马耳他地区(owns = location:malta)。
  • 本国宗教为天主教(religion = religion:catholic)。
  • 本国从未是或现在是医院骑士团(NOT = { has_or_had_tag = KNI })。
  • 医院骑士团国家当前不存在(NOT = { country_exists = c:KNI })。
  • 神圣罗马帝国(HRE)存在且拥有领导者,且该领导者国家拥有统治者(international_organization:hre 相关条件)。

关键效果

  • 选项 A (flavor_kni.100.a)

    • 获得巨额稳定度加成(add_stability = stability_extreme_bonus)。
    • 在马耳他地区:移除本国的核心,将该地区所有权和核心转移给医院骑士团(c:KNI),并将其整合等级设为“核心”。
    • 医院骑士团(c:KNI)获得对本国“西班牙割让马耳他”的正面看法修正。
    • 教宗国(c:PAP)获得对本国“西班牙割让马耳他(对教宗)”的正面看法修正。
  • 选项 B (flavor_kni.100.b)

    • 教宗国(c:PAP)获得对本国“西班牙拒绝割让马耳他”的负面看法修正。

背景介绍: 此事件模拟了历史上天主教国家(尤其是西班牙)将战略要地马耳他岛移交给医院骑士团(又称马耳他骑士团)的关键决策。医院骑士团在失去罗德岛后,一直在寻找新的根据地。作为天主教世界的重要军事修会,其安置问题受到教宗和神圣罗马帝国皇帝等最高宗教与世俗权威的关注。控制马耳他的天主教大国面临选择:是将该岛交给骑士团以增强地中海防务并赢得教廷赞誉,还是拒绝这一请求以保留自身战略资产。

完整事件代码

flavor_kni.100 = {
	hide_portraits = yes
	type = country_event
	title = flavor_kni.100.title
	desc = flavor_kni.100.desc
	fire_only_once = yes
	trigger = {
		owns = location:malta
		religion = religion:catholic
		NOT = { has_or_had_tag = KNI }
		NOT = { country_exists = c:KNI }
		international_organization:hre = {
			international_organization_has_leader = yes
			leader_country = {
				has_ruler = yes
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:rodos = {
			owner = { save_scope_as = target_rodos_owner }
		}
		c:PAP = {
			ruler ?= {
				save_scope_as = target_pope
			}
		}
		international_organization:hre.leader_country = {
			ruler ?= { save_scope_as = target_hre_ruler }
		}
	}

	option = {
		name = flavor_kni.100.a
		add_stability = stability_extreme_bonus
		location:malta = {
			remove_core = root
			change_location_owner = c:KNI
			add_core = c:KNI
			change_integration_level = core
		}
		c:KNI = {
			add_opinion = { target = root modifier = spa_ceded_malta }
		}
		c:PAP = {
			add_opinion = { target = root modifier = spa_ceded_malta_pap }
		}
	}
	option = {
		name = flavor_kni.100.b
		c:PAP = {
			add_opinion = { target = root modifier = spa_refused_ceding_malta }
		}
	}
}