flavor_hab.15 维也纳报的创立
时间范围:1680.1.1 - 1720.1.1(每月 1% 概率)
触发条件:
- 国家拥有统治者 (
has_ruler = yes) - 国家已解锁“报纸”科技 (
has_advance = newspapers_advance)
关键效果:
- 选项 A (历史选项):
- 增加市民阶层满意度 (
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }) - 添加政策:新闻自由 (
add_policy = policy:free_press)
- 增加市民阶层满意度 (
- 选项 B:
- 增加少量威望 (
add_prestige = prestige_mild_bonus) - 添加政策:新闻审查 (
add_policy = policy:censored_press)
- 增加少量威望 (
- 选项 C:
- 增加少量正统性 (
add_legitimacy = legitimacy_mild_bonus) - 添加政策:国家垄断新闻 (
add_policy = policy:state_press_only)
- 增加少量正统性 (
背景介绍: 该事件模拟了《维也纳报》(Wiener Zeitung)的创立。作为世界上仍在发行的最古老报纸之一,其创立于17世纪末至18世纪初的奥地利哈布斯堡王朝。这标志着新闻传播、公共信息获取以及国家与市民社会关系的一个重要发展节点。统治者面临的选择反映了当时对新闻自由、国家控制与审查制度的不同态度和治理理念。
完整事件代码:
flavor_hab.15 = { #Founding of the Wiener Zeitung
hide_portraits = yes
type = country_event
title = flavor_hab.15.title
desc = flavor_hab.15.desc
historical_info = flavor_hab.15.historical_info
fire_only_once = yes
dynamic_historical_event = {
tag = HAB
from = 1680.1.1
to = 1720.1.1
monthly_chance = 1
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
ruler = { save_scope_as = target_ruler }
}
trigger = {
has_ruler = yes
has_advance = newspapers_advance
}
option = {
name = flavor_hab.15.a
historical_option = yes
add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_mild_bonus }
add_policy = policy:free_press
}
option = {
name = flavor_hab.15.b
add_prestige = prestige_mild_bonus
add_policy = policy:censored_press
}
option = {
name = flavor_hab.15.c
add_legitimacy = legitimacy_mild_bonus
add_policy = policy:state_press_only
}
}