flavor_ven.100 蒂托·利维奥·布拉蒂尼的发明
时间范围:1645.1.1 - 1670.1.1(每月 10% 概率触发)
触发条件:
- 国家拥有贝卢诺(Belluno)地区。
关键效果:
- 选项 A (历史选项):
- 花费 5 金币。
- 将科学家蒂托·利维奥·布拉蒂尼(Tito Livio Burattini)招募至本国。
- 获得大量研究进度。
- 社会价值观向“创新”方向大幅移动。
- 选项 B:
- 获得大量研究进度惩罚。
- 社会价值观向“传统”方向大幅移动。
- (隐藏效果)蒂托·利维奥·布拉蒂尼死亡。
背景介绍: 此事件模拟了17世纪中叶,威尼斯共和国(VEN)科学家、发明家蒂托·利维奥·布拉蒂尼(1617-1678)的登场及其发明的潜在影响。布拉蒂尼出生于贝卢诺,是一位博学者,在物理学、工程学和测量学等领域有所贡献,其发明可能为国家的科技发展带来机遇。事件反映了威尼斯共和国在科学革命时期,对新兴人才和科技创新可能采取的两种不同态度:资助并吸纳其才华,或是忽视并导致其埋没。
完整事件代码:
flavor_ven.100 = { #The Inventions of Tito Livio Burattini
type = country_event
title = flavor_ven.100.title
desc = flavor_ven.100.desc
fire_only_once = yes
historical_info = flavor_ven.98.historical_info
dynamic_historical_event = {
tag = VEN
from = 1645.1.1
to = 1670.1.1
monthly_chance = 10
}
trigger = {
owns = location:belluno
}
image = "gfx/interface/illustrations/institutions/scientific_revolution.dds"
immediate = {
create_character = {
first_name = name_titus.name_livius
last_name = Burattini
birth_date = 1617.3.8
culture = culture:venetian
birth_location = location:belluno
save_scope_as = target_character
estate = estate_type:burghers_estate
artist_skill = { 0.8 1 }
create_in_limbo = yes
artist = scientist
}
location:belluno = {
save_scope_as = target_location
}
}
option = {
name = flavor_ven.100.a
historical_option = yes
change_gold_effect = { scale = -5 }
scope:target_character = {
move_country = root
}
add_research_progress = research_progress_severe_bonus
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_right }
}
option = {
name = flavor_ven.100.b
add_research_progress = research_progress_severe_penalty
change_societal_value = { type = traditionalist_vs_innovative value = societal_value_large_move_to_left }
hidden_effect = {
kill_character_silently = scope:target_character
}
}
}