Pokémon Egg: Difference between revisions

m
→‎Pokémon GO: Use TeX markup instead of <code> tags
m (→‎Pokémon GO: Use TeX markup instead of <code> tags)
Line 316: Line 316:
-->
-->
Upon hatching an Egg, a player will receive a random amount of {{OBP|Stardust|GO}} and {{OBP|Candy|GO}} dependent on the Egg's distance. The number of Candy received directly corresponds to the amount of Stardust received.
Upon hatching an Egg, a player will receive a random amount of {{OBP|Stardust|GO}} and {{OBP|Candy|GO}} dependent on the Egg's distance. The number of Candy received directly corresponds to the amount of Stardust received.
* 2 to 7&nbsp;km: <code>Candy = floor(Stardust/75)</code>
* 2 to 7&nbsp;km: <math>Candy = \left\lfloor {stardust \over 75} \right\rfloor</math>
* 10&nbsp;km: <code>Candy = floor(Stardust/100)</code>
* 10&nbsp;km: <math>Candy = \left\lfloor {stardust \over 100} \right\rfloor</math>
* 12&nbsp;km: <code>Candy = floor(Stardust/200)</code>
* 12&nbsp;km: <math>Candy = \left\lfloor {stardust \over 200} \right\rfloor</math>


{| class="roundy" style="background-color:#{{night color}}; border:3px solid #{{blue color light}}"
{| class="roundy" style="background-color:#{{night color}}; border:3px solid #{{blue color light}}"