[flavor_hun_ser.1001] 贝尔格莱德之邀 - 匈牙利
时间范围
无明确 from 和 to 日期,事件触发概率未指定(monthly_chance 未定义)。
触发条件
事件代码中未直接提供 trigger 字段,触发条件需参考游戏内其他机制或事件链。
关键效果
- 选项 A (
flavor_hun_ser.1001.a):- 触发
flavor_hun_ser.1002事件(静默触发)。 - 向目标国家每年转移 3 金币。
- 触发
- 选项 B (
flavor_hun_ser.1001.b):- 触发
flavor_hun_ser.1003事件(非静默触发)。
- 触发
背景介绍
该事件涉及匈牙利与塞尔维亚地区围绕贝尔格莱德的互动,可能反映了15-16世纪匈牙利王国试图通过经济或外交手段影响或控制贝尔格莱德地区的尝试。选项A代表通过财政支持换取影响力,选项B则可能导致更直接的冲突或外交事件。
完整事件代码
flavor_hun_ser.1001 = { #An Offer For Belgrade - Hungary
type = country_event
title = flavor_hun_ser.1001.title
desc = flavor_hun_ser.1001.desc
illustration_tags = {
10 = regular
10 = interior
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
}
option = {
name = flavor_hun_ser.1001.a
custom_tooltip = {
text = flavor_hun_ser.1001.a.tt
scope:from_country = { trigger_event_silently = { id = flavor_hun_ser.1002 } }
}
show_as_tooltip = {
scope:from_country = {
transfer_yearly_gold = { target = scope:target_country value = 3 }
}
}
}
option = {
name = flavor_hun_ser.1001.b
scope:from_country = { trigger_event_non_silently = { id = flavor_hun_ser.1003 } }
}
}