dtalley11

lazy

May 17th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     "lazy": {
  2.         desc: "Makes the pokemon fall asleep as soon they are sent to the battlefield, it's a hindering ability).",
  3.         shortDesc: "Apon entering the battlefield, the Pokemon Falls asleep ",
  4.         onStart: function (pokemon) {
  5.             // pokemon.setStatus('slp')
  6.             this.debug('lazy');
  7.             this.add('-status', pokemon, 'slp', '[from] move: Rest'); // The status is the same from the move rest
  8.         },
  9.         id: "lazy",
  10.         name: "Lazy",
  11.         rating: 4.5,
  12.         num: -11
  13.     },
Advertisement
Add Comment
Please, Sign In to add comment