Difference between revisions of "Pokémon Experience"

From TPPC Wiki
Jump to: navigation, search
(Created page with "=Experience per Level= In TPPC the experience needed to level up increases with each increasing level. The formula to work out experience for each level is simply: Experienc...")
 
(Experience per Level)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
=Experience per Level=
 
=Experience per Level=
  
In TPPC the experience needed to level up increases with each increasing level. The formula to work out experience for each level is simply:  
+
In TPPC the experience needed to level up increases with each increasing level. The [[TPPC Equation]] to work out experience for each level is simply:
Experience = Level ^ 3
+
 
 +
Experience = Level ^ 3 + 1
  
 
{| class="wikitable" style="width:200px"
 
{| class="wikitable" style="width:200px"
Line 9: Line 10:
 
|-
 
|-
 
| 1000
 
| 1000
| style="text-align:right" | 1,000,000,000
+
| style="text-align:right" | 1,000,000,001
 
|-
 
|-
 
| 2000
 
| 2000
| style="text-align:right" | 8,000,000,000
+
| style="text-align:right" | 8,000,000,001
 
|-
 
|-
 
| 2499
 
| 2499
| style="text-align:right" | 15,606,257,499
+
| style="text-align:right" | 15,606,257,500
 
|-
 
|-
 
| 3000
 
| 3000
| style="text-align:right" | 27,000,000,000
+
| style="text-align:right" | 27,000,000,001
 
|-
 
|-
 
| 3499
 
| 3499
| style="text-align:right" | 42,838,260,499
+
| style="text-align:right" | 42,838,260,500
 
|-
 
|-
 
| 4000
 
| 4000
| style="text-align:right" | 64,000,000,000
+
| style="text-align:right" | 64,000,000,001
 
|-
 
|-
 
| 4499
 
| 4499
| style="text-align:right" | 91,064,263,499
+
| style="text-align:right" | 91,064,263,500
 +
|-
 +
| 5000
 +
| style="text-align:right" | 166,375,000,001
 +
|-
 +
| 7000
 +
| style="text-align:right" | 343,000,000,001
 +
|-
 +
| 8500
 +
| style="text-align:right" | 614,125,000,001
 
|}
 
|}
 +
 +
*In previous versions the formula was simply Level ^ 3. When it was changed, some Level 5 Pokémon therefore became Level 4.
  
 
=Experience Gained=
 
=Experience Gained=
Line 36: Line 48:
 
The formula for this is slightly more complicated and is:  
 
The formula for this is slightly more complicated and is:  
  
Experience Gain = 6 * ceil(0.75 * 5555 * Base_HP)
+
Experience Gain (for 1 Pokemon) = ceil(0.75 * Level * Base_HP)
 +
 
 +
Add the experience gained for each Pokémon in your opponent's roster to calculate the total experience per battle.

Latest revision as of 02:47, 16 July 2023

Experience per Level

In TPPC the experience needed to level up increases with each increasing level. The TPPC Equation to work out experience for each level is simply:

Experience = Level ^ 3 + 1

Level Exp. Needed
1000 1,000,000,001
2000 8,000,000,001
2499 15,606,257,500
3000 27,000,000,001
3499 42,838,260,500
4000 64,000,000,001
4499 91,064,263,500
5000 166,375,000,001
7000 343,000,000,001
8500 614,125,000,001
  • In previous versions the formula was simply Level ^ 3. When it was changed, some Level 5 Pokémon therefore became Level 4.

Experience Gained

Experience gained is based on the Base HP the defeated pokémon has. For this reason Blissey are the pokémon most commonly used for training against.

The formula for this is slightly more complicated and is:

Experience Gain (for 1 Pokemon) = ceil(0.75 * Level * Base_HP)

Add the experience gained for each Pokémon in your opponent's roster to calculate the total experience per battle.