dtalley11

Untitled

Feb 9th, 2014
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Example Pokedex entry
  2. rioraptor:{
  3.     num:-778,
  4.     species:"Rioraptor",
  5.     types:["Normal"],
  6.     genderRatio:{M:0.50,F:0.50},
  7.     baseStats:{hp:80,atk:115,def:70,spa:30,spd:70,spe:80},
  8.     abilities:{0:"Blaze",H:"Solar Power"},
  9.     heightm:4.5,
  10.     weightkg:68.03,
  11.     color:"",
  12.     eggGroups:["Monster","Dragon"],
  13.     otherFormes:["rioraptorfire","rioraptorwater","rioraptorground","rioraptorflying","rioraptorice","rioraptorpsy","rioraptorbug","rioraptorgrass","rioraptorelectric"...]
  14. },
  15.  
  16. rioraptorfire:{
  17.     num:6,
  18.     species:"Rioraptor-Fire",
  19.     baseSpecies:"Rioraptor",
  20.     forme:"Mega", // Not entirely sure on this
  21.     formeLetter:"M",
  22.     types:["Fire"],
  23.     baseStats:{hp:80,atk:115,def:70,spa:30,spd:70,spe:80},
  24.     abilities:{0:"Blaze",H:"Solar Power"},
  25.     heightm:4.5,
  26.     weightkg:68.03,
  27.     color:"",
  28.     eggGroups:["Monster","Dragon"]},
  29.  
  30. rioraptorwater:{
  31.     num:6,
  32.     species:"Rioraptor-Water",
  33.     baseSpecies:"Rioraptor",
  34.     forme:"Mega", // Not entirely sure on this
  35.     formeLetter:"M",
  36.     types:["Water"],
  37.     baseStats:{hp:80,atk:115,def:70,spa:30,spd:70,spe:80},
  38.     abilities:{0:"Blaze",H:"Solar Power"},
  39.     heightm:4.5,
  40.     weightkg:68.03,
  41.     color:"",
  42.     eggGroups:["Monster","Dragon"]},
Advertisement
Add Comment
Please, Sign In to add comment