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_por.13 路易斯·德·梅内塞斯入阁

时间范围:1662.1.1 - 1690.1.1(每月 5% 概率触发)

触发条件

  • 事件仅对葡萄牙(tag = POR)有效。
  • 事件在指定时间范围内随机触发。
  • 事件仅触发一次(fire_only_once = yes)。

关键效果

  • 选项 A (历史选项)

    • 名称:flavor_por.13.a
    • 效果:
      1. 社会价值观调整:使“重商主义 vs 自由贸易”价值观小幅向左移动(即偏向重商主义)。
      2. 人物操作:将创建的路易斯·德·梅内塞斯(scope:target_character)移入本国(root)。
  • 选项 B

    • 名称:flavor_por.13.b
    • 效果:
      1. 社会价值观调整:使“重商主义 vs 自由贸易”价值观小幅向右移动(即偏向自由贸易)。
      2. 人物操作:静默处决创建的路易斯·德·梅内塞斯(scope:target_character)。

背景介绍: 该事件模拟了17世纪中后期葡萄牙政治家路易斯·德·梅内塞斯(Luís de Meneses)进入国家权力核心的历史可能性。梅内塞斯出生于里斯本,以其出色的外交能力著称。事件反映了葡萄牙在当时面临的治国路线选择:是继续强化国家控制的重商主义经济政策,还是转向更为自由的贸易方向。玩家的选择将直接影响国家的经济政策倾向,并决定这位具有潜力的贵族人物是否能在政府中发挥作用。

完整事件代码

flavor_por.13 = { #Luís de Meneses Cabinet Member
	type = country_event
	title = flavor_por.13.title
	desc = flavor_por.13.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = POR
		from = 1662.1.1
		to = 1690.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		create_character = {
			first_name = name_louis
			last_name = de_Meneses
			adm = 30
			dip = 80
			mil = 50
			culture = culture:portuguese
			estate = estate_type:nobles_estate
			birth_date = 1632.7.22
			birth_location = location:lisbon
			script = por_luis_de_meneses
			save_scope_as = target_character
			create_in_limbo = yes
		}
	}

	option = {
		name = flavor_por.13.a
		historical_option = yes
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_minor_move_to_left }
		scope:target_character = { move_country = root }
	}
	
	option = {
		change_societal_value = { type = mercantilism_vs_free_trade value = societal_value_minor_move_to_right }
		kill_character_silently = scope:target_character
		name = flavor_por.13.b
	}
	
	historical_info = flavor_por.13.historical_info
}