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.1402 拜占庭-积极回应

时间范围
事件未指定 fromto 日期,也未设置 monthly_chance,因此为一次性触发事件,无固定时间范围与月度概率。

触发条件
事件代码中未定义 trigger 字段,具体触发条件需参考游戏内其他机制或事件链。

关键效果

  • 选项 A (名称:flavor_byz.1402.a)
    • 向目标国家(scope:target_country)转移年度黄金,数值为 1。
    • 触发人口迁移:从本国首都省份迁移至目标地点省份,迁移人口为本国文化、农民阶层,迁移量为 0.05,持续 80 个月。
    • 将瓦兰吉人物(scope:varangian_character)移动至另一个目标国家(scope:target_country2)。

背景介绍
此事件描绘了拜占庭帝国对外部事务的积极外交或军事回应。事件中涉及向盟友或附庸转移资金、组织国内人口向新领土迁移,并派遣重要的瓦兰吉卫队成员支援他国,反映了拜占庭通过经济援助、人口政策与军事人员调动来巩固影响力、拓展疆域或履行盟约的历史策略。

完整事件代码

flavor_byz.1402 = { #Response for Byz - Positive
	type = country_event
	title = flavor_byz.1402.title
	desc = flavor_byz.1402.desc

	illustration_tags = {
		10 = exterior
		10 = happy
	}

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

	option = {
		name = flavor_byz.1402.a

		show_as_tooltip = {
			transfer_yearly_gold = {
				value = 1
				target = scope:target_country
			}

			add_migration = {
				owner = this
				from = root.capital.province_definition
				to = scope:target_location.province_definition
				culture = root.culture
				amount = 0.05
				months = 80
				type = pop_type:peasants
			}

			scope:varangian_character = {
				move_country = scope:target_country2
			}
		}
	}
}