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_eng.83] 英格兰文化影响事件

时间范围:1350.1.1 - 1400.1.1(每月 1% 概率)

触发条件

  • 国家文化影响力小于或等于法兰西文化的影响力。
  • 首都的主导文化为英格兰文化。

关键效果

  • 选项 A (历史选项)
    • 为文化添加“温和增益”的文化影响力加成。
  • 选项 B
    • 为文化添加“温和增益”的文化传统加成。

背景介绍: 此事件反映了14世纪中后期英格兰在文化领域面临的挑战与机遇。当时,法兰西文化在欧洲大陆具有广泛的影响力,而英格兰本土文化(以首都的英格兰文化为主导)正处于发展与巩固的关键时期。事件模拟了英格兰统治者可能采取的策略:是选择增强文化对外的影响力(选项A),还是转而巩固内部的文化传统与认同(选项B)。这一决策将影响国家长期的文化发展方向。

完整事件代码

flavor_eng.83 = {
	type = country_event

	title = flavor_eng.83.title
	desc = flavor_eng.83.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1350.1.1
		to = 1400.1.1
		monthly_chance = 1
	}

	trigger = {
		culture = { cultural_influence <= culture:french.cultural_influence }
		capital = { dominant_culture = culture:english }
	}

	illustration_tags = {
        10 = happy
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		location:birmingham = { save_scope_as = target_location }

	}

	option = {
		name = flavor_eng.83.a
		historical_option = yes

		culture = { add_cultural_influence = cultural_influence_mild_bonus }

	}

	option = {
		name = flavor_eng.83.b

		culture = { add_cultural_tradition = cultural_tradition_mild_bonus }

	}

	historical_info = flavor_eng.83.historical_info

}