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.2703] 图帕克·阿马鲁的命运

时间范围
事件为一次性触发,无固定时间范围,但需满足触发条件。

触发概率
无每月概率,满足条件后立即触发。

触发条件

  • 角色 spa_tupac_amaru 存活(is_alive = yes
  • 国家拥有变量 spa_execute_tupac

关键效果

  • 选项 A(历史选项)

    • 获得少量政府力量(government_power_mild_bonus
    • 处决角色 spa_tupac_amaru(原因:execution
    • 艾马拉文化(aimara_culture)对本国文化的文化观感降低 1 点
  • 选项 B

    • 稳定性遭受严重惩罚(stability_severe_penalty
    • 流放角色 spa_tupac_amaru

背景介绍
该事件围绕印加帝国末代君主图帕克·阿马鲁的命运展开。西班牙殖民者征服印加后,图帕克·阿马鲁作为反抗象征被俘。事件反映了殖民当局面临的选择:处决他以震慑原住民并巩固统治,或流放他以避免激化文化矛盾,但可能引发内部不稳。

完整事件代码

flavor_cas.2703 = { #The Fate of Tupac Amaru
	type = country_event
	title = flavor_cas.2703.title
	desc = flavor_cas.2703.desc

	fire_only_once = yes

	historical_info = flavor_cas.2302.historical_info

	trigger = {
		character:spa_tupac_amaru ?= { is_alive = yes }
		has_variable = spa_execute_tupac
	}

	immediate = {
		character:spa_tupac_amaru ?= { save_scope_as = target_character }
	}

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	option = {
		name = flavor_cas.2703.a
		historical_option = yes
		add_government_power = government_power_mild_bonus
		kill_character = {
			target = scope:target_character
			reason = execution
		}
		culture:aimara_culture = {
			change_cultural_view = {
				target = root.culture
				change = -1
			}
		}
	}

	option = {
		name = flavor_cas.2703.b
		add_stability = stability_severe_penalty
		scope:target_character = {
			banish_character = yes
		}
	}

	after = {
		hidden_effect = {
			remove_variable = spa_execute_tupac
		}
	}
}