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_pap_holy_league.8] 关于神圣同盟的奥斯曼情报事件

时间范围
事件为动态历史事件,无固定 fromto 日期。触发概率取决于游戏内条件,代码中未指定 monthly_chance

触发条件
代码中未直接定义 trigger 字段,触发条件需参考游戏内其他相关逻辑(如奥斯曼帝国与神圣同盟的互动状态)。

关键效果

  • 选项flavor_pap_holy_league.8.a
    • 创建一个类型为“十字军”(international_organization_type:crusade)的国际组织,目标为 scope:crusade_target
    • 对列表 holy_league_list 中的每个成员,静默触发事件 flavor_pap_holy_league.2,并显示自定义提示 flavor_pap_holy_league.1.a.tt
    • 该选项无 historical_option 标记。

背景介绍
此事件模拟了奥斯曼帝国在获悉欧洲天主教国家组成“神圣同盟”(Holy League)后的情报反应。神圣同盟通常指16-17世纪由教皇国、西班牙、威尼斯等国组成的反奥斯曼军事联盟,旨在遏制奥斯曼在地中海和巴尔干的扩张。事件中奥斯曼可能通过外交或情报手段,试图以“十字军”名义动员对抗力量,反映了当时基督教世界与奥斯曼帝国之间的宗教与地缘政治冲突。

完整事件代码

flavor_pap_holy_league.8 = { #Ottoman Informative Event about the Holy League
	type = country_event
	title = flavor_pap_holy_league.8.title
	desc = flavor_pap_holy_league.8.desc
	
	historical_info = flavor_pap_holy_league.1.historical_info

	illustration_tags = {
		10 = armed
		10 = interior
	}

	immediate = {
		event_illustration_government_estate_effect = yes	
	}


	option = {
		name = flavor_pap_holy_league.8.a
		show_as_tooltip = {
			create_international_organization = {
				type = international_organization_type:crusade
				target = scope:crusade_target
			}
			every_in_list = {
				list = holy_league_list
				trigger_event_silently = flavor_pap_holy_league.2
				custom_tooltip = flavor_pap_holy_league.1.a.tt
			}
		}
	}
}