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.1201] 赫尔维蒂学院毕业生

时间范围
事件无明确 fromto 日期限制,触发后立即发生。
触发概率
事件无 monthly_chance 设置,满足触发条件后即可能发生。

触发条件

  • 国家宗教为 天主教religion = religion:catholic)。
  • 国家文化属于 瑞士文化组culture_group:swiss_group)。
  • 省份 米兰location:milano)已建造建筑 赫尔维蒂学院has_building = building_type:swi_collegium_helveticum)。

关键效果

  • 选项 Aflavor_swi.1201.a):
    • 创建一个新角色,其文化为 高地阿勒曼尼文化culture:high_alemannic)。
    • 该角色归属于 神职人员阶层estate = estate_type:clergy_estate)。
    • 角色能力值随机范围:
      • 行政(adm):30 至 100
      • 外交(dip):60 至 100
      • 军事(mil):10 至 80

背景介绍
赫尔维蒂学院是瑞士历史上重要的教育机构,尤其在宗教与文化领域具有影响力。该事件模拟了从该学院毕业的优秀人才进入国家服务的情景,反映了教育机构对人才培养和国家治理的贡献。

完整事件代码

flavor_swi.1201 = { #A Graduate of the Collegium Helveticum
	hide_portraits = yes
	type = country_event
	title = flavor_swi.1201.title
	desc = flavor_swi.1201.desc

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }

		ruler = {
			save_scope_as = target_ruler
		}
	}

	trigger = {
		religion = religion:catholic
		OR = {
			culture = { has_culture_group = culture_group:swiss_group }
		}
		location:milano = {
			has_building = building_type:swi_collegium_helveticum
		}
	}

	option = {
		name = flavor_swi.1201.a

		create_character = {
			culture = culture:high_alemannic
			estate = estate_type:clergy_estate
			adm = { 30 100 }
			dip = { 60 100 }
			mil = { 10 80 }
		}
	}
}