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_boh.33 购买[GetCountry(‘BRA’).GetLongNameWithNoTooltip]

时间范围:1350.1.1 - 1450.1.1(每月 5% 概率)

触发条件

  • 事件国(BOH)拥有继承人。
  • 国家 c:BRA 存在。
  • 事件国(BOH)的统治者或摄政继承人拥有王朝。
  • 神圣罗马帝国(HRE)国际组织中,其领导者国家为事件国(BOH),并且国家 c:BRA 在帝国内拥有选帝侯特殊地位。
  • 国家 c:BRA 的统治者或摄政继承人拥有王朝。

关键效果

  • 选项 A (历史选项)
    • 触发一个静默事件(flavor_boh.34),将在5至10天后影响国家 c:BRA
  • 选项 B
    • 为国家增加少量威望惩罚(prestige_weak_penalty)。

背景介绍: 此事件模拟了14至15世纪,波希米亚王国(BOH)作为神圣罗马帝国皇帝,试图通过购买或交易方式,从同为帝国选帝侯的勃兰登堡(BRA)获取某种权益或领土的历史可能性。这反映了中世纪晚期帝国内部诸侯间通过经济手段进行政治和领土整合的常见策略。

完整事件代码

flavor_boh.33 = { #The Purchase of the [GetCountry('BRA').GetLongNameWithNoTooltip]
	type = country_event
	title = flavor_boh.33.title
	desc = flavor_boh.33.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = BOH
		from = 1350.1.1
		to = 1450.1.1
		monthly_chance = 5
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

	trigger = {
		has_heir = yes
		country_exists = c:BRA
		ruler_or_heir_if_regent = { has_dynasty = yes }
		international_organization:hre ?= {
			leader_country ?= root
			country_has_special_status = {
				type = special_status:elector
				country = c:BRA
			}
		}
		c:BRA = {
			ruler_or_heir_if_regent = { has_dynasty = yes }
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		heir ?= { save_scope_as = target_character }
		ruler_or_heir_if_regent = { save_scope_as = target_ruler }
		c:BRA = {
			ruler_or_heir_if_regent = { save_scope_as = target_bra_ruler }
		}
	}

	option = {
		name = flavor_boh.33.a
		historical_option = yes
		custom_tooltip = {
			text = flavor_boh.33.tt
			c:BRA = {
				trigger_event_silently = { id = flavor_boh.34  days = { 5 10 } }
			}
		}
	}


	option = {
		name = flavor_boh.33.b
		add_prestige = prestige_weak_penalty
	}
	historical_info = flavor_boh.33.historical_info
}