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_ira.48 萨法维教派军事领袖的抉择

时间范围

1440.1.1 - 1500.1.1(每月 3% 概率)

触发条件

  • 国家为 ABL
  • 当前统治者或摄政的 军事能力(mil) 不低于 80
  • 国家信奉的宗教学校为 萨法维教派(religious_school:safavid_school)

关键效果

选项 A:flavor_ira.48.a

  • 社会价值观调整:
    • belligerent_vs_conciliatory(好战 vs 和解)向 左侧(好战方向) 移动。
    • outward_vs_inward(外向 vs 内向)向 左侧(外向方向) 移动。
  • 获得 army_tradition_severe_bonus(陆军传统大幅增益)。

选项 B:flavor_ira.48.b

  • 社会价值观调整:
    • belligerent_vs_conciliatory(好战 vs 和解)向 右侧(和解方向) 移动。
    • outward_vs_inward(外向 vs 内向)向 右侧(内向方向) 移动。

背景介绍

在15世纪,信奉萨法维教派的阿尔达比勒(ABL)地区,一位军事才能卓越的统治者或摄政掌握了权力。他的出现可能预示着该地区军事传统的强化与对外政策的转向。此事件反映了这位领袖面临的关键抉择:是延续并加强其好战、外向的军事扩张路线,还是转向更为和解与内向的治理方针。这一选择将深刻影响国家的社会价值观与军事传统。

完整事件代码

flavor_ira.48 = {
	type = country_event
	title = flavor_ira.48.title
	desc = flavor_ira.48.desc

	dynamic_historical_event = {
		tag = ABL
		from = 1440.1.1
		to = 1500.1.1
		monthly_chance = 3
	}

	fire_only_once = yes

	trigger = {
		ruler_or_regent ?= {
			mil >= 80
		}
		religious_school = religious_school:safavid_school
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

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

	option = {
		name = flavor_ira.48.a

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_left
		}

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_left
		}

		add_army_tradition = army_tradition_severe_bonus
	}

	option = {
		name = flavor_ira.48.b

		change_societal_value = {
			type = belligerent_vs_conciliatory
			value = societal_value_move_to_right
		}

		change_societal_value = {
			type = outward_vs_inward
			value = societal_value_move_to_right
		}
	}
}