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_por.44] 葡萄牙文化事件

时间范围

  • 事件类型:国家事件
  • 触发时间:未指定具体 fromto 日期(需结合游戏内其他条件触发)
  • 触发概率:未指定 monthly_chance(可能为一次性或条件触发事件)

触发条件

  • 主要条件:代码中未明确给出 trigger 字段,因此触发条件需参考游戏内其他机制或该事件被调用的上下文。

关键效果

  • 选项 Aflavor_por.44.a
    • 艺术品转移:将目标艺术品(target_work_of_art)移动到目标国家(target_country)的首都。
    • 文化传统:为当前国家文化添加“严厉加成”文化传统(cultural_tradition_severe_bonus)。

背景介绍

该事件是葡萄牙(POR)的一个文化类事件,涉及艺术品的转移与文化传统的增强。事件可能反映了葡萄牙在历史上对文化艺术品的重视,以及通过文化政策强化国家认同的过程。艺术品移至首都象征着文化中心的集中,而添加的文化传统则可能代表某种严格或纪律性的文化价值观在国家中的确立。

完整事件代码

flavor_por.44 = {
	type = country_event
	title = flavor_por.44.title
	desc = flavor_por.44.desc

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_por.44.a

		scope:target_work_of_art = {
			move_art = scope:target_country.capital
		}
		culture = {
			add_cultural_tradition = cultural_tradition_severe_bonus
		}
	}
}