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_cas.74 亚历杭德罗·马拉斯皮纳登场

时间范围:1790.1.1 - 1810.1.1(每月 1% 概率)

触发条件

  • 国家标签为 CASSPA
  • 在美洲大陆和亚洲大陆均拥有存在。
  • 已接纳“启蒙运动”制度。

关键效果

  • 选项 A (历史选项)
    • 花费 4 金币。
    • 将创建的人物 target_character 移动至本国。
    • 为该人物添加一个随机的“探险家”类别特质。
    • 为该人物添加持续终身的 refuses_to_serve_in_cabinet 修正(拒绝在内阁任职)。
    • 社会价值观 outward_vs_inward 向左移动(趋向“外向”)。
  • 选项 B
    • 损失少量威望。
    • 社会价值观 outward_vs_inward 向右移动(趋向“内向”)。
    • (隐藏效果)静默处决人物 target_character

背景介绍: 亚历杭德罗·马拉斯皮纳(1754-1810)是一位意大利裔西班牙海军军官、探险家和科学家。在西班牙国王卡洛斯三世的支持下,他于1789年至1794年领导了一次重要的科学考察航行,探索了美洲和太平洋的广大区域,收集了大量地理、民族志和自然科学数据。该事件模拟了这位启蒙时代的重要探险家可供西班牙王室招募的时刻,他的加入或拒绝将影响国家对外探索的倾向。

完整事件代码

flavor_cas.74 = { #Alejandro Malaspina
	type = country_event
	title = flavor_cas.74.title
	desc = flavor_cas.74.desc

	fire_only_once = yes
	image = "gfx/interface/illustrations/institutions/enlightenment.dds"
	historical_info = flavor_cas.74.historical_info

	dynamic_historical_event = {
		tag = CAS
		tag = SPA
		from = 1790.1.1
		to = 1810.1.1
		monthly_chance = 1
	}

	trigger = {
		has_presence_in = continent:america
		has_presence_in = continent:asia
		has_embraced_institution = institution:enlightenment
	}

	immediate = {

		create_character = {
			first_name = name_alexander
			dynasty = dynasty:malaspina_dynasty
			birth_date = 1754.11.5
			birth_location = location:massa
			estate = estate_type:nobles_estate
			adm = { 50 80 }
			dip = { 50 80 }
			mil = { 20 40 }
			culture = culture:tuscan
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_cas.74.a
		historical_option = yes
		change_gold_effect = { scale = -4 }
		scope:target_character = {
			move_country = root
		}
		scope:target_character = {
			add_random_trait_from_category = explorer
			add_character_modifier = {
				modifier = refuses_to_serve_in_cabinet
				years = -1
				mode = add
			}
		}
		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_left
		}
	}

	option = {
		name = flavor_cas.74.b
		add_prestige = prestige_mild_penalty
		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_right
		}
		hidden_effect = {
			kill_character_silently = scope:target_character
		}
	}
}