Fissure (move): Difference between revisions

Line 47: Line 47:
The accuracy of Fissure now follows the formula below.
The accuracy of Fissure now follows the formula below.


<math>Accuracy = \Bigl (\dfrac{Level_{user}}{Level_{target}} *\frac{2}{256} + \frac {76}{256}\Bigr) * 100\%</math>
<math>Accuracy = \Bigl ((Level_{user}-Level_{target}) \times \frac{2}{256} + \frac{76}{256}\Bigr)\%</math>


This formula means that the accuracy starts at approximately 30% and grows by approximately 0.78% for every level higher than the target that the user is.
This formula means that the accuracy starts at approximately 30% and grows by approximately 0.78% for every level higher than the target that the user is.
Line 60: Line 60:
Despite having an accuracy of 30% listed, Fissure's chance of hitting is independent of {{stat|accuracy}} and {{stat|evasion}} stats; instead, it depends on the level of the user and the level of the target and is worked out with the formula:
Despite having an accuracy of 30% listed, Fissure's chance of hitting is independent of {{stat|accuracy}} and {{stat|evasion}} stats; instead, it depends on the level of the user and the level of the target and is worked out with the formula:


<math>Accuracy = \Bigl(\dfrac{Level_{user}}{Level_{target}} + 30 \Bigr) * 100\%</math>
<math>Accuracy = \Bigl(Level_{user}-Level_{target} + 30 \Bigr)\%</math>


Fissure can be used as part of a [[Contest combination|Pokémon Contest combination]], with the user gaining extra two appeal points if the move {{m|Earthquake}} was used in the prior turn. It is also part of a Contest Spectacular combination and will give an extra three appeal points if any of the moves {{m|Lock-On}}, {{m|Mind Reader}} and {{m|Miracle Eye}} was used in the prior turn.
Fissure can be used as part of a [[Contest combination|Pokémon Contest combination]], with the user gaining extra two appeal points if the move {{m|Earthquake}} was used in the prior turn. It is also part of a Contest Spectacular combination and will give an extra three appeal points if any of the moves {{m|Lock-On}}, {{m|Mind Reader}} and {{m|Miracle Eye}} was used in the prior turn.