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_ara.200 马略卡问题

时间范围:1341年1月1日 - 1460年1月1日(每月 5% 概率触发)

触发条件

  • 国家 MLL(马略卡)是事件触发国(ARA,阿拉贡)的附属国。

关键效果

  • 选项 A (历史选项)
    • 获得少量威望加成(prestige_weak_bonus)。
    • 贵族阶层(nobles_estate)和市民阶层(burghers_estate)获得少量满意度加成(estate_satisfaction_weak_bonus)。
    • 20天后,国家 MLL 将静默触发事件 flavor_ara.201
  • 选项 B
    • 获得少量威望惩罚(prestige_weak_penalty)。
    • 贵族阶层(nobles_estate)和市民阶层(burghers_estate)获得少量满意度惩罚(estate_satisfaction_weak_penalty)。

背景介绍: 该事件模拟了中世纪晚期阿拉贡王国与其附属的马略卡王国之间可能出现的紧张关系或继承问题。马略卡王国在13世纪被阿拉贡征服后,其地位和统治权一直是阿拉贡王室内部及与地方贵族博弈的焦点。事件反映了阿拉贡君主在处理这个重要岛屿领地事务时,需要在王室权威与地方贵族、市民利益之间寻求平衡。

完整事件代码

flavor_ara.200 = { #The Majorcan Issue
	type = country_event
	title = flavor_ara.200.title
	desc = flavor_ara.200.desc
	fire_only_once = yes
	
	dynamic_historical_event = {
		tag = ARA
		from = 1341.1.1
		to = 1460.1.1
		monthly_chance = 5
	}

	trigger = {
		c:MLL ?= { is_subject_of = root }
	}

	illustration_tags = {
		10 = angry
		10 = interior
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		c:MLL.ruler = {
			save_scope_as = majorca_ruler
		}
		c:MLL.capital = {
			save_scope_as = target_location
		}
	}


	option = {
		name = flavor_ara.200.a
		historical_option = yes
		add_prestige = prestige_weak_bonus
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_bonus }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_weak_bonus }
		c:MLL = {
			trigger_event_silently = { id = flavor_ara.201  days = 20 }
		}
	}
	option = {
		name = flavor_ara.200.b
		add_prestige = prestige_weak_penalty
		add_estate_satisfaction = { type = estate_type:nobles_estate value = estate_satisfaction_weak_penalty }
		add_estate_satisfaction = { type = estate_type:burghers_estate value = estate_satisfaction_weak_penalty }
	}
}