Advertisement
tustin2121

Ghost Onix stats

Feb 13th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.52 KB | None | 0 0
  1. {
  2.             "species": {
  3.                 "base_stats": {
  4.                     "attack": 45,
  5.                     "defense": 160,
  6.                     "hp": 35,
  7.                     "special_attack": 30,
  8.                     "special_defense": 30,
  9.                     "speed": 70
  10.                 },
  11.                 "catch_rate": 45,
  12.                 "gender_ratio": 127,
  13.                 "growth_rate": "Medium Fast",
  14.                 "id": 34,
  15.                 "name": "Onix",
  16.                 "national_dex": 95,
  17.                 "type1": "Rock",
  18.                 "type2": "Ground",
  19.                 "held_items": [],
  20.                 "tm_moves": []
  21.             },
  22.             "health": [
  23.                 28,
  24.                 28
  25.             ],
  26.             "level": 10,
  27.             "status": null,
  28.             "sleep_turns": 0,
  29.             "moves": [
  30.                 {
  31.                     "accuracy": 242,
  32.                     "base_power": 35,
  33.                     "id": 33,
  34.                     "pp": 35,
  35.                     "pp_up": 0,
  36.                     "max_pp": 35,
  37.                     "name": "Tackle",
  38.                     "type": "Normal"
  39.                 },
  40.                 {
  41.                     "accuracy": 216,
  42.                     "base_power": 0,
  43.                     "id": 103,
  44.                     "pp": 40,
  45.                     "pp_up": 0,
  46.                     "max_pp": 40,
  47.                     "name": "Screech",
  48.                     "type": "Normal"
  49.                 }
  50.             ],
  51.             "original_trainer": {
  52.                 "id": 2156,
  53.                 "name": "KAY"
  54.             },
  55.             "experience": {
  56.                 "current": 1000
  57.             },
  58.             "evs": {
  59.                 "hp": 0,
  60.                 "attack": 0,
  61.                 "defense": 0,
  62.                 "speed": 0,
  63.                 "special_attack": 0,
  64.                 "special_defense": 0
  65.             },
  66.             "ivs": {
  67.                 "attack": 9,
  68.                 "defense": 8,
  69.                 "speed": 8,
  70.                 "special_attack": 8,
  71.                 "special_defense": 8,
  72.                 "hp": 8
  73.             },
  74.             "personality_value": -1735915411,
  75.             "aiss_id": 24365,
  76.             "gender": "",
  77.             "stats": {
  78.                 "hp": 28,
  79.                 "attack": 15,
  80.                 "defense": 38,
  81.                 "speed": 20,
  82.                 "special_attack": 12,
  83.                 "special_defense": 12
  84.             },
  85.             "name": "           "
  86.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement