conduction.lua 106 B

12345
  1. local Conduction = extend(Buff)
  2. Conduction.potency = 1.1
  3. Conduction.tags = {'potency'}
  4. return Conduction