Advertisement
SamiPiplup

Untitled

Nov 19th, 2016
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.87 KB | None | 0 0
  1. "monsters": {
  2.     "0001owlp": {
  3.         "genders": [0, 100],
  4.         "growth": "slowfast",
  5.         "forms": [{
  6.                 "name": "Owlpaw Classic Forme",
  7.                 "type1": "erratic",
  8.                 "power": 1,
  9.                 "icon": "0001bulb_ico.png"
  10.                 "conditions": {
  11.                 "item": "Beauty Revamper"
  12.                 },
  13.                 {
  14.                     "name": "Owlpaw Modern Forme",
  15.                     "type1": "fairy",
  16.                     "power": 2,
  17.                     "icon": "Owlpaw M 3.png"
  18.                 }
  19.                 ],
  20.                 "evolutions": [
  21.  
  22.                 ]
  23.             },
  24.             "0002ivys": {
  25.                 "genders": [87.5, 12.5],
  26.                 "growth": "mediumslow",
  27.                 "forms": [{
  28.                         "name": "Ivysaur",
  29.                         "type1": "grass",
  30.                         "type2": "poison",
  31.                         "power": 1,
  32.                         "icon": "0002ivys_ico.png"
  33.                     }
  34.                 ],
  35.                 "evolutions": [{
  36.                         "id": "0003venu",
  37.                         "conditions": {
  38.                             "level": 32
  39.                         }
  40.                     }
  41.                 ]
  42.             },
  43.             "0003venu": {
  44.                 "genders": [87.5, 12.5],
  45.                 "growth": "mediumslow",
  46.                 "forms": [{
  47.                         "name": "Venusaur",
  48.                         "type1": "grass",
  49.                         "type2": "poison",
  50.                         "power": 2,
  51.                         "icon": "0003venu_ico.png"
  52.                     }, {
  53.                         "conditions": {
  54.                             "item": "Venusaurite"
  55.                         },
  56.                         "name": "Mega Venusaur",
  57.                         "type1": "grass",
  58.                         "type2": "poison",
  59.                         "power": 3,
  60.                         "icon": "0003venu_mega_ico.png"
  61.                     }
  62.                 ],
  63.                 "evolutions": []
  64.             },
  65.             ...
  66.         },
  67.         "families": [{
  68.                 "name": "Owlpaw Family",
  69.                 "icon": "0001bulb_ico.png",
  70.                 "types": ["grass", "poison"],
  71.                 "eggCycles": 20,
  72.                 "members": [{
  73.                         "id": "0001owlp",
  74.                         "minlvl": 1,
  75.                         "maxlvl": 20
  76.                     },
  77.                 ],
  78.                 "items": [{
  79.                         "id": "Beauty Revamper",
  80.                         "prob": 0.5
  81.                     }, {
  82.                         "id": "Shine Stone",
  83.                         "prob": 1
  84.                     }
  85.                 ]
  86.             },
  87.             ...
  88.         ],
  89.         "rarefamilies": [{
  90.                 "name": "null",
  91.                 "icon": "0144arti_ico.png",
  92.                 "minlvl": 50,
  93.                 "members": [{
  94.                         "id": "0144arti",
  95.                         "minlvl": 50,
  96.                         "maxlvl": 100
  97.                     }
  98.                 ]
  99.             },
  100.             ...
  101.         ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement