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.10 瑞士卫队成立

时间范围

1500.1.1 - 1600.1.1,每月有 10% 的概率触发。

触发条件

  • 事件仅对 教皇国(PAP) 触发。
  • 教皇国必须拥有至少一个 同盟国,且该同盟国满足以下所有条件:
    • 主流文化为 高地阿勒曼尼文化(culture:high_alemannic)
    • 对教皇国的 看法 ≥ 100

关键效果

  • 选项:flavor_pap.10.a
    • 为教皇国解锁一个名为 a_pontifical_swiss_guard 的特殊单位效果。
    • 对满足触发条件的随机同盟国(被设定为事件目标 event_target静默触发事件 flavor_swi.1

背景介绍

该事件模拟了历史上教皇国与瑞士各州之间军事合作关系的建立。在16世纪,教皇国开始从信仰天主教、关系密切的瑞士同盟(其主流文化为高地阿勒曼尼文化)中招募士兵,这最终演变为著名的“瑞士卫队”,成为梵蒂冈的常备护卫力量。此事件标志着这一制度化军事合作的开始。

完整事件代码

flavor_pap.10 = {
	hide_portraits = yes
	type = country_event
	title = flavor_pap.10.title
	desc = flavor_pap.10.desc
	fire_only_once = yes

	dynamic_historical_event = {
		tag = PAP
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 10
	}
	
	trigger = {
		any_related_country = {
			type = alliance
			culture = culture:high_alemannic
			opinion = {
				target = root
				value >= 100
			}
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		if = {
			limit = {
				is_ai = no
			}
			event_illustration_poptype_background_effect = { background = pop_type:soldiers }
			scope:event_target = {
				event_illustration_poptype_foreground_effect = { foreground = pop_type:soldiers }
			}
		}
		hidden_effect = {
			random_related_country = {
				type = alliance
				limit = {
					culture = culture:high_alemannic
					opinion = {
						target = root
						value >= 100
					}
				}
				save_scope_as = event_target
			}
		}
	}

	option = {
		name = flavor_pap.10.a
		unlock_unit_effect = {
			type = a_pontifical_swiss_guard
		}

		scope:event_target = {
			trigger_event_silently = {
				id = flavor_swi.1
			}
		}
	}
}