[flavor_eng.224] 托马斯·潘恩登场
时间范围:1760.1.1 - 1790.1.1(每月 1% 概率)
触发条件:
- 拥有至少一个首都位于
region:east_coast_region(东海岸地区)的殖民领。 - 社会价值观
serfdom_vs_free_subjects(农奴制 vs 自由民)大于等于 20。
关键效果:
选项 A (历史选项):
- 社会价值观
serfdom_vs_free_subjects向左移动(趋向自由民)。 - 若政府类型为君主制,则增加
government_power_mild_penalty(轻度惩罚)的政府权力,并显示自定义提示flavor_eng.224.tt1。 - 随机一个首都位于东海岸地区的殖民领,其
liberty_desire(独立倾向)增加liberty_desire_extreme_plus(极端增加),并将其保存为thirteen_colonies(十三殖民地)。 - 后续人物处理:
- 若首都拥有至少一级
royal_society(皇家学会)建筑,则eng_thomas_paine角色将移居到thirteen_colonies范围的国家,并显示自定义提示flavor_eng.224.tt2。 - 否则,若国家没有采用
strict_censorship(严格审查)或de_heretico_comburendo(异端火刑)政策,则显示自定义提示flavor_eng.224.tt3。 - 否则(即不符合以上条件),将静默处决
thomas_paine角色,并显示自定义提示flavor_eng.224.tt4。
- 若首都拥有至少一级
选项 B:
- 若政府类型为君主制,则增加
government_power_severe_penalty(重度惩罚)的政府权力,并显示自定义提示flavor_eng.224.tt1。 - 社会价值观
serfdom_vs_free_subjects向右移动(趋向农奴制)。 - 显示自定义提示
flavor_eng.224.tt5。
背景介绍: 此事件模拟了启蒙思想家托马斯·潘恩(Thomas Paine)在18世纪下半叶的历史登场。潘恩以其著作《常识》等作品闻名,深刻影响了美国独立革命和自由民主思想。事件发生时,正值英国与其北美殖民地关系紧张、社会思潮向自由民权利转变的时期。事件反映了潘恩的出现如何可能加剧殖民地的独立倾向,并考验宗主国对不同思想及社会变革的容忍度。
完整事件代码:
flavor_eng.224 = {
type = country_event
fire_only_once = yes
title = flavor_eng.224.title
desc = flavor_eng.224.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1760.1.1
to = 1790.1.1
monthly_chance = 1
}
image = "gfx/interface/illustrations/institutions/renaissance.dds"
trigger = {
any_subject = {
is_subject_type = colonial_nation
capital.region = region:east_coast_region
}
societal_value:serfdom_vs_free_subjects >= 20
}
illustration_tags = {
10 = regular
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
location:norwich = { save_scope_as = target_location }
create_character = {
first_name = name_thomas
last_name = Paine
adm = 34
dip = 31
mil = 25
birth_location = location:lynn
birth_date = 1737.1.1
artist_skill = 0.75
artist = writer
estate = estate_type:burghers_estate
culture = culture:english
script = eng_thomas_paine
save_scope_as = thomas_paine
}
root = { save_scope_as = target_root_country }
}
option = {
name = flavor_eng.224.a
historical_option = yes
change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_left }
if = {
limit = {
government_type = government_type:monarchy
}
add_government_power = government_power_mild_penalty
custom_tooltip = flavor_eng.224.tt1
}
random_subject = {
limit = {
is_subject_type = colonial_nation
capital.region = region:east_coast_region
}
add_liberty_desire = liberty_desire_extreme_plus
save_scope_as = thirteen_colonies
}
if = {
limit = {
capital = {
has_building_with_at_least_one_level = royal_society
}
}
scope:thirteen_colonies = {
character:eng_thomas_paine ?= { move_country = prev }
}
custom_tooltip = flavor_eng.224.tt2
}
else_if = {
limit = {
NOT = { has_policy = strict_censorship }
NOT = { has_policy = de_heretico_comburendo }
}
custom_tooltip = flavor_eng.224.tt3
}
else = {
hidden_effect = { kill_character_silently = scope:thomas_paine }
custom_tooltip = flavor_eng.224.tt4
}
}
option = {
name = flavor_eng.224.b
if = {
limit = {
government_type = government_type:monarchy
}
add_government_power = government_power_severe_penalty
custom_tooltip = flavor_eng.224.tt1
}
change_societal_value = { type = serfdom_vs_free_subjects value = societal_value_move_to_right }
custom_tooltip = flavor_eng.224.tt5
}
historical_info = flavor_eng.224.historical_info
}