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