1163 Tard-Venus
时间范围 1367.1.1 - 1385.1.1,每月 25% 概率触发
触发条件
- 国家拥有统治者。
- 处于“百年战争”情境中。
- 与英格兰(ENG)处于停战状态。
- 国家稳定度低于 33。
- 香槟地区(champagne_area)中,至少有 1 个地块的驻军数量大于 10,且其所有者是本国。
关键效果
-
选项 A:派遣一支征召兵分队前往香槟镇压 Tard-Venus(历史选项)
- 花费:减少 6 金币。
- 为香槟地区发展度最高的前三个本国地块添加持续 10 年的修正
fra_venus_tard_brigands_pacified。 - 为上述三个地块增加少量发展度(
development_weak_bonus)。
-
选项 B:这是香槟领主们该管的事
- 为香槟地区发展度最高的前三个本国地块添加持续 10 年的修正
fra_venus_tard_brigands。 - 为上述三个地块减少少量繁荣度(
prosperity_very_weak_penalty)。
- 为香槟地区发展度最高的前三个本国地块添加持续 10 年的修正
背景介绍 “Tard-Venus”(意为“迟来的雇佣兵”)指的是百年战争(1337-1453年)期间,在和平间歇期或战争结束后,因失业而沦为土匪、在法国乡村(尤其是香槟地区)劫掠的雇佣兵团伙。这些纪律涣散的士兵给当地社会和经济造成了严重破坏,成为法国王室和地方政府面临的棘手问题。本事件模拟了法国王室在百年战争停战期间,面对国内不稳定和匪患时可能做出的抉择。
完整事件代码
flavor_fra.1163 = { # Tard-Venus
type = country_event
title = flavor_fra.1163.title
desc = flavor_fra.1163.desc
fire_only_once = yes
dynamic_historical_event = {
tag = FRA
from = 1367.1.1
to = 1385.1.1
monthly_chance = 25
}
trigger = {
has_ruler = yes
is_situation_active = situation:hundred_years_war
has_truce_with = c:ENG
stability < 33
area:champagne_area = {
any_location_in_area = {
owner ?= ROOT
count > 10
}
}
}
immediate = {
event_illustration_poptype_effect = { foreground = pop_type:soldiers background = pop_type:soldiers }
ruler ?= {
save_scope_as = fra_ruler
}
area:champagne_area = {
ordered_location_in_area = {
limit = {
owner ?= root
}
order_by = development
position = 0
save_scope_as = target_location_0
}
ordered_location_in_area = {
limit = {
owner ?= root
}
order_by = development
position = 1
save_scope_as = target_location_1
}
ordered_location_in_area = {
limit = {
owner ?= root
}
order_by = development
position = 2
save_scope_as = target_location_2
}
}
}
illustration_tags = {
10 = regular
10 = exterior
}
option = { # Send a Levy detechment to Champagne to quell the Tard-Venus
name = flavor_fra.1163.a
historical_option = yes
change_gold_effect = { scale = -6 }
scope:target_location_0 = {
add_location_modifier = {
modifier = fra_venus_tard_brigands_pacified
years = 10
mode = add
}
change_development = development_weak_bonus
}
scope:target_location_1 = {
add_location_modifier = {
modifier = fra_venus_tard_brigands_pacified
years = 10
mode = add
}
change_development = development_weak_bonus
}
scope:target_location_2 = {
add_location_modifier = {
modifier = fra_venus_tard_brigands_pacified
years = 10
mode = add
}
change_development = development_weak_bonus
}
}
option = { # This is for the Lords of Champagne to manage
name = flavor_fra.1163.b
scope:target_location_0 = {
add_location_modifier = {
modifier = fra_venus_tard_brigands
years = 10
mode = add
}
change_prosperity = prosperity_very_weak_penalty
}
scope:target_location_1 = {
add_location_modifier = {
modifier = fra_venus_tard_brigands
years = 10
mode = add
}
change_prosperity = prosperity_very_weak_penalty
}
scope:target_location_2 = {
add_location_modifier = {
modifier = fra_venus_tard_brigands
years = 10
mode = add
}
change_prosperity = prosperity_very_weak_penalty
}
}
}