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_swi.999] 瑞士统一运动

时间范围
无特定 fromto 日期限制,事件触发后仅发生一次 (fire_only_once = yes)。

触发条件

  • 国际组织 swiss_confederation(瑞士邦联)存在。
  • 当前国家是国际组织 swiss_confederation(瑞士邦联)的成员。
  • 全局变量 sc_unification_movement_event_happened 未被设置。
  • 满足自定义条件 flavor_swi_999_trigger = yes

关键效果

  • 历史选项:选择选项 flavor_swi.999.a
    • 设置全局变量 sc_unification_movement_event_happened,标记此事件已发生。

背景介绍
该事件模拟了瑞士邦联内部可能出现的统一运动。作为中世纪晚期至近代早期欧洲重要的政治实体,瑞士邦联由多个州和地区组成,其内部统一与整合的过程充满了复杂的政治博弈和地方利益考量。此事件反映了邦联成员在特定历史条件下,推动更紧密联合或中央集权化的尝试。

完整事件代码

flavor_swi.999 = {
	type = country_event
	title = flavor_swi.999.title
	desc = flavor_swi.999.desc
	historical_info = flavor_swi.999.historical_info
	major = yes
	major_trigger = {
		OR = {
			is_member_of_international_organization = international_organization:swiss_confederation
			is_member_of_international_organization = international_organization:hre
		}
	}
	fire_only_once = yes
	illustration_tags = {
		10 = happy
		10 = exterior
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
	}
	trigger = {
		exists = international_organization:swiss_confederation
		is_member_of_international_organization = international_organization:swiss_confederation
		NOT = { has_global_variable = sc_unification_movement_event_happened }
		flavor_swi_999_trigger = yes
	}
	option = {
		name = flavor_swi.999.a
		custom_tooltip = {
			text = sc_unification_movement_event_happens_tt
			set_global_variable = sc_unification_movement_event_happened
		}
	}
}