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.68 杰弗里·乔叟登场

时间范围

1340.1.1 - 1400.1.1(每月 1% 概率触发)

触发条件

  • 人物 eng_geoffrey_chaucer(杰弗里·乔叟)存活。
  • 该人物由玩家控制的国家拥有。

关键效果

选项 A:flavor_eng.68.a

  • 历史选项
  • 为国家文化添加 cultural_influence_weak_bonus(微弱文化影响力加成)。

选项 B:flavor_eng.68.b

  • 国家黄金减少 6。
  • 为国家文化添加 cultural_influence_mild_bonus(温和文化影响力加成)。

背景介绍

杰弗里·乔叟是14世纪英格兰最重要的诗人之一,被誉为“英国诗歌之父”。他的代表作《坎特伯雷故事集》以中古英语写成,对英语文学的发展产生了深远影响。该事件模拟了乔叟在英格兰宫廷或文化圈中登场,其作品可能对本国文化影响力产生促进作用。

完整事件代码

flavor_eng.68 = {
	type = country_event

	fire_only_once = yes

	title = flavor_eng.68.title
	desc = flavor_eng.68.desc

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

	trigger = {

		character:eng_geoffrey_chaucer ?= {
			is_alive = yes
			owner = root
		}

	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
		character:eng_geoffrey_chaucer ?= { save_scope_as = geoffrey_chaucer }

		location:london = { save_scope_as = target_location }

		language:north_italian_language = { save_scope_as = italian }

		language:english_language = { save_scope_as = english }

		language:french_language = { save_scope_as = french }

		language:latin_language = { save_scope_as = latin }
	}

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

		culture = {
			add_cultural_influence = cultural_influence_weak_bonus
		}

	}

	option = {
		name = flavor_eng.68.b

		change_gold_effect = { scale = -6 }

		culture = {
			add_cultural_influence = cultural_influence_mild_bonus
		}

	}

	historical_info = flavor_eng.68.historical_info

}