flavor_ori.4 奥里萨诗人阿丘塔南达·达萨登场
时间范围:1530.1.1 - 1550.1.1(每月 2% 概率)
触发条件:
- 事件仅能触发一次 (
fire_only_once = yes)。 - 国家标签为奥里萨 (
tag = ORI)。 - 时间在1530年1月1日至1550年1月1日之间。
关键效果:
-
选项 A (flavor_ori.4.a):
- 获得少量威望 (
add_prestige = prestige_mild_bonus)。 - 将创建的人物“阿丘塔南达·达萨”移动至本国。
- 获得少量威望 (
-
选项 B (flavor_ori.4.b):
- 将创建的人物“阿丘塔南达·达萨”移动至本国,并为其增加0.1点艺术家技能 (
add_artist_skill = 0.1)。 - 获得双倍金钱奖励 (
change_gold_effect = { scale = 2 })。
- 将创建的人物“阿丘塔南达·达萨”移动至本国,并为其增加0.1点艺术家技能 (
背景介绍: 16世纪上半叶,奥里萨地区正处于文化和宗教发展的活跃期。阿丘塔南达·达萨是这一时期著名的奥里亚语诗人、作曲家和哲学家,被认为是奥里萨虔诚派运动(Bhakti movement)的重要人物之一。他创作了大量歌颂毗湿奴神(尤其是贾甘纳特神)的诗歌和歌曲,对奥里萨的文化与宗教生活产生了深远影响。此事件模拟了这位文化巨匠在奥里萨宫廷或社会中崭露头角的历史时刻。
完整事件代码:
flavor_ori.4 = {
type = country_event
title = flavor_ori.4.title
desc = flavor_ori.4.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ORI
from = 1530.1.1
to = 1550.1.1
monthly_chance = 2
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
create_character = {
first_name = achyutananda
last_name = Dasa
adm = {20 30}
dip = {20 30}
mil = {20 30}
birth_date = 1500.11.4
culture = culture:orissan
religion = religion:hindu
artist_skill = 0.82
artist = writer
estate = estate_type:clergy_estate
save_scope_as = achyutananda
create_in_limbo = yes
}
}
option = {
name = flavor_ori.4.a
add_prestige = prestige_mild_bonus
scope:achyutananda = { move_country = root }
}
option = {
name = flavor_ori.4.b
scope:achyutananda = {
move_country = root
add_artist_skill = 0.1
}
change_gold_effect = { scale = 2 }
}
}