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_vij.1103 泰米尔叛军领袖死亡

时间范围
无具体日期范围(无 fromto 字段),事件由游戏逻辑触发,无固定月度概率(无 monthly_chance 字段)。

触发条件
事件代码中未明确列出 trigger 字段,表明此事件可能由特定的游戏状态或前置事件直接调用,而非通过常规条件判断触发。

关键效果

  • 唯一选项flavor_vij.1103.a
    • 效果:所有由玩家(事件接收国)拥有、且文化为泰米尔(Tamil)的人口(pop)获得少量满意度加成(pop_satisfaction_mild_bonus)。
    • 历史选项:未标注 historical_option = yes

背景介绍
此事件描述了维贾亚纳加尔帝国(或相关国家)境内一场由泰米尔人领导的叛乱危机得以平息的情景。叛军领袖在叛乱全面爆发前便已死亡或被流放,从而避免了大规模冲突。事件通过给予泰米尔人口满意度奖励,反映了中央政府化解潜在民族矛盾、稳定局势的努力。

完整事件代码

flavor_vij.1103 = { #Tamil Rebel Leader died before rebellion
	type = country_event
	title = flavor_vij.1103.title
	desc = flavor_vij.1103.desc

	illustration_tags = {
		10 = happy
		10 = interior
	}

	immediate = {
		event_illustration_government_estate_effect = yes
		set_variable = vij_exiled_or_killed_rebel_leader
		remove_variable = vij_tamil_rebellion
	}

	option = {
		name = flavor_vij.1103.a

		custom_tooltip = {
			text = VIJ_EVERY_TAMIL_POP_GAINS_10_SATISFACTION
			every_owned_location = {
				limit = {
					any_pop = {
						owner = root
						culture = culture:tamil
					}
				}
				every_pop = {
					limit = {
						owner = root
						culture = culture:tamil
					}
					add_pop_satisfaction = pop_satisfaction_mild_bonus
				}
			}
		}
	}
}