Individual values: Difference between revisions

m
(→‎Smeargle's patterns' colors: fixed misplaced wiki markings(?) that made the first nybble bigger then the rest in examples)
Line 20: Line 20:
In Generation I and II, a Pokémon's stats are determined according to the following formulas.
In Generation I and II, a Pokémon's stats are determined according to the following formulas.


<math>HP = \Biggl\lfloor {\Biggl( (Base + DV) \times 2 + \biggl\lfloor \tfrac{\bigl\lceil \sqrt{STATEXP} \bigr\rceil}{4} \biggr\rfloor \Biggr) \times Level \over 100} \Biggr\rfloor + Level + 10</math>
<math>HP = \left\lfloor {\left( (Base + DV) \times 2 + \left\lfloor \tfrac{\left\lceil \sqrt{STATEXP} \right\rceil}{4} \right\rfloor \right) \times Level \over 100} \right\rfloor + Level + 10</math>


<math>OtherStat = \Biggl\lfloor {\Biggl( (Base + DV) \times 2 + \biggl\lfloor \tfrac{\bigl\lceil \sqrt{STATEXP} \bigr\rceil}{4} \biggr\rfloor \Biggr) \times Level \over 100} \Biggr\rfloor + 5</math>
<math>OtherStat = \left\lfloor {\left( (Base + DV) \times 2 + \left\lfloor \tfrac{\left\lceil \sqrt{STATEXP} \right\rceil}{4} \right\rfloor \right) \times Level \over 100} \right\rfloor + 5</math>


'''Example'''<br />
'''Example'''<br />