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_zmw.1000] 扎莫希奇地区资源开发

时间范围
1337.1.1 - 1347.1.1
每月 6% 概率

触发条件

  • 国家标签为 ZMW
  • 事件仅触发一次

关键效果

  • 选项 A (flavor_zmw.1000.a)
    • 设置变量 unlocked_event_flavor_zmw_1001 的值为 target_character(当前统治者或摄政)

背景介绍
该事件聚焦于扎莫希奇地区在14世纪中期的早期开发。作为波兰王国的一部分,这一时期该地区开始吸引定居者,并逐步建立起农业与贸易的基础设施。事件反映了当地领主或王室对土地资源的初步规划与管理,为后续更系统性的城镇建设与经济发展埋下伏笔。

完整事件代码

flavor_zmw.1000 = {
	type = country_event
	title = flavor_zmw.1000.title
	desc = flavor_zmw.1000.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ZMW
		from = 1337.1.1
		to = 1347.1.1
		monthly_chance = 6
	}
	illustration_tags = {
		10 = exterior
		10 = regular
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		save_scope_as = target_country
		capital = { save_scope_as = target_location }
		ruler_or_regent ?= { save_scope_as = target_character }
	}
	option = {
		name = flavor_zmw.1000.a
		custom_tooltip = {
			text = flavor_zmw.1000.a.tt
			set_variable = { name = unlocked_event_flavor_zmw_1001 value = scope:target_character }
		}
	}
}