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_liv.1 利沃尼亚邦联的建立

时间范围:1450.1.1 - 1550.1.1(每月 10% 概率)

触发条件

  • 国家不是附属国。
  • 满足以下条件之一:
    • 社会价值观“中央集权 vs 地方分权” ≥ 50。
    • 拥有至少 3 个附属国。

关键效果

  • 选项 A (flavor_liv.1.a) - 历史选项

    • 采用政府改革“利沃尼亚邦联”。
    • 获得大量政府力量。
  • 选项 B (flavor_liv.1.b)

    • 所有附属国的独立倾向大幅增加。
    • 贵族阶层满意度大幅下降。
    • 社会价值观“中央集权 vs 地方分权”向左(地方分权方向)大幅移动。

背景介绍: 在15至16世纪,利沃尼亚地区(今爱沙尼亚和拉脱维亚)的十字军国家面临着内部整合与外部威胁。此事件反映了当地贵族与教会势力之间关于权力分配的博弈。选择建立“利沃尼亚邦联”意味着接受一种由贵族和教会代表组成的松散联邦结构,以维持地区的稳定与自治,对抗来自邻国的压力。拒绝这一改革则可能加剧内部离心力,削弱中央权威。

完整事件代码

flavor_liv.1 = {
	type = country_event
	title = flavor_liv.1.title
	desc = flavor_liv.1.desc
	historical_info = flavor_liv.1.historical_info

	illustration_tags = {
		10 = angry
		10 = exterior
	}

	fire_only_once = yes
	dynamic_historical_event = {
		tag = LIV
		from = 1450.1.1
		to = 1550.1.1
		monthly_chance = 10
	}

	trigger = {
		is_subject = no
		OR = {
			societal_value:centralization_vs_decentralization >= 50
			num_subjects >= 3
		}
	}

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:clergy_estate }
		government_reform:livonian_confederation = {
			save_scope_as = target_government_reform
		}

		unlock_government_reform_effect = {
			type = livonian_confederation
		}
	}

	option = {
		name = flavor_liv.1.a

		historical_option = yes

		ai_chance = {
			factor = 1
		}

		add_reform = scope:target_government_reform

		add_government_power = government_power_extreme_bonus
	}

	option = {
		name = flavor_liv.1.b

		ai_chance = {
			factor = 0
		}

		every_subject = {
			add_liberty_desire = liberty_desire_severe_plus
		}

		add_estate_satisfaction = {
			type = estate_type:nobles_estate
			value = estate_satisfaction_extreme_penalty
		}

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}
	}
}