flavor_eng.57 杰弗里·乔叟登场
时间范围:1370.1.1 - 1400.1.1(每月 5% 概率)
触发条件:
- 拥有伦敦地区。
关键效果:
- 选项 A (历史选项):
- 将杰弗里·乔叟(Geoffrey Chaucer)移至本国。
- 选项 B:
- 触发条件:拥有牛津地区,且该地区至少拥有1级大学建筑。
- 牛津地区获得少量繁荣度加成。
- 本国文化获得少量文化影响力加成。
- 隐藏效果:杀死杰弗里·乔叟。
- 选项 C:
- 触发条件:拥有剑桥地区,且该地区至少拥有1级大学建筑。
- 剑桥地区获得少量繁荣度加成。
- 本国文化获得少量文化影响力加成。
- 隐藏效果:杀死杰弗里·乔叟。
背景介绍: 该事件模拟了中世纪晚期英国著名作家杰弗里·乔叟的登场。乔叟被誉为“英国诗歌之父”,其代表作《坎特伯雷故事集》对英语文学的发展产生了深远影响。事件反映了当时英格兰的文化发展,以及牛津、剑桥作为学术中心对人才和文化的吸引力。
完整事件代码:
flavor_eng.57 = {
hide_portraits = yes
type = country_event
fire_only_once = yes
title = flavor_eng.57.title
desc = flavor_eng.57.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1370.1.1
to = 1400.1.1
monthly_chance = 5
}
trigger = {
owns = location:london
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
create_character = {
first_name = name_godfrey
last_name = Chaucer
estate = estate_type:burghers_estate
adm = 55
dip = 55
mil = 10
birth_date = 1340
artist_skill = 0.8
artist = writer
birth_location = location:london
script = eng_geoffrey_chaucer
save_scope_as = geoffrey_chaucer
create_in_limbo = yes
}
language:english_language = { save_scope_as = english }
language:south_italian_language = { save_scope_as = italian }
language:french_language = { save_scope_as = french }
language:latin_language = { save_scope_as = latin }
}
option = {
name = flavor_eng.57.a
historical_option = yes
scope:geoffrey_chaucer = { move_country = root }
}
option = {
name = flavor_eng.57.b
trigger = {
location:oxford = {
owner ?= root
has_building_with_at_least_one_level = university
}
}
location:oxford = { change_prosperity = prosperity_weak_bonus }
culture = {
add_cultural_influence = cultural_influence_mild_bonus
}
hidden_effect = { kill_character_silently = scope:geoffrey_chaucer }
custom_tooltip = flavor_eng.57.tt2
}
option = {
name = flavor_eng.57.c
trigger = { location:cambridge = { owner = root has_building_with_at_least_one_level = university } }
location:cambridge = {
change_prosperity = prosperity_weak_bonus
}
culture = {
add_cultural_influence = cultural_influence_mild_bonus
}
hidden_effect = { kill_character_silently = scope:geoffrey_chaucer }
custom_tooltip = flavor_eng.57.tt2
}
historical_info = flavor_eng.57.historical_info
}