Advertisement
Guest User

Untitled

a guest
Nov 25th, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {
  2. name: "Poison Heal Paradise",
  3. section: "Other Formats",
  4.  
  5. ruleset: ['Pokemon', 'Standard', 'Team Preview', 'Swagger Clause', 'Baton Pass Clause'],
  6. banlist: ['Uber', 'Soul Dew'],
  7. onDamage: function (damage, target, source, effect) {
  8. if (effect.id === 'psn' || effect.id === 'tox') {
  9. this.heal(target.maxhp / 8);
  10. return false;
  11. }
  12. }
  13. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement