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.10] 卡巴迪亚的律法与伊斯兰教

时间范围:1337.1.1 - 1400.12.30(每月 1% 概率)

触发条件

  • 国家宗教属于穆斯林宗教组。
  • 国家未处于任何活跃的灾难中。
  • 国家尚未接纳“律法主义”制度。
  • 国家未处于战争状态。

关键效果

  • 选项 A (flavor_kbo.10.a)
    • 若首都尚未接纳“律法主义”制度,则使其获得该制度的最高进度奖励。
    • 社会价值观向“创新”方向移动。
    • 国家稳定度小幅下降。
  • 选项 B (flavor_kbo.10.b)
    • 国家稳定度小幅提升。

背景介绍: 在14世纪,卡巴迪亚作为一个穆斯林国家,面临着如何调和传统伊斯兰教法与新兴的、更系统化的“律法主义”治理理念的挑战。这一事件反映了国家在维持社会稳定与推动制度创新之间的抉择。

完整事件代码

flavor_kbo.10 = { #Legalism and Islam in [ROOT.GetCountry.GetName]
	type = country_event
	title = flavor_kbo.10.title
	desc = flavor_kbo.10.desc


	fire_only_once = yes
	dynamic_historical_event = {
		tag = KBO
		from = 1337.1.1
		to = 1400.12.30
		monthly_chance = 1
	}	

	trigger = {
		religion.group = religion_group:muslim
		has_any_active_disaster = no
		NOT = { has_embraced_institution = institution:legalism }
		at_war = no
	}

	illustration_tags = {
        10 = regular
        10 = interior
    }

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

	option = {
		name = flavor_kbo.10.a 

		capital = {
			if = {
				limit = {
					NOT = { has_institution = institution:legalism }
				}
				change_institution_progress = { 
					type = institution:legalism
					value = institution_progress_ultimate_bonus
				}
			}
		}

		change_societal_value = {
			type = traditionalist_vs_innovative
			value = societal_value_move_to_right
		}

		add_stability = stability_mild_penalty
	}

	option = {
		name = flavor_kbo.10.b

		add_stability = stability_mild_bonus
	}
}