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_ori.9] 奥里萨的和平与转型

时间范围

  • 触发窗口:1520.1.1 - 1580.1.1
  • 触发概率:每月 1% 概率

触发条件

  • 国家标签为 ORI(奥里萨)。
  • 距离上次战争结束已过去 至少 240 个月(20年)
  • 国家 威望 ≤ 15

关键效果

选项 A:flavor_ori.9.a

  • 获得 轻微的陆军传统惩罚
  • 当前统治者或摄政王(若存在):
    • 军事能力 -15
    • 行政能力 +15

选项 B:flavor_ori.9.b

  • 社会价值观发生改变:“陆军与海军” 倾向轻微向“陆军”偏移
  • 国家财政受到 中等程度的负面影响(金钱减少)。

背景介绍

在16世纪,奥里萨王国经历了一段漫长的和平时期。长期的和平虽然带来了稳定,但也可能削弱军队的实战经验和传统,同时为统治者从军事领袖向行政管理者转型提供了契机。此事件反映了奥里萨在和平年代下面临的抉择:是接受军事能力的衰退以换取治理能力的提升,还是通过政策调整,重新将国家重心偏向军事建设,尽管这可能带来财政上的压力。

完整事件代码

flavor_ori.9 = {
	type = country_event
	title = flavor_ori.9.title
	desc = flavor_ori.9.desc

	dynamic_historical_event = {
		tag = ORI
		from = 1520.1.1
		to = 1580.1.1
		monthly_chance = 1
	}

	fire_only_once = yes

	trigger = {
		months_since_peace >= 240
		prestige <= 15
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
		ruler_or_heir_if_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_ori.9.a

		add_army_tradition = army_tradition_mild_penalty
		scope:target_character = {
			add_mil = -15
			add_adm = 15
		}
	}

	option = {
		name = flavor_ori.9.b

		change_societal_value = {
			type = land_vs_naval
			value = societal_value_minor_move_to_left
		}

		change_gold_effect = { scale = -2 }
	}
}