Module br.player.talent
Talent handling functions for BadRotations.
These calls help in retrieving information about talent based checks. talent is the table located at br.player.talent, call this in profile to use.
Usage:
-- Check if a talent is active
if br.player.talent.talentName then
-- Do something
end
-- Get the rank of a talent
local rank = br.player.talent.rank.talentName
if rank > 1 then
-- Do something
end