Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. {
  2. "id": "xy7-1",
  3. "name": "Oddish",
  4. "imageUrl": "https://s3.amazonaws.com/pokemontcg/xy7/1.png",
  5. "subtype": "Basic",
  6. "supertype": "Pokémon",
  7. "hp": "50",
  8. "retreatCost": [
  9. "Colorless"
  10. ],
  11. "number": "1",
  12. "artist": "MAHOU",
  13. "rarity": "Common",
  14. "series": "XY",
  15. "set": "Ancient Origins",
  16. "setCode": "xy7",
  17. "types": [
  18. "Grass"
  19. ],
  20. "attacks": [
  21. {
  22. "cost": [
  23. "Grass"
  24. ],
  25. "name": "Trip Over",
  26. "text": "Flip a coin. If heads, this attack does 10 more damage.",
  27. "damage": "10+",
  28. "convertedEnergyCost": 1
  29. }
  30. ],
  31. "weaknesses": [
  32. {
  33. "type": "Fire",
  34. "value": "×2"
  35. }
  36. ]
  37. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement