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.36 恢复安纳托利亚控制权

时间范围:1337.1.1 - 1800.1.1(每月 15% 概率)

触发条件

  • 安纳托利亚地区(anatolia_region)中,至少有 90% 的省份满足以下任一条件:
    • 省份所有者为玩家(拜占庭帝国)
    • 省份无所有者
    • 省份不可被拥有

关键效果

  • 选项 Aflavor_byz.36.a
    • 获得军队传统极端加成(add_army_tradition = army_tradition_extreme_bonus
    • 若当前有君主或摄政,则其军事能力增加 10 点(add_mil = 10

背景介绍: 此事件模拟了拜占庭帝国在安纳托利亚地区恢复统治与秩序的历史进程。自 11 世纪以来,安纳托利亚饱受塞尔柱突厥人入侵和内部动荡的影响,大量领土丧失或陷入无主状态。14 世纪中叶,拜占庭帝国若能在该地区重新确立有效控制,将标志着其军事与行政力量的显著复兴,有望重振帝国在亚洲的疆域与威望。

完整事件代码

flavor_byz.36 = { #Restoring Control in Anatolia
	type = country_event
	title = flavor_byz.36.title
	desc = flavor_byz.36.desc

	fire_only_once = yes

	illustration_tags = {
		10 = exterior
		10 = happy
	}

	dynamic_historical_event = {
		tag = BYZ
		from = 1337.1.1
		to = 1800.1.1
		monthly_chance = 15
	}

	trigger = {
		region:anatolia_region = {
			any_location_in_region = {
				percent >= 0.9
				OR = {
					owner ?= root
					has_owner = no
					is_ownable = no
				}
			}
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}

	option = {
		name = flavor_byz.36.a

		add_army_tradition = army_tradition_extreme_bonus
		ruler_or_regent ?= {
			add_mil = 10
		}
	}
}