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_bri.1] 布列塔尼文化复兴

时间范围

1450.1.1 - 1480.1.1(每月 2% 概率触发)

触发条件

  • 事件仅能触发一次 (fire_only_once = yes)。
  • 仅限国家标签为 BRI(布列塔尼)的国家触发 (tag = BRI)。

关键效果

选项: flavor_bri.1.a

  • breton(布列塔尼)文化产生以下影响:
    • 增加 cultural_influence_extreme_bonus(文化影响力极大增益)。
    • 增加 cultural_tradition_extreme_bonus(文化传统极大增益)。

背景介绍

此事件模拟了15世纪中后期布列塔尼公国在其独立时期,可能发生的旨在巩固和复兴本土布列塔尼文化的努力。在1450年至1480年间,布列塔尼的统治者或精英阶层可能通过支持艺术、语言、法律或习俗,来强化公国的独特文化认同,以应对外部(特别是法兰西王国)的政治和文化压力。

完整事件代码

flavor_bri.1 = {
	type = country_event
	title = flavor_bri.1.title
	desc = flavor_bri.1.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = BRI
		from = 1450.1.1
		to = 1480.1.1
		monthly_chance = 2
	}

	illustration_tags = {
        10 = happy
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:nobles_estate }
	}
	
	option = {
		name = flavor_bri.1.a


		culture:breton = {
			add_cultural_influence = cultural_influence_extreme_bonus
			add_cultural_tradition = cultural_tradition_extreme_bonus
		}		
	}
}