flavor_maj.12 新寺庙的建造
时间范围:1350.1.1 - 1402.6.1(每月 5% 概率)
触发条件:
- 国家处于和平状态(
at_war = no)。 - 国家未处于破产状态(
is_during_bankruptcy = no)。 - 国家拥有统治者(
has_ruler = yes)。
关键效果:
- 选项 A (历史选项):
- 统治者或摄政获得持续至其去世的修正
maj_works_of_faith_modifier。 - 教士阶层满意度获得极大提升(
estate_satisfaction_extreme_bonus)。 - 社会价值观向“灵性主义”方向发生巨大转变(
societal_value_huge_move_to_right)。 - 触发后续关于重要寺庙的事件提示。
- 统治者或摄政获得持续至其去世的修正
- 选项 B:
- 社会价值观向“人文主义”方向发生巨大转变(
societal_value_huge_move_to_left)。
- 社会价值观向“人文主义”方向发生巨大转变(
背景介绍: 在14世纪中后期,随着王国趋于稳定,统治者面临着一个重要的抉择:是投入大量资源建造宏伟的寺庙以彰显信仰、巩固神权与教士阶层的支持,还是将重心转向更为世俗的人文关怀与发展。这一决策将深刻影响国家的社会价值观走向。
完整事件代码:
flavor_maj.12 = { #New Temples
type = country_event
title = flavor_maj.12.title
desc = flavor_maj.12.desc
historical_info = flavor_maj.12.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = MAJ
from = 1350.1.1
to = 1402.6.1
monthly_chance = 5
}
trigger = {
at_war = no
is_during_bankruptcy = no
has_ruler = yes
}
immediate = {
ruler_or_regent = { save_scope_as = target_character }
set_variable = {
name = maj_had_temples_event_variable
years = 60
}
}
option = {
name = flavor_maj.12.a
historical_option = yes
ruler_or_regent = {
add_character_modifier = {
modifier = maj_works_of_faith_modifier
mode = add_and_extend
years = -1
}
}
add_estate_satisfaction = {
type = estate_type:clergy_estate
value = estate_satisfaction_extreme_bonus
}
change_societal_value = {
type = spiritualist_vs_humanist
value = societal_value_huge_move_to_right
}
custom_tooltip = maj_receive_events_about_important_temples_tt
}
option = {
name = flavor_maj.12.b
change_societal_value = {
type = spiritualist_vs_humanist
value = societal_value_huge_move_to_left
}
}
}