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_rus.63] 自由宣言

时间范围:1750.1.1 - 1800.1.1(每月 5% 概率)

触发条件

  • 国家为 RUS(俄罗斯)。
  • 满足以下任一政府形式:
    • 拥有政策 absolute_rule_policy(绝对统治政策)。
    • 拥有政府改革 government_reform:autocracy(专制政体)。
  • 满足以下任一国家状态:
    • government_power(政府力量) < 50。
    • stability(稳定度) < 50。
  • has_regent = no(没有摄政王)。

关键效果

  • 选项 A (历史选项)

    • 为当前统治者设置变量 rus_manifesto_of_freedom = 1
    • 授予阶层特权 estate_privilege:manifesto_of_freedom(自由宣言)。
    • 增加 stability_mild_bonus(少量稳定度)。
    • 增加 government_power_mild_bonus(少量政府力量)。
    • 显示自定义提示 flavor_rus.63.tt1
    • AI选择权重:1。
  • 选项 B

    • 触发条件:拥有政策 absolute_rule_policy,且统治者外交能力 dip > 75 或拥有特质 charismatic_negotiator(魅力谈判家)。
    • 增加政策 policy:equal_power_relation_policy(平等权力关系政策)。
    • 改变社会价值观 aristocracy_vs_plutocracy(贵族制 vs 财阀制),向左侧移动 societal_value_move_to_left
    • AI选择权重:0.5。
  • 选项 C

    • 统治者属性减少:行政 adm、外交 dip、军事 mil 各 -10。
    • 阶层 estate_type:nobles_estate(贵族阶层)满意度减少 estate_satisfaction_severe_penalty(严重惩罚)。
    • 显示自定义提示 flavor_rus.63.tt2
    • AI选择权重:0.5。

背景介绍: 在18世纪中后期,俄罗斯帝国处于专制统治之下,社会矛盾逐渐显现。当政府力量或国家稳定度不足时,统治阶层面临是否进行改革以缓和矛盾、巩固权力的抉择。此事件模拟了沙俄统治者在特定历史时期可能颁布“自由宣言”或采取其他政治手段来应对内部压力的情景。

完整事件代码

flavor_rus.63 = {
	hide_portraits = yes
	type = country_event
	title = flavor_rus.63.title
	desc = flavor_rus.63.desc

	fire_only_once = yes
	dynamic_historical_event = {
		tag = RUS
		from = 1750.1.1
		to = 1800.1.1
		monthly_chance = 5
	}

	trigger = {

		OR = {
			has_policy = absolute_rule_policy
			has_reform = government_reform:autocracy
		}

		OR = {
			government_power < 50
			stability < 50
		}

		has_regent = no
	}

	illustration_tags = {
		10 = happy
		10 = exterior
	}

	immediate = {

		event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }

		ruler = {
			save_scope_as = target_character
		}

		capital = {
			save_scope_as = target_location
		}

		root = { save_scope_as = target_root_country }
	}

	option = {
		name = flavor_rus.63.a
		historical_option = yes

		ruler = {
			set_variable = {
				name = rus_manifesto_of_freedom
				value = 1
			}
		}

		grant_estate_privilege = estate_privilege:manifesto_of_freedom

		add_stability = stability_mild_bonus
		add_government_power = government_power_mild_bonus

		custom_tooltip = flavor_rus.63.tt1

		ai_chance = {
			factor = 1
		}
	}

	option = {
		name = flavor_rus.63.b
		trigger = {
			has_policy = absolute_rule_policy
			ruler = {
				OR = {
					dip > 75
					has_trait = charismatic_negotiator
				}
			}
		}

		add_policy = policy:equal_power_relation_policy

		change_societal_value = {
			type = aristocracy_vs_plutocracy
			value = societal_value_move_to_left
		}

		ai_chance = {
			factor = 0.5
		}

	}

	option = {
		name = flavor_rus.63.c

		ruler = {
			add_adm = -10
			add_dip = -10
			add_mil = -10
		}

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

		custom_tooltip = flavor_rus.63.tt2

		ai_chance = {
			factor = 0.5
		}
	}

	historical_info = flavor_rus.63.historical_info

}