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_ayu.3] 军队改革

时间范围:1500.1.1 - 1600.1.1(每月 5% 概率)

触发条件

  • 国家拥有统治者。
  • 统治者的军事能力(mil)大于等于 70。
  • 国家已拥有“泰国战象”(thai_war_elephants)科技。

关键效果

  • 选项 A:接受改革flavor_ayu.3.a
    • 获得“陆军传统极大加成”(army_tradition_extreme_bonus)。
    • 获得“海军传统极大加成”(navy_tradition_extreme_bonus)。
  • 选项 B:拒绝改革flavor_ayu.3.b
    • 获得“稳定度极大加成”(stability_extreme_bonus)。

背景介绍: 此事件模拟了阿瑜陀耶王国(AYU)在16世纪面临的一次军事改革机遇。在一位军事能力出众的统治者领导下,国家已掌握了先进的战象技术,具备了推行更深层次军事改革的条件。改革可能涉及军队组织、战术或装备的现代化,旨在提升军队的专业性和传统。统治者可以选择接受改革以强化军力,或选择拒绝改革以维持国内稳定。

完整事件代码

flavor_ayu.3 = { #Army reforms
	type = country_event
	title = flavor_ayu.3.title
	desc = flavor_ayu.3.desc

	dynamic_historical_event = {
		tag = AYU
		from = 1500.1.1
		to = 1600.1.1
		monthly_chance = 5
	}

	fire_only_once = yes

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	trigger = {
		has_ruler = yes
		ruler.mil >= 70
		has_advance = thai_war_elephants
	}

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		ruler = { save_scope_as = target_ruler }
	}

	option = { #Accept reforms
		name = flavor_ayu.3.a
		add_army_tradition = army_tradition_extreme_bonus
		add_navy_tradition = navy_tradition_extreme_bonus
	}

	option = { #Nah
		name = flavor_ayu.3.b
		add_stability = stability_extreme_bonus
	}
}