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_nov.8 我们的经济得救了!

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

触发条件
代码中未直接定义 trigger 字段,触发条件需参考其他关联事件或脚本

关键效果

  • 选项 A(名称:flavor_nov.8.a):
    • 增加 stability_mild_bonus(轻度稳定度提升)
    • 自定义提示文本 flavor_nov.8.a.tt
    • scope:dvina_crisis_cause 拥有的所有符合 is_dvina_lands = yes 条件的地块,将其所有权转移给事件触发国(root),并移除原所有者的核心
    • scope:dvina_crisis_cause 添加观点修正 nov_returned_the_dvina_lands

背景介绍
该事件涉及诺夫哥罗德(Novgorod)的经济危机与土地归属问题。事件标题“我们的经济得救了!”暗示国家通过收回或控制德维纳(Dvina)地区的土地,缓解了经济困境。选项 A 描述了收回德维纳土地、提升稳定度并影响相关国家关系的具体过程。

完整事件代码

flavor_nov.8 = {
	type = country_event
	title = flavor_nov.8.title
	desc = flavor_nov.8.desc
	#Our economy is saved!


	illustration_tags = {
		10 = happy
		10 = interior
	}

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

	option = {
		name = flavor_nov.8.a
		add_stability = stability_mild_bonus
		custom_tooltip = {
			text = flavor_nov.8.a.tt
			scope:dvina_crisis_cause = {
				every_owned_location = {
					limit = {
						is_dvina_lands = yes
					}
					change_location_owner = root
					remove_core = prev
				}
			}
		}
		add_opinion = {
			target = scope:dvina_crisis_cause
			modifier = nov_returned_the_dvina_lands
		}
	}
}