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_ara.7] 巴尔塔萨尔·格拉西安登场

时间范围:1640.1.1 - 1658.1.1(每月 10% 概率)

触发条件

  • 国家宗教为 catholic(天主教)。
  • 国家拥有 tarragona(塔拉戈纳)地区。
  • tarragona(塔拉戈纳)地区拥有 university(大学)建筑。

关键效果

  • 选项 A (flavor_ara.7.a) [历史选项]
    • 将创建的角色 target_character 移动到本国。
    • 为该角色添加 prominent(杰出)特质。
  • 选项 B (flavor_ara.7.b)
    • 社会思潮变化:spiritualist_vs_humanist(灵性主义 vs 人文主义)向右侧(灵性主义方向)移动。
    • (隐藏效果)静默杀死角色 target_character

背景介绍: 该事件模拟了西班牙耶稣会教士、哲学家与作家巴尔塔萨尔·格拉西安(1601-1658)在特定历史时期的登场。格拉西安以其精炼的警句和道德哲学著作闻名,是西班牙黄金时代文学的重要人物。事件设定在他可能因其学识与影响力而被宫廷或教会吸纳的时期,反映了人才与知识在宗教、文化发展中的作用。

完整事件代码

flavor_ara.7 = { #Baltasar Gracián
	type = country_event
	title = flavor_ara.7.title
	desc = flavor_ara.7.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = ARA
		tag = SPA
		from = 1640.1.1
		to = 1658.1.1
		monthly_chance = 10
	}

	historical_info = flavor_ara.7.historical_info

	trigger = {
		religion = religion:catholic
		owns = location:tarragona
		location:tarragona = {
			has_building = building_type:university
		}
	}
	
	illustration_tags = {
		10 = regular
		10 = interior
	}
	
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		create_character = {
			first_name = name_balthazar
			last_name = Gracian
			birth_date = 1601.8.1
			birth_location = location:calatayud
			estate = estate_type:clergy_estate
			adm = { 20 70 }
			dip = { 70 95 }
			mil = { 10 30 }
			artist_skill = 0.9
			culture = culture:aragonese
			save_scope_as = target_character
			script = ara_gracian_script
			create_in_limbo = yes

			artist = writer
		}
	}

	option = {
		name = flavor_ara.7.a
		historical_option = yes
        scope:target_character = {
            move_country = root
			add_trait = trait:prominent
		}
	}

	option = {
		name = flavor_ara.7.b
        change_societal_value = { type = spiritualist_vs_humanist value = societal_value_move_to_right }
		hidden_effect = {
   			kill_character_silently = scope:target_character
  		}
	}
}