Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. lottpotion.register_potion("speed", "Swiftness", "lottpotion:speed", 100, {
  2. effect = "phys_override",
  3. types = {
  4. {
  5. type = 1,
  6. time = 10,
  7. set = {},
  8. effects = {
  9. speed = 1,
  10. },
  11. },
  12. {
  13. type = 2,
  14. time = 100,
  15. set = {},
  16. effects = {
  17. speed = 1,
  18. },
  19. },
  20. }
  21. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement