faldonboy10

Untitled

Feb 13th, 2023 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. {
  2. "Key": "give_starters",
  3. "If": [],
  4. "Chance": 0.25,
  5. "GivePokemon": [
  6. [
  7. {
  8. "species": "snivy",
  9. "level": 5,
  10. "ability": "contrary",
  11. "ivs": {
  12. "min_percentage": 0.70
  13. }
  14. }
  15. ]
  16. ],
  17. "GivePokemon": [
  18. [
  19. {
  20. "species": "snivy",
  21. "level": 5,
  22. "ability": "overgrow",
  23. "ivs": {
  24. "min_percentage": 0.70
  25. }
  26. }
  27. ]
  28. ],
  29. "If": [],
  30. "Chance": 0.25,
  31. "GivePokemon": [
  32. [
  33. {
  34. "species": "tepig",
  35. "level": 5,
  36. "ability": "thick fat",
  37. "ivs": {
  38. "min_percentage": 0.70
  39. }
  40. }
  41. ]
  42. ],
  43. "GivePokemon": [
  44. [
  45. {
  46. "species": "tepig",
  47. "level": 5,
  48. "ability": "blaze",
  49. "ivs": {
  50. "min_percentage": 0.70
  51. }
  52. }
  53. ]
  54. ],
  55. "If": [],
  56. "Chance": 0.25,
  57. "GivePokemon": [
  58. [
  59. {
  60. "species": "oshawott",
  61. "level": 5,
  62. "ability": "shell armor",
  63. "ivs": {
  64. "min_percentage": 0.70
  65. }
  66. }
  67. ]
  68. ],
  69. "GivePokemon": [
  70. [
  71. {
  72. "species": "oshawott",
  73. "level": 5,
  74. "ability": "torrent",
  75. "ivs":{
  76. "min_percentage": 0.70
  77. }
  78. }
  79. ]
  80. ]
  81. }
Add Comment
Please, Sign In to add comment