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_fra.432 葡萄牙国王的礼物(路易十四的大象)

时间范围

  • 触发窗口:1680年1月1日 - 1726年1月1日
  • 触发概率:每月 10% 概率

触发条件

  • 法国(FRA)必须存在且拥有统治者。
  • 法国当前未处于战争状态。
  • 葡萄牙(POR)国家必须存在。
  • 葡萄牙必须由AI控制,且拥有统治者。

关键效果

  • 选项 A:来自葡萄牙君主的美妙礼物!

    • 历史选项:是
    • 获得少量威望加成。
    • 本国文化获得少量文化影响力加成。
    • 法国对葡萄牙添加“葡萄牙大象礼物”观点修正。
    • 葡萄牙对法国添加“葡萄牙大象礼物”观点修正。
    • AI选择此选项的概率权重为 0.8。
  • 选项 B:研究这头巨兽

    • 获得少量研究进度加成。
    • 获得少量威望惩罚。
    • AI选择此选项的概率权重为 0.2。

背景介绍

该事件基于路易十四时期的一段轶事。1681年,葡萄牙国王佩德罗二世将一头亚洲象作为礼物赠予法国国王路易十四。这头大象被运至凡尔赛宫,成为宫廷中的奇观,象征着两国间的外交关系与王室间的赠礼传统。事件反映了近代早期欧洲君主间通过赠送异域动物来巩固联盟和展示权力的做法。

完整事件代码

flavor_fra.432 = { # Gift from the Portuguese King # Elephant for Louis XIV
	type = country_event
	fire_only_once = yes
 	title = flavor_fra.432.title
 	desc = flavor_fra.432.desc

	dynamic_historical_event = {
		tag = FRA
		from = 1680.1.1
		to = 1726.1.1
		monthly_chance = 10
	}

 	trigger = {
		has_ruler = yes
		at_war = no
		country_exists = c:POR
		c:POR = {
			is_ai = yes
			has_ruler = yes
		}
 	}

	illustration_tags = {
		10 = happy
		10 = interior
	}

    immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
            save_scope_as = fra_ruler
        }
		c:POR = {
			ruler ?= {
            	save_scope_as = por_ruler
        	}
		}
	}

 	option = { # A wonderful gift from the Portuguese Monarch!
		name = flavor_fra.432.a
		historical_option = yes
		add_prestige = prestige_mild_bonus
		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}
		add_opinion = { target = c:POR modifier = opinion_portuguese_elephant_gift }
		reverse_add_opinion = { target = c:POR modifier = opinion_portuguese_elephant_gift }
		ai_chance = {
			factor = 0.8
		}
 	}

 	option = { # Have the beast studied
		name = flavor_fra.432.b
		add_research_progress = research_progress_mild_bonus
		add_prestige = prestige_mild_penalty
		ai_chance = {
			factor = 0.2
		}
 	}
}