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_zan.5 桑给巴尔的文化冲突

时间范围:1340.1.1 - 1400.1.1(每月 1% 概率触发)

触发条件

  • 国家处于和平状态(at_war = no

关键效果

  • 选项 A (flavor_zan.5.a):

    • 文化:为当前文化添加 cultural_tradition_extreme_penalty(文化传统极端惩罚)和 cultural_influence_extreme_penalty(文化影响力极端惩罚)。
    • 社会价值观:将 spiritualist_vs_humanist(灵性主义 vs 人文主义)社会价值观向右侧(人文主义方向)进行 societal_value_huge_move_to_right(巨大移动)。
  • 选项 B (flavor_zan.5.b):

    • 首都人口:在首都,所有不属于主流文化且为国家所有的 pop(人口)将获得 pop_satisfaction_ultimate_penalty(人口满意度终极惩罚)。
    • 文化:为当前文化添加 cultural_tradition_mild_bonus(文化传统轻度加成)和 cultural_influence_mild_bonus(文化影响力轻度加成)。
    • 国家稳定:国家稳定度受到 stability_mild_penalty(轻度惩罚)。

背景介绍: 在14世纪,桑给巴尔苏丹国面临着内部治理与文化认同的深刻挑战。作为印度洋贸易网络的重要节点,国家内部存在着主流文化与外来移民、商人群体之间的张力。统治阶层需要在维护传统权威与适应多元文化现实之间做出艰难抉择,这一决策将深刻影响国家的社会凝聚力、文化发展方向以及长期稳定。

完整事件代码

flavor_zan.5 = {
	hide_portraits = yes
	type = country_event
	title = flavor_zan.5.title
	desc = flavor_zan.5.desc
	fire_only_once = yes
	dynamic_historical_event = {
		tag = ZAN
		from = 1340.1.1
		to = 1400.1.1
		monthly_chance = 1
	}
	trigger = {
		at_war = no
	}

	illustration_tags = {
        10 = angry
        10 = interior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:nobles_estate }
		capital = { save_scope_as = target_location }
		ruler_or_regent = { save_scope_as = target_character }
	}

	option = {
		name = flavor_zan.5.a
		
		culture = { 
			add_cultural_tradition = cultural_tradition_extreme_penalty
			add_cultural_influence = cultural_influence_extreme_penalty
		}
		change_societal_value = { type = spiritualist_vs_humanist value = societal_value_huge_move_to_right }
	}
	option = {
		name = flavor_zan.5.b
		
		scope:target_location = {
			every_pop = {
				limit = {
					owner = root
					culture != root.culture
				}
				add_pop_satisfaction = pop_satisfaction_ultimate_penalty
			}
		}
		culture = { 
			add_cultural_tradition = cultural_tradition_mild_bonus
			add_cultural_influence = cultural_influence_mild_bonus
		}
		add_stability = stability_mild_penalty
	}
}