flavor_hun_ser.1002 积极回应
时间范围
无明确 from 和 to 日期限制,事件为即时触发。
触发条件
事件代码中未包含 trigger 字段,通常此类事件由其他事件或脚本调用触发。
关键效果
- 选项 A (flavor_hun_ser.1002.a):
- 向目标国家(
scope:target_country)转移每年 3 金币。 - 在目标地点(
scope:target_location)执行:- 变更该地点的所有者为本国(
scope:from_country)。 - 移除目标国家(
scope:target_country)对该地点的核心。 - 为本国(
scope:from_country)添加该地点的核心。
- 变更该地点的所有者为本国(
- 向目标国家(
背景介绍
此事件模拟了匈牙利(HUN)与塞尔维亚(SER)互动中的一个积极外交或军事回应。当匈牙利对塞尔维亚的某个地区提出领土要求或进行干预时,塞尔维亚可能选择接受或妥协。通过支付年贡并割让领土核心,塞尔维亚试图缓和局势,避免直接冲突,而匈牙利则借此巩固对该地区的控制。
完整事件代码
flavor_hun_ser.1002 = { #Positive Response
type = country_event
title = flavor_hun_ser.1002.title
desc = flavor_hun_ser.1002.desc
illustration_tags = {
10 = happy
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
option = {
name = flavor_hun_ser.1002.a
transfer_yearly_gold = { target = scope:target_country value = 3 }
scope:target_location = {
change_location_owner = scope:from_country
remove_core = scope:target_country
add_core = scope:from_country
}
}
}