flavor_eng.10 伦敦的市政厅与城堡
时间范围
1337.1.1 - 1450.1.1,每月有 1% 的概率触发。
触发条件
- 国家处于和平状态(
at_war = no)。 - 国家没有摄政王(
has_regent = no)。 - 国家拥有并控制伦敦地区(
location:london),且该地区满足以下所有条件:- 地区等级为城镇(
town)或城市(city)。 - 至少拥有一级“伦敦公司”(
corporation_of_london)建筑。 - 至少拥有一级“城堡”(
castle)建筑。
- 地区等级为城镇(
关键效果
选项一:建造宫殿
- 名称:
flavor_eng.10.a - 历史选项:是
- 效果:在伦敦地区建造一座“宏伟公寓”(
grand_apartment)建筑。
选项二:加强合作
- 名称:
flavor_eng.10.b - 效果:
- 大幅提升市民阶层(
burghers_estate)的满意度。 - 社会价值观向“集体主义”(
communalism)方向移动。
- 大幅提升市民阶层(
选项三:主张我们的权利
- 名称:
flavor_eng.10.c - 效果:
- 伦敦地区繁荣度轻微下降。
- 摧毁伦敦地区所有者拥有的“伦敦公司”建筑。
- 市民阶层满意度急剧下降。
- 政府权力大幅增加。
- 社会价值观向“贵族政治”(
aristocracy)方向移动。
背景介绍
在14至15世纪,伦敦作为英格兰的政治与经济中心,其市政机构(伦敦公司)与代表王权的城堡(如伦敦塔)共同构成了城市权力的两极。王室与市民阶层之间围绕城市治理、税收和特权的博弈时有发生。此事件反映了君主在面对强大的市民自治组织时,可能采取的不同策略:或通过建造宫殿加强王权存在,或与市民合作巩固统治基础,亦或强行压制以重申王室权威。
完整事件代码
flavor_eng.10 = {
type = country_event
title = flavor_eng.10.title
desc = flavor_eng.10.desc
fire_only_once = yes
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1337.1.1
to = 1450.1.1
monthly_chance = 1
}
trigger = {
at_war = no
location:london = {
owner = root
controller = root
OR = {
location_rank = location_rank:town
location_rank = location_rank:city
}
has_building_with_at_least_one_level = corporation_of_london
has_building_with_at_least_one_level = castle
}
has_regent = no
}
illustration_tags = {
10 = angry
10 = exterior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:burghers_estate background = estate_type:burghers_estate }
location:london = {
save_scope_as = target_location
}
ruler ?= {
save_scope_as = target_ruler
}
}
# construct palace
option = {
name = flavor_eng.10.a
historical_option = yes
scope:target_location = {
construct_building = {
building_type = building_type:grand_apartment
}
}
}
# co-operate more
option = {
name = flavor_eng.10.b
add_estate_satisfaction = { type = estate_type:burghers_estate
value = estate_satisfaction_severe_bonus
}
change_societal_value = {
type = individualism_vs_communalism
value = societal_value_move_to_right
}
}
# assert our right
option = {
name = flavor_eng.10.c
scope:target_location = {
change_prosperity = prosperity_very_weak_penalty
destroy_building = "building(building_type:corporation_of_london|owner)"
}
add_estate_satisfaction = { type = estate_type:burghers_estate
value = estate_satisfaction_extreme_penalty
}
add_government_power = government_power_severe_bonus
change_societal_value = {
type = aristocracy_vs_plutocracy
value = societal_value_move_to_left
}
}
historical_info = flavor_eng.10.historical_info
}