faldonboy10

Untitled

Aug 25th, 2022 (edited)
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {
  2. "Store": [
  3. "testing1",
  4. 1.0,
  5. 2.0,
  6. true,
  7. [
  8. {
  9. "species": "abomasnow",
  10. "level": 100,
  11. "moves": [
  12. "blizzard",
  13. "giga drain",
  14. "earthquake",
  15. "ice shard"
  16. ],
  17. "gender": "Male",
  18. "nature": "hasty",
  19. "ability": "snow warning",
  20. "item": "life orb",
  21. "ivs": "max",
  22. "evs": {
  23. "attack": 4,
  24. "speed": 252,
  25. "special_attack": 252
  26. }
  27. }
  28. ]
  29. ],
  30. "Command": "tester",
  31. "SendMessage": "[testing1] [boss_damage]"
  32. }
  33.  
Advertisement
Add Comment
Please, Sign In to add comment