Advertisement
RandomGuy32

testkloz.json

Sep 25th, 2020
1,487
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.17 KB | None | 0 0
  1. {
  2.   "types": [
  3.     "normal"
  4.   ],
  5.   "abilities": [
  6.     "debug"
  7.   ],
  8.   "extra_abilities": [
  9.     "solid_rock"
  10.   ],
  11.   "egg_cycles": 20,
  12.   "egg_groups": [
  13.     "mineral"
  14.   ],
  15.   "height": 0.2,
  16.   "weight": 5.5,
  17.   "colour": "red",
  18.   "silhouette": "head",
  19.   "catch_rate": 70,
  20.   "classification": "ordinary",
  21.   "evo_step": "base",
  22.   "xp_group": "medium_fast",
  23.   "base_stats": {
  24.     "hp": 75,
  25.     "attack": 65,
  26.     "defense": 70,
  27.     "special_attack": 75,
  28.     "special_defense": 60,
  29.     "speed": 40
  30.   },
  31.   "xp": 142,
  32.   "evs": {
  33.     "hp": 0,
  34.     "attack": 1,
  35.     "defense": 1,
  36.     "special_attack": 0,
  37.     "special_defense": 0,
  38.     "speed": 0
  39.   },
  40.   "carried_loot": [
  41.     {
  42.       "item": "test_rock",
  43.       "weight": 1
  44.     },
  45.     {
  46.       "item": "none",
  47.       "weight": 19
  48.     }
  49.   ],
  50.   "moves_by_level_up": [
  51.     {
  52.       "level": 1,
  53.       "moves": [
  54.         "test_attack"
  55.       ]
  56.     },
  57.     {
  58.       "level": 8,
  59.       "moves": [
  60.         "test_attack2"
  61.       ]
  62.     }
  63.   ],
  64.   "evolutions": [
  65.     {
  66.       "species": "problok",
  67.       "conditions": [
  68.         {
  69.           "condition": "level_up",
  70.           "level": 20
  71.         }
  72.       ]
  73.     }
  74.   ]
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement