clarity.lua 97 B

12345
  1. local Clarity = extend(Buff)
  2. Clarity.ccimmunity = .5
  3. Clarity.tags = {'ccimmune'}
  4. return Clarity