Holy PvE 6.2.2

Still a work in progress. Just got silver proving grounds in 681.

Talents: 3, 1, 2, 2, 2, 1, 2
Glyphs: Hand of Sacrifice, Flash of Light

Sequences['HolyShock'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/target mouseover
]],
	'/cast !Beacon of Insight',
	'/castsequence Holy Shock, Holy Shock, Holy Shock, !Eternal Flame',
	'/castsequence Holy Light, Holy Light, Holy Light',
        '/cast [@targettarget] Holy Prism',

PostMacro = [[
/use [combat]13
/use [combat]14
]],
}