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.203] 反提议

时间范围

  • 事件窗口期:未指定具体 fromto 日期,事件在满足触发条件后即可发生。
  • 触发概率:未指定 monthly_chance,事件为条件触发,非月度概率事件。

触发条件

事件代码中未直接包含 trigger 字段。此事件通常由游戏引擎在特定条件或前置事件后调用。

关键效果

事件提供一个选项:

  • 选项 A (flavor_ara.203.a):
    • 增加 legitimacy_weak_bonus 点正统性。
    • 改变社会价值观:centralization_vs_decentralization 向“左”(即向“去中心化”方向)移动 societal_value_large_move_to_left 幅度。
    • 对标签为 MLL 的国家增加 liberty_desire_mild_plus 点独立倾向。

背景介绍

此事件涉及阿拉贡王国与其治下的马略卡王国(标签 MLL)之间的关系。事件标题“反提议”暗示了双方在权力分配或统治方式上存在分歧。马略卡的统治者可能对阿拉贡的中央集权政策提出了反对意见或替代方案,迫使阿拉贡的君主做出选择。选项A的结果——增加马略卡的独立倾向并推动国家向去中心化发展——反映了接受或部分接受对方条件所带来的政治后果。

完整事件代码

flavor_ara.203 = { #A Counteroffer
	type = country_event
	title = flavor_ara.203.title
	desc = flavor_ara.203.desc
	
	illustration_tags = {
		10 = regular
		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
		}
		location:perpignan = {
			save_scope_as = target_location
		}
	}

	option = {
		name = flavor_ara.203.a
		add_legitimacy = legitimacy_weak_bonus
		change_societal_value = { type = centralization_vs_decentralization	value = societal_value_large_move_to_left	}
		c:MLL = {
			add_liberty_desire = liberty_desire_mild_plus
		}
	}
}