Author
|
Topic: TeamPA's HP and Stat formula... and they're different!!
|
Givera
Farting Nudist
Member # 234
Member Rated:
|
posted 07-07-2000 11:41 AM
((BTW - This is for RGBY...))HP: [ { (Base HP Stat + DV) * 2 + Stat Exp / 4} * Level] / 100 + Level + 10 Misc: [ { (Base Stat + DV) * 2 + Stat Exp / 4} x Level] / 100 + 5 Base Stat and DV are the same value that we're used to... But Stat Exp is a number between 1 and 255 (Inclusive) ... It doesn't mention however if the value can be 0... ((My translator isn't working - But it mentions FE01h = FF^2... and something about (n-1)^2+1 ~ n^2... TeamPA usually uses "x ~ y" to signify "Between x and y")) If you simplify the formula however... it lines up with the old (new?) one however... -Givera ------------------ "I expect to see [Darryn] and Givera made Azurians when GS is released in English" -Ancient-Egyptian Cat-Gonk
From: Plano, Tx | Registered: Apr 2000
| IP: Logged
|
|
|
|
cfalcon
OLDNBLD
Member # 19
Member Rated:
|
posted 07-07-2000 07:12 PM
Well, FF^2 is FE01, and that is the max value that your stat EXP goes to normally in each stat. You can set it higher (it makes no difference) with a shark, but my codes set it to that value, and no higher (I never tested this in an emulator, so I could be wrong: the "break point" (where you get the 63rd bonus point at L100) is lower for some monster, according to Meowth).Stat Exp goes from 0-255*255 (like you said: I don't know how that is converted to points, except that it is exponential)... Maybe someone has more math details?
------------------ -cfalcon "That's an awesome cape too, look, it's black and white!" -pkthunder, on Lance's cape in the Gameboy version
From: 39°45' N, 104°52' W | Registered: Feb 2000
| IP: Logged
|
|
Givera
Farting Nudist
Member # 234
Member Rated:
|
posted 10-06-2001 09:10 PM
quote: Originally posted by spunman: it would be interesting to see what formula the game actually uses to determine the points to add for stat exp.
- - - - - Founded in 1492 by... uh... demons, the FBI is a crack law enforcement agency designed to... uh... I dunno... Fight aliens?
From: Plano, Tx | Registered: Apr 2000
| IP: Logged
|
|
spunman
Farting Nudist
Member # 1181
|
posted 10-07-2001 12:01 AM
mleo2003: This formula was posted here a while back by Necrosaro. He said that he personally worked it out by reversing the Stat Exp. Formula.P=(L*((16+(SQRT(256*E-512)))/128)/50) i used one of our nicer computers at work to work out a HUGE excel page to figure every possibility for levels 2 through 100 and stat exp 2 through 65535 (just in case) for this formula and marcus majarra's. it checked the formulae against each other and spat out any discrepancies at the top. to point out the integer functions: pts=int(lvl*int((16+int(sqrt(256*exp-512)))/128)/50) while necrosaro's formula pukes if you give it a stat exp of ed: LESS THAN 2 (do we really need to worry about 1 or 0? didn't think so.) it works perfectly for all other possibilities. yep, all 6,437,277 entries check with not a single error. impressive, seeing as how i couldn't even prove the two formulae against each other on paper. must just be me. [ 10-07-2001: Message edited by: spunman ]
From: the middle | Registered: Nov 2000
| IP: Logged
|
|
oporaca
Farting Nudist
Member # 922
Member Rated:
|
posted 10-07-2001 12:52 AM
Spunman, I found that formula myself a few days ago, and it can be drastically simplified.Let me go find it... Stat Points = Level * (2 + square root of(2 * Stat Experience - 7)) / 800 Easier to remember, if not exactly precise (because of a lack of integer functions). [ 10-07-2001: Message edited by: oporaca ]
- - - - - I'm a closet Pokémon fan -- all evidence I like Pokémon is locked away in my closet.
Registered: Sep 2000
| IP: Logged
|
|
MK
is somewhat large.
Member # 1445
Member Rated:
|
posted 10-07-2001 10:02 PM
Quit sturring up the bones of the past!
Registered: Jan 2001
| IP: Logged
|
|
|
MK
is somewhat large.
Member # 1445
Member Rated:
|
posted 10-08-2001 12:34 AM
Quit sturring up the ancient bones of the past!
Registered: Jan 2001
| IP: Logged
|
|
|