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.330 匈牙利与波兰的王朝会晤

时间范围

  • 起始日期:1337.1.1
  • 结束日期:1370.1.1
  • 触发概率:每月 75% 概率

触发条件

  • 国家 POL(波兰)必须存在。
  • 匈牙利必须存在一位统治者。
  • 匈牙利的统治者必须是角色 hun_karoly_robert(查理·罗伯特)。
  • 波兰的统治者必须是角色 pol_casimir_iii_piast(卡齐米日三世·皮雅斯特)。

关键效果

  • 选项 A (flavor_hun.330.a):
    • 历史选项:是
    • 核心效果:
      1. 触发一个自定义提示文本 (flavor_hun.330.a.at)。
      2. 在 5 天后,以静默方式触发波兰的事件 flavor_hun.331
      3. 显示另一个自定义提示文本 (flavor_hun.330.a.bt)。
  • 选项 B (flavor_hun.330.b):
    • 核心效果:为匈牙利增加少量威望 (prestige_weak_bonus)。

背景介绍

此事件模拟了14世纪中叶匈牙利与波兰两国君主之间的一次重要外交互动。当时,匈牙利的统治者是安茹王朝的查理·罗伯特,而波兰则由皮雅斯特王朝的卡齐米日三世统治。这一时期,两国在中欧政治格局中均扮演着重要角色,此次会晤可能涉及领土、继承权或联盟等关键议题,对区域历史走向产生了潜在影响。

完整事件代码

flavor_hun.330 = {
	type = country_event
	title = flavor_hun.330.title
	desc = flavor_hun.330.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = HUN
		from = 1337.1.1
		to = 1370.1.1
		monthly_chance = 75
	}
	trigger = {
		country_exists = c:POL
		exists = ruler
		ruler ?= character:hun_karoly_robert
		c:POL = { ruler = character:pol_casimir_iii_piast }
	}
	illustration_tags = {
        10 = regular
        10 = interior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:POL = { ruler = { save_scope_as = casimir_scope } }
		ruler = { save_scope_as = karoly_ruler }
	}
	option = {
		name = flavor_hun.330.a
		historical_option = yes
		custom_tooltip = {
			text = flavor_hun.330.a.at
			c:POL = { trigger_event_silently = { id = flavor_hun.331 days = 5 } }
		}
		custom_tooltip = flavor_hun.330.a.bt
	}
	option = {
		name = flavor_hun.330.b
		add_prestige = prestige_weak_bonus
	}
}