Advertisement
kevingilbert

Stalwart

Nov 12th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. "stalwart": {
  2. shortDesc: "This Pokemon cannot be forced to switch out by another Pokemon's attack or item.",
  3. onDragOutPriority: 1,
  4. onDragOut: function (pokemon) {
  5. this.add('-activate', pokemon, 'ability: Stalwart');
  6. return null;
  7. },
  8. id: "stalwart",
  9. name: "Stalwart",
  10. rating: 1.5,
  11. num: 7727,
  12. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement