flavor_eng.51 嘉德骑士团创立
时间范围:1340.1.1 - 1360.1.1(每月 5% 概率触发)
触发条件:
- 国家为
ENG(英格兰)或GBR(大不列颠)。 - 政府类型为君主制 (
government_type:monarchy)。
关键效果:
- 选项 A (历史选项):
- 获得少量政府力量 (
government_power_mild_bonus)。 - 添加政策:
eng_order_of_the_garter_nobility_policy(嘉德骑士团贵族政策)。
- 获得少量政府力量 (
- 选项 B:
- 获得少量威望 (
prestige_mild_bonus)。 - 添加政策:
eng_order_of_the_garter_foreign_policy(嘉德骑士团外交政策)。
- 获得少量威望 (
- 选项 C:
- 获得少量宗教影响力 (
religious_influence_mild_bonus)。 - 添加政策:
eng_order_of_the_garter_clergy_policy(嘉德骑士团教士政策)。
- 获得少量宗教影响力 (
- 选项 D:
- 若存在主流文化,则获得少量文化影响力 (
cultural_influence_mild_bonus)。 - 添加政策:
eng_order_of_the_garter_arts_policy(嘉德骑士团艺术政策)。
- 若存在主流文化,则获得少量文化影响力 (
- 选项 E:
- 获得少量稳定度 (
stability_mild_bonus)。 - 添加政策:
eng_order_of_the_garter_peasants_policy(嘉德骑士团农民政策)。
- 获得少量稳定度 (
背景介绍: 该事件模拟了中世纪晚期英格兰君主制下,嘉德骑士团的创立。嘉德骑士团是英格兰最高级别的骑士勋位,由爱德华三世于1348年左右创立,旨在表彰杰出的军事服务和忠诚,并巩固王室与贵族之间的联系。事件反映了君主通过创立荣誉制度来强化统治、平衡国内各阶层利益的举措。
完整事件代码:
flavor_eng.51 = {
type = country_event
fire_only_once = yes
title = flavor_eng.51.title
desc = flavor_eng.51.desc
dynamic_historical_event = {
tag = ENG
tag = GBR
from = 1340.1.1
to = 1360.1.1
monthly_chance = 5
}
trigger = {
government_type = government_type:monarchy
}
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
unlock_law_effect = { type = eng_order_of_the_garter_law }
}
option = {
name = flavor_eng.51.a
historical_option = yes
add_government_power = government_power_mild_bonus
add_policy = policy:eng_order_of_the_garter_nobility_policy
}
option = {
name = flavor_eng.51.b
add_prestige = prestige_mild_bonus
add_policy = policy:eng_order_of_the_garter_foreign_policy
}
option = {
name = flavor_eng.51.c
add_religious_influence = religious_influence_mild_bonus
add_policy = policy:eng_order_of_the_garter_clergy_policy
}
option = {
name = flavor_eng.51.d
culture ?= { add_cultural_influence = cultural_influence_mild_bonus }
add_policy = policy:eng_order_of_the_garter_arts_policy
}
option = {
name = flavor_eng.51.e
add_stability = stability_mild_bonus
add_policy = policy:eng_order_of_the_garter_peasants_policy
}
}