[flavor_cas.76] 科斯梅·达米安·丘鲁卡的英勇事迹
时间范围
- 生效期:1790.1.1 - 1804.12.31
- 触发概率:每月概率(具体概率未在代码中明确,需结合游戏机制)
触发条件
- 当前年份大于1790年且小于1805年。
- 玩家已损失海军单位(
scope:lost_navy_units > 0)。 - 事件发生地(
scope:actor)的所有者为 卡斯蒂利亚(CAS) 或 西班牙(SPA)。
关键效果
- 历史选项(
historical_option = yes):- 增加海军传统(
add_navy_tradition = navy_tradition_severe_bonus)。 - 为国家添加持续10年的修正 “鼓舞人心的英勇事迹”(
modifier = spa_inspiring_heroism)。
- 增加海军传统(
背景介绍
此事件纪念了西班牙海军英雄科斯梅·达米安·丘鲁卡(Cosme Damián Churruca)。他出生于1761年,是一位杰出的巴斯克裔海军军官,以其在拿破仑战争期间的英勇表现和战术才能闻名。事件模拟了在西班牙海军遭受损失后,丘鲁卡的英雄事迹对国家士气的鼓舞作用,反映了历史中个人英雄主义在民族叙事中的象征意义。
完整事件代码
flavor_cas.76 = { #The Heroism of Cosme Damián Churruca #GRAVEYARD
type = country_event
title = flavor_cas.76.title
desc = flavor_cas.76.desc
image = "gfx/interface/illustrations/situation/golden_age_of_piracy.dds"
fire_only_once = yes
historical_info = flavor_cas.76.historical_info
trigger = {
current_year > 1790
current_year < 1805
scope:lost_navy_units > 0
scope:actor = {
OR = {
owner = { tag = CAS }
owner = { tag = SPA }
}
}
}
immediate = {
location:san_sebastian = { create_dynasty_from_location = Churruca }
create_character = {
first_name = name_cosmas.name_damian
last_name = Churruca
birth_date = 1761.9.27
birth_location = location:san_sebastian
estate = estate_type:nobles_estate
adm = { 50 70 }
dip = { 50 70 }
mil = { 70 90 }
culture = culture:basque
save_scope_as = target_character
create_in_limbo = yes
}
kill_character = {
target = scope:target_character
reason = self_defence
}
scope:actor.unit_location = { save_scope_as = target_location }
}
option = {
name = flavor_cas.76.a
historical_option = yes
add_navy_tradition = navy_tradition_severe_bonus
add_country_modifier = { modifier = spa_inspiring_heroism years = 10 mode = add }
}
}