flavor_tur.87 仰望星空
时间范围:1450.1.1 - 1480.1.1,每月 20% 概率触发
触发条件:
- 国家拥有统治者。
- 国家拥有首都。
- 省份
herat的拥有者拥有统治者。 - 国家不拥有省份
herat和samarkand。
关键效果:
- 选项 A (历史选项):
- 获得少量威望。
- 隐藏效果:静默杀死角色
阿里·库什吉。
- 选项 B:
- 角色
阿里·库什吉移居至本国。 - 损失少量金钱。
- 社会价值观
传统主义 vs 创新小幅向右移动(趋向创新)。
- 角色
- 选项 C:
- 社会价值观
传统主义 vs 创新小幅向左移动(趋向传统主义)。 - 隐藏效果:静默杀死角色
阿里·库什吉。
- 社会价值观
背景介绍: 在15世纪中叶,奥斯曼帝国正处于扩张和巩固时期。帖木儿帝国崩溃后,其治下的河中地区和呼罗珊地区涌现出许多学者和科学家。其中,来自撒马尔罕的天文学家、数学家阿里·库什吉是当时伊斯兰世界的杰出学者。他曾在赫拉特和撒马尔罕等地学习和工作,其科学成就代表了当时天文学和数学的前沿水平。奥斯曼帝国作为正在崛起的伊斯兰强国,面临着是否吸纳这些来自东方的先进知识,以推动自身科学文化发展的抉择。这一事件反映了奥斯曼帝国在早期扩张阶段,对科学、人才与文化融合的态度。
完整事件代码:
flavor_tur.87 = { #Looking to the Heavens
type = country_event
title = flavor_tur.87.title
desc = flavor_tur.87.desc
historical_info = flavor_tur.87.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = TUR
from = 1450.1.1
to = 1480.1.1
monthly_chance = 20
}
trigger = {
has_ruler = yes
exists = capital
exists = location:herat.owner.ruler
NOT = {
owns = location:herat
owns = location:samarkand
}
}
immediate = {
location:herat.owner.ruler ?= { save_scope_as = herat_ruler }
capital = {
save_scope_as = capital_location
}
create_character = {
first_name = name_ali
last_name = nick_qushji
adm = 70
dip = 40
mil = 30
female = no
birth_date = 1403
birth_location = location:samarkand
artist_skill = 0.75
artist = scientist
culture = culture:farsi_culture
religion = religion:sunni
estate = estate_type:clergy_estate
script = per_ali_qushji
save_scope_as = ali_qushji
create_in_limbo = yes
}
}
option = {
name = flavor_tur.87.a
historical_option = yes
add_prestige = prestige_weak_bonus
custom_tooltip = ali_qushji_settles.tooltip
hidden_effect = {
kill_character_silently = scope:ali_qushji
}
}
option = {
name = flavor_tur.87.b
scope:ali_qushji = {
move_country = root
}
change_gold_effect = { scale = -1 }
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_minor_move_to_right
}
}
option = {
name = flavor_tur.87.c
change_societal_value = {
type = traditionalist_vs_innovative
value = societal_value_minor_move_to_left
}
hidden_effect = {
kill_character_silently = scope:ali_qushji
}
}
}