fear.lua 106 B

123456
  1. local fear = lib.object.create():include(lib.buff)
  2. fear.tags = { 'fear' }
  3. fear.duration = 2
  4. return fear