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

时间范围:1340年1月1日 - 1370年1月1日(每月 1% 概率)

触发条件

  • 国家文化影响力小于或等于法国文化(french)的文化影响力。

关键效果

  • 选项 A (flavor_eng.84.a) [历史选项]
    • 文化:增加 cultural_influence_weak_bonus 的文化影响力。
    • 增加 inflation_weak_penalty 的通货膨胀。
  • 选项 B (flavor_eng.84.b)
    • 文化:增加 cultural_influence_weak_penalty 的文化影响力。

背景介绍: 该事件模拟了14世纪中叶英格兰(或其后继者大不列颠)在文化影响力上相对于法国的一种历史性抉择。在百年战争初期(1337-1453年),英格兰与法国在军事、政治和文化上激烈竞争。此事件可能反映了英格兰贵族和市民阶层(以“burghers_estate”为代表)在佛罗伦萨(事件中保存的位置)或更广泛的文化领域,试图提升本国文化地位,但可能伴随经济代价(通货膨胀)。选项A作为历史选项,意味着英格兰历史上可能采取了主动提升文化影响力的策略,但付出了经济上的轻微代价。

完整事件代码

flavor_eng.84 = {
	type = country_event

	title = flavor_eng.84.title
	desc = flavor_eng.84.desc

	fire_only_once = yes

	dynamic_historical_event = {
		tag = ENG
        tag = GBR
		from = 1340.1.1
		to = 1370.1.1
		monthly_chance = 1
	}

	trigger = {
		culture = { cultural_influence <= culture:french.cultural_influence }
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		location:florence = { save_scope_as = target_location }

	}

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

		culture = { add_cultural_influence = cultural_influence_weak_bonus }
		add_inflation = inflation_weak_penalty

	}

	option = {
		name = flavor_eng.84.b

		culture = { add_cultural_influence = cultural_influence_weak_penalty }

	}

	historical_info = flavor_eng.84.historical_info

}