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_azt.160] 新王朝的建立

时间范围:1337.1.1 - 1355.1.1(每月 10% 概率)

触发条件

  • 拥有特诺奇蒂特兰(location:tenochtitlan)地区。
  • 不是附庸国(is_subject = no)。

关键效果

  • 选项 A (flavor_azt.160.a)
    • 获得少量政府力量(government_power_mild_bonus)。
    • 提升贵族阶层少量满意度(estate_satisfaction_mild_bonus)。
  • 选项 B (flavor_azt.160.b)
    • 获得少量威望(prestige_weak_bonus)。
    • 若当前统治者没有“征服者”特质,则为其添加“征服者”特质(trait:conqueror)。
    • 若当前统治者已有“征服者”特质,则为其增加5点军事能力(add_mil = 5)。

背景介绍: 在14世纪中叶,特诺奇蒂特兰的统治者面临着巩固权力与建立王朝合法性的关键时期。此事件反映了统治者通过平衡内部贵族支持与对外军事威望,来塑造一个新王朝统治基础的历史抉择。

flavor_azt.160 = { #The Carving of a New Dynasty
	hide_portraits = yes
	type = country_event
	title = flavor_azt.160.title
	desc = flavor_azt.160.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = TNC
		from = 1337.1.1
		to = 1355.1.1
		monthly_chance = 10
	}

	trigger = {
		owns = location:tenochtitlan
		is_subject = no
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		ruler ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_azt.160.a

		add_government_power = government_power_mild_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate
			value = estate_satisfaction_mild_bonus
		}
	}

	option = {
		name = flavor_azt.160.b

		add_prestige = prestige_weak_bonus
		ruler ?= {
			if = {
				limit = {
					NOT = { has_trait = conqueror }
				}
				add_trait = trait:conqueror
			}
			else = { add_mil = 5 }
		}
	}
}