Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

flavor_hun_ser.1003 负面回应

时间范围
事件无明确 fromto 日期限制,触发概率未指定(无 monthly_chance 字段)。

触发条件
事件代码中未直接包含 trigger 字段,具体触发条件需参考外部调用或前置事件。

关键效果
事件提供两个选项:

  • 选项 Aflavor_hun_ser.1003.a):无具体效果描述。
  • 选项 Bflavor_hun_ser.1003.b):
    • 与目标国家(scope:target_country断绝所有同盟关系
    • 对目标国家(scope:target_country添加宣战理由,类型为“征服省份”(casus_belli:cb_conquer_province),目标省份为贝尔格莱德(location:belgrad.province)。

背景介绍
该事件涉及匈牙利与塞尔维亚之间的外交互动,表现为对某一提议或请求的“负面回应”。选项B暗示关系恶化,可能导致同盟破裂,并为争夺贝尔格莱德地区提供战争借口,反映了历史上两国在该地区的领土争端与紧张关系。

完整事件代码

flavor_hun_ser.1003 = { #Negative Response
    type = country_event
	title = flavor_hun_ser.1003.title
	desc = flavor_hun_ser.1003.desc
	
	illustration_tags = {
        10 = angry
        10 = interior
    }

    immediate = {
        event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
    }

    option = {
        name = flavor_hun_ser.1003.a
    }
	
    option = {
        name = flavor_hun_ser.1003.b
		break_alliance = { target = scope:target_country }
		add_casus_belli = { target = scope:target_country type = casus_belli:cb_conquer_province province = location:belgrad.province }
    }
}