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_byz.32 大统领——麻烦将至

时间范围:1337.1.1 - 1340.1.1(每月 25% 概率)

触发条件

  • 国家正统性大于50。

关键效果

  • 选项 A
    • 为军队能力最高的角色添加名为 influential_grand_domestic 的修正,持续时间为-1年(模式为叠加与延长)。
    • 国家稳定性小幅下降。
    • 国家正统性小幅下降。

背景介绍: 该事件模拟了拜占庭帝国在14世纪中期可能面临的内政危机。一位权势显赫的军事统帅(大统领)崛起,对君主的权威构成了潜在威胁。君主需要在维持自身统治合法性与安抚或制衡这位军事强人之间做出抉择,这一过程往往伴随着宫廷内斗与政治动荡。

完整事件代码

flavor_byz.32 = { #The Grand Domestic - Trouble on the Horizon
	type = country_event
	title = flavor_byz.32.title
	desc = flavor_byz.32.desc

	fire_only_once = yes

	illustration_tags = {
		10 = interior
		10 = angry
	}

	dynamic_historical_event = {
		tag = BYZ
		from = 1337.1.1
		to = 1340.1.1
		monthly_chance = 25
	}

	trigger = {
		legitimacy > 50
	}
	immediate = {
		event_illustration_government_estate_effect = yes
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
		ordered_character = {
			order_by = mil
			max = 1
			check_range_bounds = no
			save_scope_as = target_character2
		}
	}

	option = {
		name = flavor_byz.32.a

		scope:target_character2 = {
			add_character_modifier = {
				modifier = influential_grand_domestic
				years = -1
				mode = add_and_extend
			}
		}

		add_stability = stability_mild_penalty
		add_legitimacy = legitimacy_mild_penalty
	}
}