Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. {
  2. "pixelmonName": "Caterpie",
  3. "pokemon": "Caterpie",
  4. "stats": {
  5. "HP": 45,
  6. "Attack": 30,
  7. "Defence": 35,
  8. "Speed": 45,
  9. "SpecialAttack": 20,
  10. "SpecialDefence": 20
  11. },
  12. "catchRate": 255,
  13. "malePercent": 50,
  14. "spawnLevel": 2,
  15. "spawnLevelRange": 5,
  16. "baseExp": 39,
  17. "baseFriendship": 70,
  18. "types": [
  19. "Bug"
  20. ],
  21. "height": 0.3,
  22. "width": 0.1,
  23. "length": 0.8,
  24. "isRideable": true,
  25. "canFly": false,
  26. "canSurf": false,
  27. "preEvolutions": [],
  28. "experienceGroup": "MediumFast",
  29. "aggression": {
  30. "timid": 80,
  31. "passive": 0,
  32. "aggressive": 20
  33. },
  34. "spawnLocations": [
  35. "Land"
  36. ],
  37. "evYields": {
  38. "HP": 1
  39. },
  40. "weight": 2.9,
  41. "evolutions": [
  42. {
  43. "level": 7,
  44. "to": {
  45. "name": "Metapod"
  46. },
  47. "conditions": [],
  48. "moves": [
  49. "Harden"
  50. ],
  51. "evoType": "leveling"
  52. }
  53. ],
  54. "abilities": [
  55. "ShieldDust",
  56. null,
  57. "RunAway"
  58. ],
  59. "eggGroups": [
  60. "Bug"
  61. ],
  62. "eggCycles": 11,
  63. "levelUpMoves": {
  64. "0": [
  65. "Tackle",
  66. "String Shot"
  67. ],
  68. "9": [
  69. "Bug Bite"
  70. ]
  71. },
  72. "tmMoves": [
  73. "Snore"
  74. ],
  75. "tutorMoves": [
  76. "Bug Bite",
  77. "Electroweb",
  78. "String Shot",
  79. "Tackle"
  80. ],
  81. "forms": {},
  82. "form": -1
  83. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement