- 1
- Posts
- 8
- Years
- Seen Jun 4, 2017
Hello,
I am developing a Pokemon fan game (not with essentials) and I was wondering how to use the gen 5 exp gain formula from Bulbapedia exp section (bulbapedia.bulbagarden.net/wiki/Experience), more specifically, do I use the formula individually for each pokemon that battles or has an exp share, or do I use it once and split up the resulting value for each Pokemon?
Here is the formula:
floor(((floor(floor(((a*b*L)/(5*s)))*(((2*L+10)**2.5))/((L+Lp+10)**2.5)))+1)*t*e*p)
Look at the page for what a, b, etc mean.
I am developing a Pokemon fan game (not with essentials) and I was wondering how to use the gen 5 exp gain formula from Bulbapedia exp section (bulbapedia.bulbagarden.net/wiki/Experience), more specifically, do I use the formula individually for each pokemon that battles or has an exp share, or do I use it once and split up the resulting value for each Pokemon?
Here is the formula:
floor(((floor(floor(((a*b*L)/(5*s)))*(((2*L+10)**2.5))/((L+Lp+10)**2.5)))+1)*t*e*p)
Look at the page for what a, b, etc mean.