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_ira.8 纳杰夫的发展

时间范围

1400.1.1 - 1800.1.1,每月有 5% 的概率触发。

触发条件

  • 国家宗教为 什叶派 (Shia)
  • 拥有 库法 (Kufa) 地区。

关键效果

选项 A: flavor_ira.8.a

  • 国库减少 12 金币。
  • 库法 (Kufa) 地区永久添加名为 ira_najaf 的地区修正。

选项 B: flavor_ira.8.b

  • 将社会思潮 神秘主义 vs 法学 (Mysticism vs Jurisprudence) 的数值推向 法学 (Jurisprudence) 一侧的极限。
  • 库法 (Kufa) 地区添加名为 ira_najaf 的地区修正,持续 长年 (years_long)

背景介绍

库法是伊斯兰教什叶派的重要历史与学术中心。该事件模拟了什叶派国家在库法地区进行宗教或学术建设的决策,可能涉及对纳杰夫(什叶派圣城之一,位于库法附近)的资助与发展。选项A代表投入大量资金进行永久性建设,选项B则侧重于推动法学研究,但建设成果可能不如前者持久。

完整事件代码

flavor_ira.8 = {
	type = country_event
	title = flavor_ira.8.title
	desc = flavor_ira.8.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = IRA
		from = 1400.1.1
		to = 1800.1.1
		monthly_chance = 5
	}
	illustration_tags = {
		10 = regular
		10 = exterior
	}
	trigger = {
		religion = religion:shia
		owns = location:kufa
	}
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:clergy_estate background = estate_type:clergy_estate }
		save_scope_as = target_country
		location:kufa = { save_scope_as = target_location }
	}
	option = {
		name = flavor_ira.8.a
		change_gold_effect = { scale = -12 }
		scope:target_location = {
			add_location_modifier = { modifier = ira_najaf years = modifier_duration_permanent mode = add_and_extend }
		}
	}
	option = {
		name = flavor_ira.8.b
		change_societal_value = { type = mysticism_vs_jurisprudence value = societal_value_ultimate_move_to_right }
		scope:target_location = {
			add_location_modifier = { modifier = ira_najaf years = modifier_duration_years_long mode = add_and_extend }
		}
	}
}