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_mei.60 圣诞礼物

时间范围:1434.1.1-9999.12.31(每年12月触发)

触发条件

  • 国家拥有德累斯顿(Dresden)地区。
  • 当前年份大于等于1434年。
  • 当前月份为12月。

关键效果

  • 选项 A:获得一笔金钱(change_gold_effect = { scale = 1.00 })。
  • 选项 B:为德累斯顿地区所有属于本国的民众(pop)增加大量满意度(add_pop_satisfaction = pop_satisfaction_severe_bonus)。

背景介绍: 此事件模拟了在德累斯顿地区,每年12月(圣诞节期间)可能发生的一次特殊馈赠。它可能源于当地传统、统治者对市民的赏赐,或是某种节庆活动带来的经济或社会效应。选项A代表获得直接的财政收益,而选项B则侧重于提升民众的幸福感与忠诚度,反映了节日期间通过慷慨行为巩固统治或获取民心的策略。

完整事件代码

flavor_mei.60 = { #A Christmas Gift
	type = country_event
	title = flavor_mei.60.title
	desc = flavor_mei.60.desc

	fire_only_once = yes

	trigger = {
		owns = location:dresden
		current_year >= 1434
		current_month = 12
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

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

	option = {
		name = flavor_mei.60.a
		change_gold_effect = { scale = 1.00 }

	}

	option = {
		name = flavor_mei.60.b
		location:dresden = {
			every_pop = {
				limit = {
					owner = root
				}
				add_pop_satisfaction = pop_satisfaction_severe_bonus
			}
		}
	}

	historical_info = flavor_mei.60.historical_info
}