Advertisement
ThatGuyGilby

Untitled

Jun 28th, 2022
1,435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.38 KB | None | 0 0
  1. {
  2.   "charmander": {
  3.     "baseStats": {
  4.       "health": 39,
  5.       "attack": 52,
  6.       "defence": 43,
  7.       "specialAttack": 60,
  8.       "specialDefence": 50,
  9.       "speed": 65
  10.     }
  11.   },
  12.   "bulbasaur": {
  13.     "baseStats": {
  14.       "health": 45,
  15.       "attack": 49,
  16.       "defence": 49,
  17.       "specialAttack": 65,
  18.       "specialDefence": 65,
  19.       "speed": 45
  20.     }
  21.   }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement