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

1302 积极回应

时间范围
无明确 fromto 日期限制,事件触发概率未指定(monthly_chance 未定义)。

触发条件
此事件为应答事件(#Answer event - Positive),其触发依赖于其他事件或脚本的调用,本身不包含独立的 trigger 条件。

关键效果

  • 选项 A (flavor_byz.1302.a):
    • 执行人口迁移效果(在提示框中显示):
      • 所有者:迁移至 scope:target_country2(由调用事件定义的目标国家)。
      • 迁出地:从 scope:target_location2.province_definition(由调用事件定义的源省份)。
      • 迁入地:至 scope:target_location.province_definition(由调用事件定义的目标省份)。
      • 文化:迁移人口的文化为 scope:target_country2.culture(目标国家的文化)。
      • 人口类型:迁移人口为 pop_type:burghers(市民阶层)。
      • 迁移比例:迁移人口占原省份该阶层人口的 0.01(1%)。
      • 持续时间:迁移过程持续 100 个月。

背景介绍
此事件是拜占庭帝国(或相关国家)一系列动态历史事件中的一部分,旨在模拟对特定情境的积极回应。事件核心是促进市民阶层(Burghers)在帝国境内或特定地区间的有序迁移,以响应经济、政治或社会需求,反映了中世纪后期国家有意识地引导人口流动以促进城市发展和经济繁荣的历史现象。

完整事件代码

flavor_byz.1302 = { #Answer event - Positive
	hide_portraits = yes
	type = country_event
	title = flavor_byz.1302.title
	desc = flavor_byz.1302.desc

	illustration_tags = {
		10 = interior
		10 = happy
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		ruler_or_regent ?= {
			save_scope_as = target_character
		}
	}

	option = {
		name = flavor_byz.1302.a

		show_as_tooltip = {
			add_migration = {
			owner = scope:target_country2
			from = scope:target_location2.province_definition
			to = scope:target_location.province_definition
			culture = scope:target_country2.culture
			amount = 0.01
			months = 100
			type = pop_type:burghers
		}
		}
	}
}