Код:
-- ---------------------------------------------------------------------------------------
-- HOW TO FILL THE DATA TABLE
-- Key is the spell ID whose tooltip will be modified
-- First value is the position of numeric param(s) within the English spell description
-- Second value is the PVP multiplier
-- Third value is an optional spec filter, if modifier only applies for a spec
-- Fourth value is an optional spell ID, whose name will appear next to the PVP modifier
-- ---------------------------------------------------------------------------------------
PVPTooltips_Data = {
-- position, multiplier, specfilter, details
-- @Druid
[200851] = { 3, 0.10, nil, nil }, -- Rage of the Sleeper
[210722] = { {3, 4}, 0.50, nil, nil }, -- Ashamane's Frenzy
[33763] = { 3, 1.50, nil, nil }, -- Lifebloom
[22842] = { 1, 0.50, nil, nil }, -- Frenzied Regeneration
[740] = { 2, 2.00, nil, nil }, -- Tranquility
[1822] = { {1, 2}, 0.80, nil, nil }, -- Rake
[6807] = { 1, 4.00, nil, nil }, -- Maul
[214508] = { 1, 0.75, nil, nil }, -- Echoing Stars
[191034] = { 1, 0.75, nil, nil }, -- Starfall
[48484] = { 1, 0.60, nil, 157582 }, -- Infected Wounds (snare)