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.1000 贝尔格莱德之邀 - 塞尔维亚

时间范围
1350.1.1 - 1450.1.1,每月 1% 概率触发

触发条件

  • 匈牙利(HUN)国家存在
  • 与匈牙利为同盟关系
  • 贝尔格莱德(belgrad)地区:
    • 所有者为匈牙利
    • 是匈牙利的核心领土

关键效果

  • 选项 A(flavor_hun_ser.1000.a)
    • 对匈牙利静默触发事件 flavor_hun_ser.1001
    • 塞尔维亚向匈牙利每年转移 3 金币(持续效果)
  • 选项 B(flavor_hun_ser.1000.b)
    • 无额外效果

背景介绍
在14至15世纪,匈牙利王国与塞尔维亚公国之间围绕战略要地贝尔格莱德展开了一系列外交与领土互动。本事件模拟了匈牙利控制贝尔格莱德期间,可能向盟友塞尔维亚提出某种涉及该地区的提议或交易,反映了中世纪巴尔干地区复杂的同盟关系与领土博弈。

完整事件代码

flavor_hun_ser.1000 = { #An Offer For Belgrade - Serbia
    type = country_event
	title = flavor_hun_ser.1000.title
	desc = flavor_hun_ser.1000.desc
	
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = SER
		from = 1350.1.1
		to = 1450.1.1
		monthly_chance = 1
	}
	
	trigger = {
		country_exists = c:HUN
		is_allied_with = { target = c:HUN }
		location:belgrad = {
			owner = c:HUN
			is_core_of = c:HUN
		}
	}
	
	illustration_tags = {
        10 = regular
        10 = interior
    }

    immediate = {
        event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
        save_scope_as = from_country
        c:HUN = { save_scope_as = target_country }
        location:belgrad = { save_scope_as = target_location }
    }
	
    option = {
        name = flavor_hun_ser.1000.a
        custom_tooltip = {
            text = flavor_hun_ser.1000.a.tt
            scope:target_country = { trigger_event_silently = { id = flavor_hun_ser.1001 } }
        }
        show_as_tooltip = {
            scope:from_country = {
				transfer_yearly_gold = { target = scope:target_country value = 3 }
			}
        }
    }
	
    option = {
        name = flavor_hun_ser.1000.b
    }
}