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_mei.200 慷慨的礼物

时间范围:1337.1.1 - 1360.1.1(每月 10% 概率)

触发条件

  • 神圣罗马帝国(HRE)的皇帝是 UBV 的统治者,且该统治者是人物 ubv_ludwig_iv_wittelsbach
  • 迈森(MEI)国家存在,且其统治者是人物 mei_friedrich_ii_meissen

关键效果

  • 选项 A (历史选项)
    • 花费相当于 10 倍月收入的金钱。
    • 获得大量威望。
    • 迈森(MEI)对 UBV 增加“良好关系”观点。
    • 10 天后,迈森(MEI)将静默触发事件 flavor_mei.201
  • 选项 B
    • 迈森(MEI)对 UBV 增加“落后君主”观点。

背景介绍: 神圣罗马帝国皇帝、上巴伐利亚公爵路德维希四世(维特尔斯巴赫家族)在位期间,其女婿、迈森藩侯腓特烈二世正统治着迈森。作为岳父和帝国皇帝,路德维希四世面临着是否要给予女婿慷慨馈赠以巩固家族联盟和帝国政治关系的抉择。这一事件反映了中世纪晚期神圣罗马帝国内部,皇室家族通过联姻和馈赠来维系权力网络与忠诚度的常见政治实践。

完整事件代码

flavor_mei.200 = { #A Generous Gift
	type = country_event
	title = flavor_mei.200.title
	desc = flavor_mei.200.desc
	historical_info = flavor_mei.200.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = UBV
		from = 1337.1.1
		to = 1360.1.1
		monthly_chance = 10
	}

	trigger = {
		#The Emperor of the HRE is the ruler of UBV
		international_organization:hre.leader_country ?= {
			ruler = root.ruler
			ruler = character:ubv_ludwig_iv_wittelsbach
		}
		#The ruler of Meissen is the son-in-law of the Emperor of the HRE
		country_exists = c:MEI
		c:MEI.ruler ?= {
			this = character:mei_friedrich_ii_meissen
		}
	}

	illustration_tags = {
        10 = regular
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:MEI = {
			save_scope_as = target_country
		}
		c:MEI.ruler = {
			save_scope_as = son_in_law
		}
	}

	option = {
		name = flavor_mei.200.a
		historical_option = yes
		change_gold_effect = { scale = -10.00 }
		add_prestige = prestige_extreme_bonus
		c:MEI = {
			add_opinion = { target = root modifier = opinion_good_relations }
			trigger_event_silently = { id = flavor_mei.201  days = 10 }
		}
	}

	option = {
		name = flavor_mei.200.b
		c:MEI = {
			add_opinion = { target = root modifier = opinion_backward_monarch }
		}
	}
}