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_kbo.7 王冠之刺

时间范围:1337.1.1 - 1339.12.30,每月 25% 概率触发

触发条件

  • 事件仅对标签为 KBO 的国家触发一次。
  • 事件为动态历史事件,在指定时间范围内随机发生。

关键效果

  • 选项 A (历史选项)
    • 对所有拥有的省份,其人口满意度遭受“终极惩罚”级别的下降。
    • 政府点数遭受“终极惩罚”级别的减少。
  • 选项 B
    • 国家稳定度获得“轻微增益”级别的提升。
    • 对所有拥有的省份,其控制度遭受“严重惩罚”级别的下降。
    • 社会价值观“中央集权 vs 地方分权”向“右端”(即地方分权方向)发生“巨大移动”。

背景介绍: 该事件描述了KBO王国在14世纪中期面临的一场内部危机,其标题“王冠之刺”暗示了统治家族或中央权威所遭遇的尖锐挑战。事件的两个选项代表了君主在处理这场贵族或地方势力引发的动荡时,可能采取的两种截然不同的策略:一是采取强硬手段镇压,但这会激起普遍不满并消耗大量政府资源;二是做出妥协让步,以牺牲中央控制力和集权程度为代价,换取暂时的稳定。这反映了中世纪王国在巩固王权与平衡地方势力之间常见的两难困境。

完整事件代码

flavor_kbo.7 = { #Thorns of a Royal Crown
	type = country_event
	title = flavor_kbo.7.title
	desc = flavor_kbo.7.desc #Describes the situation in KBO 

	fire_only_once = yes
	dynamic_historical_event = {
		tag = KBO
		from = 1337.1.1
		to = 1339.12.30
		monthly_chance = 25
	}	
	
	illustration_tags = {
        10 = angry
        10 = interior
    }

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

	option = {
		name = flavor_kbo.7.a
		historical_option = yes

		custom_tooltip = kbo_pop_50_everywhere_tt
		hidden_effect = {
			every_owned_location = {
				every_pop = {
					limit = {
						owner = root
					}
					add_pop_satisfaction = pop_satisfaction_ultimate_penalty
				}
			}
		}

		add_government_power = government_power_ultimate_penalty

	}
	option = {
		name = flavor_kbo.7.b

		add_stability = stability_mild_bonus

		custom_tooltip = kbo_location_25_control_everywhere_tt
		hidden_effect = {
			every_owned_location = {
				change_control = control_severe_penalty
			}
		}
		
		change_societal_value = {
			type = centralization_vs_decentralization
			value = societal_value_huge_move_to_right
		}
	}
}