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.13 亚美尼亚基督徒的赞助

时间范围

1400.1.1 - 1700.1.1,每月有 20% 的概率触发。

触发条件

  • 国家拥有部落阶层 (country_has_estate = estate_type:tribes_estate)。
  • 国家宗教属于穆斯林宗教组 (religion.group = religion_group:muslim)。
  • 国家至少有一个亚美尼亚文化的人口 (any_pop = { culture = culture:armenian_culture })。
  • 在高加索地区 (region:caucasus_region) 内,至少有 15 个省份的所有者为本国,且这些省份的主导文化为亚美尼亚文化 (dominant_culture = culture:armenian_culture)。

关键效果

选项 A (历史选项)

  • 名称: flavor_ira.13.a
  • 核心结果:
    1. 从高加索地区本国拥有的亚美尼亚文化省份中,按人口排序,选取最多5个省份。从这些省份中,随机选取亚美尼亚文化的人口,将其中的 1/40 迁移至首都 (scope:target_location)。
    2. 首都获得一次性的发展度大幅提升 (change_development = development_severe_bonus)。
    3. 国家获得一个名为 ira_sponsorship_of_christian_armenians_modifier 的修正,持续时间为 modifier_duration_years_long 年,模式为叠加并延长 (mode = add_and_extend)。
    4. 奇兹尔巴什阶层满意度大幅下降 (qizilbash_estate_satisfaction = { value = estate_satisfaction_severe_penalty })。

选项 B

  • 名称: flavor_ira.13.b
  • 核心结果:
    1. 国家稳定度小幅提升 (add_stability = stability_mild_bonus)。
    2. 国家获得一个名为 ira_elitist_caste_modifier 的修正,持续时间为 modifier_duration_years_long 年,模式为叠加并延长 (mode = add_and_extend)。
    3. 奇兹尔巴什阶层满意度大幅提升 (qizilbash_estate_satisfaction = { value = estate_satisfaction_severe_bonus })。

背景介绍

在1400年至1700年间,统治高加索地区的穆斯林国家(如伊朗)面临着如何处理境内大量亚美尼亚基督徒人口的问题。亚美尼亚人在高加索地区拥有深厚的历史根基和重要的经济地位。作为统治阶层,国家需要在安抚国内占主导地位的穆斯林军事精英(如奇兹尔巴什)与利用亚美尼亚人的商业、手工业技能以促进国家发展之间做出抉择。这一事件反映了历史上穆斯林政权对非穆斯林“齐米”(受保护民)群体的政策摇摆,是宗教宽容、实用主义与内部政治平衡相互博弈的体现。

完整事件代码

flavor_ira.13 = {
	type = country_event
	title = flavor_ira.13.title
	desc = flavor_ira.13.desc
	historical_info = flavor_ira.13.historical_info
	fire_only_once = yes
	trigger = {
		country_has_estate = estate_type:tribes_estate
		religion.group = religion_group:muslim
		any_pop = {
			culture = culture:armenian_culture
		}
		region:caucasus_region = {
			any_location_in_region = {
				owner = root
				dominant_culture = culture:armenian_culture
				count >= 15
			}
		}
	}
	dynamic_historical_event = {
		tag = IRA
		from = 1400.1.1
		to = 1700.1.1
		monthly_chance = 20
	}
	illustration_tags = {
        10 = angry
        10 = exterior
    }
	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
		save_scope_as = target_country
		ruler_or_regent ?= { save_scope_as = target_character }
		culture:armenian_culture = { save_scope_as = target_culture }
		capital = {
			save_scope_as = target_location
		}
		region:caucasus_region = {
			every_location_in_region = {
				limit = {
					owner = root
					dominant_culture = culture:armenian_culture
				}
				add_to_list = armenian_locations
			}
		}
	}
	option = {
		name = flavor_ira.13.a
		historical_option = yes
		custom_tooltip = {
			text = flavor_ira.13.a.tt
			ordered_in_list = {
				list = armenian_locations
				order_by = population
				max = 5
				random_pop = {
					limit = { culture = culture:armenian_culture }
					transfer_pop = {
						target = scope:target_location
						operator = divide
						value = 40
					}
				}
			}
		}
		scope:target_location = {
			change_development = development_severe_bonus
		}
		add_country_modifier = {
			modifier = ira_sponsorship_of_christian_armenians_modifier
			years = modifier_duration_years_long
			mode = add_and_extend
		}
		qizilbash_estate_satisfaction = { value = estate_satisfaction_severe_penalty }
	}

	option = {
		name = flavor_ira.13.b
		add_stability = stability_mild_bonus
		add_country_modifier = {
			modifier = ira_elitist_caste_modifier
			years = modifier_duration_years_long
			mode = add_and_extend
		}
		qizilbash_estate_satisfaction = { value = estate_satisfaction_severe_bonus }
	}
}