flavor_iro.20 重铸伟大和平法
时间范围
- 起始日期:1337.1.1
- 结束日期:1836.1.1
- 触发概率:每月 100% 概率(满足条件时立即触发)
触发条件
- 国家拥有统治者(
has_ruler = yes) - 国家未处于战争状态(
at_war = no)
关键效果
- 选项:
We shall lead the The [Haudenosaunee] confederation from now on!- 增加巨额威望(
add_prestige = prestige_extreme_bonus) - 增加巨额稳定度(
add_stability = stability_bonus) - 添加政府改革:
iro_reforged_law_of_peace(add_reform = government_reform:iro_reforged_law_of_peace)
- 增加巨额威望(
背景介绍
该事件模拟了易洛魁联盟(Haudenosaunee)在和平时期,由统治者推动重铸或强化其传统治理体系——“伟大和平法”的历史进程。伟大和平法是易洛魁人政治与法律体系的核心,它确立了联盟内部各部落间的权力平衡、决策机制与和平共处原则。此事件标志着一位统治者决心巩固联盟的团结,通过重申或改革这一古老法典来加强中央权威、提升国家稳定与声望,从而在非战争状态下为联盟的长远治理奠定制度基础。
完整事件代码
flavor_iro.20 = { # Reforging of the Great Law of Peace
type = country_event
title = flavor_iro.20.title
desc = flavor_iro.20.desc
fire_only_once = yes
dynamic_historical_event = {
tag = IRO
from = 1337.1.1
to = 1836.1.1
monthly_chance = 100 # Should trigger the moment conditions are met
}
trigger = {
has_ruler = yes
at_war = no
}
immediate = {
event_illustration_estate_effect = { foreground = estate_type:nobles_estate background = estate_type:nobles_estate }
ruler ?= {
save_scope_as = our_ruler
}
unlock_government_reform_effect = { type = iro_reforged_law_of_peace }
}
illustration_tags = {
10 = happy
10 = interior
}
option = { # We shall lead the The [Haudenosaunee] confederation from now on!
name = flavor_iro.20.a
add_prestige = prestige_extreme_bonus
add_stability = stability_extreme_bonus
add_reform = government_reform:iro_reforged_law_of_peace
}
after = {
remove_variable = enabled_iroquois_unique_interactions
}
}