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_arm.1 格拉佐尔大学

时间范围:1338.1.1 - 1400.1.1,每月 2% 概率触发

触发条件

  • 拥有格拉佐尔(Gladzor)地区。
  • 格拉佐尔地区已建有大学(building_type:university)。
  • 国家为亚美尼亚(ARM)或苏尤尼克(SYU),且不是附庸国。
  • 未处于战争状态。
  • 未处于破产状态。

关键效果

  • 选项 A (历史选项)
    • 摧毁格拉佐尔地区的大学建筑。
    • 社会价值观:传统主义 vs 创新主义 大幅向左移动(倾向传统主义)。
    • 获得少量威望惩罚。
  • 选项 B
    • 损失大量金钱(金币变化效果系数为 -4)。
    • 社会价值观:传统主义 vs 创新主义 大幅向右移动(倾向创新主义)。

背景介绍: 格拉佐尔大学是14世纪亚美尼亚王国重要的学术中心,尤其在苏尤尼克王国时期繁荣发展。该事件反映了当时统治者在面对传统宗教教育与新兴学术机构之间的抉择。历史走向中,由于宗教保守势力的压力或财政困难,大学最终被关闭,象征着一次文化教育上的倒退。

完整事件代码

flavor_arm.1 = { #University of Gladzor
	hide_portraits = yes
	type = country_event
	title = flavor_arm.1.title
	desc = flavor_arm.1.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ARM
		tag = SYU
		from = 1338.1.1
		to = 1400.1.1
		monthly_chance = 2
	}

	trigger = {
		owns = location:gladzor
		location:gladzor = { has_building = building_type:university }
		OR = {
			tag = ARM
			is_subject = no
		}
		at_war = no
		is_during_bankruptcy = no
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:gladzor = { save_scope_as = target_location }
		ruler_or_regent = { save_scope_as = target_character }
	}

	option = {
		name = flavor_arm.1.a

		historical_option = yes
		scope:target_location = {
			destroy_building = "building(building_type:university|owner)"
		}
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_huge_move_to_left }
		add_prestige = prestige_mild_penalty
	}

	option = {
		name = flavor_arm.1.b

		change_gold_effect = { scale = -4 }
		change_societal_value = { type = traditionalist_vs_innovative value = societal_value_huge_move_to_right }
	}

}