Vengeance Tank Macro 7.2.5

This does everything for my Vengence spec as far as rotation. Cooldowns I use when needed.

Sequences['TankRotation'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="Atemi@Cho'gall",
  SpecID=581,
  Talents = "3221313",
  Help = [[Talents 3,2,2,1,3,1,3]],
  Default=1,
  Icon='ability_demonhunter_spectank',
  MacroVersions = {
    [1] = {
      Trinket1=false,
      Trinket2=false,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [mod:shift] Fiery Brand",
        "/cast [mod:ctrl] Metamorphosis",
      },
      PreMacro={
      },
        "/cast Felblade",
        "/cast Shear",
        "/cast Soul Carver",
        "/use Demon Spikes",
        "/castsequence Shear, Shear",
        "/use Immolation Aura",
        "/cast [@player] Sigil Of Flame",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}