Advertisement
Guest User

Untitled

a guest
Jun 12th, 2019
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. @@ -12620,44 +12620,44 @@
  2. "power": 65,
  3. "vfxName": "surf",
  4. "uniqueId": "SURF",
  5. "energyDelta": -40
  6. },
  7. "templateId": "COMBAT_V0284_MOVE_SURF"
  8. },
  9. {
  10. "combatMove": {
  11. "type": "POKEMON_TYPE_DRAGON",
  12. "power": 150,
  13. "vfxName": "draco_meteor",
  14. "uniqueId": "DRACO_METEOR",
  15. "energyDelta": -75
  16. },
  17. "templateId": "COMBAT_V0285_MOVE_DRACO_METEOR"
  18. },
  19. {
  20. "combatMove": {
  21. "type": "POKEMON_TYPE_STEEL",
  22. - "power": 80,
  23. + "power": 75,
  24. "vfxName": "doom_desire",
  25. "uniqueId": "DOOM_DESIRE",
  26. - "energyDelta": -35
  27. + "energyDelta": -40
  28. },
  29. "templateId": "COMBAT_V0286_MOVE_DOOM_DESIRE"
  30. },
  31. {
  32. "combatMove": {
  33. "type": "POKEMON_TYPE_NORMAL",
  34. "vfxName": "yawn_fast",
  35. "uniqueId": "YAWN_FAST",
  36. "energyDelta": 12,
  37. "durationTurns": 3
  38. },
  39. "templateId": "COMBAT_V0287_MOVE_YAWN_FAST"
  40. },
  41. {
  42. "combatMove": {
  43. "type": "POKEMON_TYPE_PSYCHIC",
  44. "power": 70,
  45. "vfxName": "psycho_boost",
  46. "uniqueId": "PSYCHO_BOOST",
  47. "energyDelta": -40
  48. @@ -12846,40 +12846,51 @@
  49. "uniqueId": "BLAZE_KICK",
  50. "energyDelta": -40
  51. },
  52. "templateId": "COMBAT_V0317_MOVE_BLAZE_KICK"
  53. },
  54. {
  55. "combatMove": {
  56. "type": "POKEMON_TYPE_FIGHTING",
  57. "buffs": {
  58. "buffActivationChance": 1,
  59. "attackerAttackStatStageChange": 1
  60. },
  61. "power": 40,
  62. "vfxName": "power_up_punch",
  63. "uniqueId": "POWER_UP_PUNCH",
  64. "energyDelta": -35
  65. },
  66. "templateId": "COMBAT_V0319_MOVE_POWER_UP_PUNCH"
  67. },
  68. {
  69. + "combatMove": {
  70. + "type": "POKEMON_TYPE_FAIRY",
  71. + "power": 16,
  72. + "vfxName": "charm_fast",
  73. + "uniqueId": "CHARM_FAST",
  74. + "energyDelta": 6,
  75. + "durationTurns": 2
  76. + },
  77. + "templateId": "COMBAT_V0320_MOVE_CHARM_FAST"
  78. + },
  79. + {
  80. "templateId": "ENCOUNTER_SETTINGS",
  81. "encounterSettings": {
  82. "arPlusModeEnabled": true,
  83. "milestoneThreshold": 100,
  84. "niceThrowThreshold": 1,
  85. "spinBonusThreshold": 0.5,
  86. "greatThrowThreshold": 1.3,
  87. "arLowAwarenessThreshold": 0.30000001,
  88. "excellentThrowThreshold": 1.7,
  89. "arCloseProximityThreshold": 0.5
  90. }
  91. },
  92. {
  93. "templateId": "EX_RAID_SETTINGS",
  94. "exRaidSettings": {
  95. "minimumExRaidShareLevel": "FRIENDSHIP_LEVEL_3"
  96. }
  97. },
  98. {
  99. "templateId": "FORMS_V0001_POKEMON_BULBASAUR",
  100. @@ -100649,40 +100660,54 @@
  101. "sys ui-sync",
  102. "sys complete"
  103. ]
  104. }
  105. },
  106. {
  107. "templateId": "sequence_charge_beam_fast",
  108. "moveSequenceSettings": {
  109. "sequence": [
  110. "anim attacker atk-move",
  111. "sfx attacker 451-0_charge_beam",
  112. "wait 0.5",
  113. "vfx charge_beam_fast",
  114. "wait 0.5",
  115. "sys ui-sync",
  116. "sys complete"
  117. ]
  118. }
  119. },
  120. {
  121. + "templateId": "sequence_charm_fast",
  122. + "moveSequenceSettings": {
  123. + "sequence": [
  124. + "anim attacker atk-move",
  125. + "wait 0.5",
  126. + "vfx charm_fast",
  127. + "sfx attacker 204-0_charm",
  128. + "wait 1.5",
  129. + "sys ui-sync",
  130. + "sys complete"
  131. + ]
  132. + }
  133. + },
  134. + {
  135. "templateId": "sequence_close_combat",
  136. "moveSequenceSettings": {
  137. "sequence": [
  138. "anim attacker atk-move",
  139. "sfx attacker 370-0_close_combat",
  140. "wait 0.5",
  141. "vfx defender close_combat_hit",
  142. "wait 1.5",
  143. "sys ui-sync",
  144. "sys complete"
  145. ]
  146. }
  147. },
  148. {
  149. "templateId": "sequence_confusion_fast",
  150. "moveSequenceSettings": {
  151. "sequence": [
  152. "anim attacker atk-move",
  153. "vfx confusion_fast",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement