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_plc.2000] 利沃尼亚继承危机

时间范围:1450.4.1 - 1821.1.1,每月 10% 概率触发

触发条件

  • 事件仅由AI控制的国家触发。
  • 触发国不是附庸国。
  • 条顿骑士团国(TEU)不存在或已成为附庸国。
  • 触发国的贵族阶层影响力至少为25%。
  • 波兰立陶宛联邦(PLC)或波兰(POL)必须存在。
  • 满足以下任一条件:
    • 丹麦(DAN)可以觊觎利沃尼亚的土地。
    • 瑞典(SWE)可以觊觎利沃尼亚的土地。
    • 存在一个邻国,该邻国既不是丹麦、瑞典,也不是波兰(或波兰立陶宛联邦),并且可以觊觎利沃尼亚的土地。

关键效果

  • 选项A(历史选项)
    • 社会价值观向“中央集权”方向大幅移动。
    • 波兰(或波兰立陶宛联邦)将在30至60天内触发后续事件 flavor_plc.2001
  • 选项B
    • 贵族阶层满意度获得极大提升。
    • 一个符合条件的“其他国家”(如丹麦、瑞典、俄罗斯或符合条件的邻国)将在30至60天内触发后续事件 flavor_plc.2001

背景介绍: 随着条顿骑士团在普鲁士的衰落,其北方的分支——利沃尼亚骑士团也面临着内部不稳和外部威胁。骑士团治下的利沃尼亚地区(今爱沙尼亚和拉脱维亚)成为了周边强权觊觎的目标。波兰-立陶宛联邦、丹麦、瑞典以及崛起的俄罗斯都试图在这一权力真空中扩大自身的影响力。利沃尼亚的贵族阶层(骑士团成员和本地领主)必须在强大的邻国之间做出选择,以寻求保护或维持自身的特权地位,这一抉择将深刻影响波罗的海东岸未来的政治格局。

完整事件代码

flavor_plc.2000 = {
	hide_portraits = yes
	type = country_event
	title = flavor_plc.2000.title
	desc = flavor_plc.2000.desc
	historical_info = flavor_plc.2000.historical_info

	fire_only_once = yes
	dynamic_historical_event = {
		tag = LIV
		from = 1450.4.1
		to = 1821.1.1
		monthly_chance = 10
	}

	trigger = {
		is_ai = yes
		is_subject = no
		OR = {
			NOT = { country_exists = c:TEU }
			c:TEU = { is_subject = yes }
		}
		"estate_power(estate_type:nobles_estate)" >= 0.25
		trigger_if = {
			limit = {
				country_exists = c:PLC
			}
			c:PLC = { save_temporary_scope_as = polish_country }
		}
		trigger_else_if = {
			limit = {
				country_exists = c:POL
			}
			c:POL = { save_temporary_scope_as = polish_country }
		}
		trigger_else = {
			always = no
		}
		OR = {
			c:DAN ?= {
				can_target_livonian_lands = yes
			}
			c:SWE ?= {
				can_target_livonian_lands = yes
			}
			any_neighbor_country = {
				NOR = {
					c:SWE ?= {
						this = prev
					}
					c:DAN ?= {
						this = prev
					}
					this = scope:polish_country
				}
				can_target_livonian_lands = yes
			}
		}
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
		if = {
			limit = {
				country_exists = c:PLC
			}
			c:PLC = { save_scope_as = polish_country }
		}
		else = {
			c:POL = { save_scope_as = polish_country }
		}
		random_list = {
			10 = {
				trigger = {
					country_exists = c:DAN
				}
				c:DAN = { save_scope_as = other_country }
			}
			10 = {
				trigger = {
					country_exists = c:SWE
				}
				c:SWE = { save_scope_as = other_country }
			}
			10 = {
				trigger = {
					any_neighbor_country = {
						NOR = {
							c:SWE ?= {
								this = prev
							}
							c:DAN ?= {
								this = prev
							}
							this = scope:polish_country
						}
						can_target_livonian_lands = yes
					}
				}
				random_neighbor_country = {
					limit = {
						NOR = {
							c:SWE ?= {
								this = prev
							}
							c:DAN ?= {
								this = prev
							}
							this = scope:polish_country
						}
						can_target_livonian_lands = yes
					}
					save_scope_as = other_country
				}
			}
		}
		if = {
			limit = {
				c:RUS ?= {
					can_target_livonian_lands = yes
				}
			}
			random = {
				chance = 75
				c:RUS = { save_scope_as = other_country }
			}
		}
		save_scope_as = livonian_scope
	}

	option = {
		name = flavor_plc.2000.a

		historical_option = yes

		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_large_move_to_left
		}

		scope:polish_country = {
			trigger_event_non_silently = {
				id = flavor_plc.2001
				days = { 30 60 }
			}
		}
	}
	option = {
		name = flavor_plc.2000.b

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

		scope:other_country = {
			trigger_event_non_silently = {
				id = flavor_plc.2001
				days = { 30 60 }
			}
		}
	}
}