Why not create runes that enable something like support warrior for example, similar to Shout barbarian in Diablo or the new Evoker spec in retail. You would gain new shouts which buff your party or something. There are things that can be done for warrior to feel different surely, I think...
local Hekili = _G[ addon ] local class = Hekili.Class local state = Hekili.State local strformat = string.format local FindPlayerAuraByID = ns.FindPlayerAuraByID local IsActiveSpell = ns.IsActiveSpell local spec = Hekili:NewSpecialization( 72 ) local base_rage_gen, fury_rage_mult...
( 72 ) local base_rage_gen, fury_rage_mult = 1.75, 1.00 local offhand_mod = 0.50 spec:RegisterResource( Enum.PowerType.Rage, { mainhand_fury = { swing = "mainhand", last = function () local swing = state.swings.mainhand local t = state.query_time return swing + floor( ...