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.14 土库曼人的融合

时间范围:1400.1.1 - 1700.1.1(每月 10% 概率) 触发条件:国家人口中土库曼文化占比大于0。 关键效果

  • 选项 A:增加1点年度人力。若存在部落阶层,则给予部落阶层少量满意度加成。
  • 选项 B:若存在部落阶层,则给予部落阶层少量满意度惩罚。增加少量文化传统。增加少量威望。

背景介绍: 在14至17世纪,土库曼部族在中东地区扮演着重要角色。他们不仅是重要的军事力量来源,其独特的游牧文化也与定居社会不断碰撞与融合。对于统治该地区的国家而言,如何对待这些土库曼人——是将其作为可靠的兵源加以整合,还是更注重维护其部落传统与文化——成为一个需要权衡的政治议题。

完整事件代码

flavor_ira.14 = {
	type = country_event
	title = flavor_ira.14.title
	desc = flavor_ira.14.desc

	dynamic_historical_event = {
		tag = IRA
		from = 1400.1.1
		to = 1700.1.1
		monthly_chance = 10
	}

	fire_only_once = yes

	trigger = {
		culture_percentage_in_country = {
			culture = culture:turkmen_culture
			value > 0
		}
	}
	
	illustration_tags = {
        10 = armed
        10 = exterior
    }

	immediate = {
		event_illustration_estate_effect = { foreground = estate_type:peasants_estate background = estate_type:peasants_estate }
	}
	
	option = {
		name = flavor_ira.14.a
		add_yearly_manpower = 1
		if = {
			limit = { country_has_estate = estate_type:tribes_estate}
			add_estate_satisfaction = { type = estate_type:tribes_estate value = estate_satisfaction_weak_bonus }
		}
	}

	option = {
		name = flavor_ira.14.b
		if = {
			limit = { country_has_estate = estate_type:tribes_estate}
			add_estate_satisfaction = { type = estate_type:tribes_estate value = estate_satisfaction_weak_penalty }
		}
		culture = { add_cultural_tradition = cultural_tradition_weak_bonus }
		add_prestige = prestige_weak_bonus
	}
}