Advertisement
DaWoblefet

Survival Calc USUM data

Dec 27th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 KB | None | 0 0
  1. Pokemon lycanrocDusk = new Pokemon("Lycanroc Dusk");
  2. lycanrocDusk.addType(Type.ROCK);
  3. lycanrocDusk.addAbility("Tough Claws");
  4. lycanrocDusk.setBaseHP(75);
  5. lycanrocDusk.setBaseAtk(117);
  6. lycanrocDusk.setBaseDef(65);
  7. lycanrocDusk.setBaseSAtk(55);
  8. lycanrocDusk.setBaseSDef(65);
  9. lycanrocDusk.setBaseSpd(110);
  10. lycanrocDusk.setWeight(25.0);
  11. pokeDex.put("Lycanroc-Dusk", lycanrocDusk);
  12.  
  13. Pokemon poipole = new Pokemon("Poipole");
  14. poipole.addType(Type.POISON);
  15. poipole.addAbility("Beast Boost");
  16. poipole.setBaseHP(67);
  17. poipole.setBaseAtk(73);
  18. poipole.setBaseDef(67);
  19. poipole.setBaseSAtk(73);
  20. poipole.setBaseSDef(67);
  21. poipole.setBaseSpd(73);
  22. poipole.setWeight(1.8);
  23. pokeDex.put("Poipole", poipole);
  24.  
  25. Pokemon naganadel = new Pokemon("Naganadel");
  26. naganadel.addType(Type.POISON);
  27. naganadel.addType(Type.DRAGON);
  28. naganadel.addAbility("Beast Boost");
  29. naganadel.setBaseHP(73);
  30. naganadel.setBaseAtk(73);
  31. naganadel.setBaseDef(73);
  32. naganadel.setBaseSAtk(127);
  33. naganadel.setBaseSDef(73);
  34. naganadel.setBaseSpd(121);
  35. naganadel.setWeight(150.0);
  36. pokeDex.put("Naganadel", naganadel);
  37.  
  38. Pokemon stakataka = new Pokemon("Stakataka");
  39. stakataka.addType(Type.ROCK);
  40. stakataka.addType(Type.STEEL);
  41. stakataka.addAbility("Beast Boost");
  42. stakataka.setBaseHP(61);
  43. stakataka.setBaseAtk(131);
  44. stakataka.setBaseDef(211);
  45. stakataka.setBaseSAtk(53);
  46. stakataka.setBaseSDef(101);
  47. stakataka.setBaseSpd(13);
  48. stakataka.setWeight(820.0);
  49. pokeDex.put("Stakataka", stakataka);
  50.  
  51. Pokemon blacephalon = new Pokemon("Blacephalon");
  52. blacephalon.addType(Type.FIRE);
  53. blacephalon.addType(Type.GHOST);
  54. blacephalon.addAbility("Beast Boost");
  55. blacephalon.setBaseHP(53);
  56. blacephalon.setBaseAtk(127);
  57. blacephalon.setBaseDef(53);
  58. blacephalon.setBaseSAtk(151);
  59. blacephalon.setBaseSDef(79);
  60. blacephalon.setBaseSpd(107);
  61. blacephalon.setWeight(13.0);
  62. pokeDex.put("Blacephalon", blacephalon);
  63.  
  64. Pokemon zeraora = new Pokemon("Zeraora");
  65. zeraora.addType(Type.ELECTRIC);
  66. zeraora.addAbility("Volt Absorb");
  67. zeraora.setBaseHP(88);
  68. zeraora.setBaseAtk(112);
  69. zeraora.setBaseDef(75);
  70. zeraora.setBaseSAtk(102);
  71. zeraora.setBaseSDef(80);
  72. zeraora.setBaseSpd(143);
  73. zeraora.setWeight(44.5);
  74. pokeDex.put("Zeraora", zeraora);
  75.  
  76. Pokemon ultraNecrozma = new Pokemon("Necrozma Ultra");
  77. ultraNecrozma.addType(Type.PSYCHIC);
  78. ultraNecrozma.addType(Type.DRAGON);
  79. ultraNecrozma.addAbility("Neuroforce");
  80. ultraNecrozma.setBaseHP(97);
  81. ultraNecrozma.setBaseAtk(167);
  82. ultraNecrozma.setBaseDef(97);
  83. ultraNecrozma.setBaseSAtk(167);
  84. ultraNecrozma.setBaseSDef(97);
  85. ultraNecrozma.setBaseSpd(129);
  86. ultraNecrozma.setWeight(230.0);
  87. pokeDex.put("Necrozma-Ultra", ultraNecrozma);
  88.  
  89. Pokemon duskManeNecrozma = new Pokemon("Necrozma Dusk Mane");
  90. duskManeNecrozma.addType(Type.PSYCHIC);
  91. duskManeNecrozma.addType(Type.STEEL);
  92. duskManeNecrozma.addAbility("Prism Armor");
  93. duskManeNecrozma.setBaseHP(97);
  94. duskManeNecrozma.setBaseAtk(157);
  95. duskManeNecrozma.setBaseDef(127);
  96. duskManeNecrozma.setBaseSAtk(113);
  97. duskManeNecrozma.setBaseSDef(109);
  98. duskManeNecrozma.setBaseSpd(77);
  99. duskManeNecrozma.setWeight(460.0);
  100. pokeDex.put("Necrozma-Dusk-Mane", duskManeNecrozma);
  101.  
  102. Pokemon dawnWingsNecrozma = new Pokemon("Necrozma Dawn Wings");
  103. dawnWingsNecrozma.addType(Type.PSYCHIC);
  104. dawnWingsNecrozma.addType(Type.GHOST);
  105. dawnWingsNecrozma.addAbility("Prism Armor");
  106. dawnWingsNecrozma.setBaseHP(97);
  107. dawnWingsNecrozma.setBaseAtk(113);
  108. dawnWingsNecrozma.setBaseDef(109);
  109. dawnWingsNecrozma.setBaseSAtk(157);
  110. dawnWingsNecrozma.setBaseSDef(127);
  111. dawnWingsNecrozma.setBaseSpd(77);
  112. dawnWingsNecrozma.setWeight(350.0);
  113. pokeDex.put("Necrozma-Dawn-Wings", dawnWingsNecrozma);
  114.  
  115. /*New Moves
  116.  
  117. 10,000,000 Volt Thunderbolt - 195 BP, special, Electric-type
  118. Mind Blown - 150 BP, special, Fire-type, spread, 200 BP Z-move
  119. Plasma Fists - 100 BP, physical, Electric-type, 180 BP Z-move
  120. Photon Geyser - 100 BP, Psychic-type. Ignores abilities like Moongeist Beam. Physical / special is determined based on
  121. if user's physical or special attack is higher, including modifiers to the actual stat (e.g. SD counts, burn doesn't).
  122. Defaults to special if stats are tied. 180 BP Z-move
  123. Light That Burns the Sky - 200 BP, Psychic-type. Ignores abilities like Moongeist Beam. Same physical / special determination.
  124. Searing Sunraze Smash - 200 BP, physical, Steel-type, ignores abilities like Moongeist Beam
  125. Menacing Moonraze Maelstorm - 200 BP, special, Ghost-type, ignores abilities like Moongeist Beam
  126. Let's Snuggle Forever - 190 BP, physical, Fairy-type
  127. Splintered Stormshards - 190 BP, physical, Rock-type
  128. Clangorous Soulblaze - 185 BP, special, Dragon-type, spread (note: it is a spread Z-move)
  129.  
  130. New Abilities
  131.  
  132. Neuroforce - applies the Expert Belt boost (if super effective, use Expert Belt modifier)
  133.  
  134. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement