Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Pokémon Glitch Discussion

Base Stats - Page 1

Base Stats

Posted by: zach the glitch buster
Date: 2007-07-20 17:04:25
After I did a small amount of experimenting, I found that at Lv 0 all the Pokemon I encountered (Including an a) all had the base stats of 5 for every value. Are the default value's for all Pokemon 5? It might be different for glitches but I have doubts.

Re: Base Stats

Posted by: Abwayax
Date: 2007-07-20 20:20:36
IIRC the stat function is something like:

INT ( ( ( ( Base Stat * 2 + DV + INT ( Effort / 4 )   ) * Level ) / 100 ) + 5 )

So if level is 0, then you can simplify it to

INT ((0/100) + 5)

0/100 equals zero, and so you're left with 5

Re: Base Stats

Posted by: zach the glitch buster
Date: 2007-07-20 21:18:31
So if I'm understanding this right, [size=5pt]and granted I'm probably not,[/size] all Pokemon, glitch or not, Have a base stat of 5 at level 0.

Re: Base Stats

Posted by: Abwayax
Date: 2007-07-21 00:31:51
Correct.

Re: Base Stats

Posted by: zach the glitch buster
Date: 2007-07-21 22:13:59
So what would be the point of gathering the base stats of glitch Pokemon if there all 5? Or is there some unknown factor I'm missing?

Re: Base Stats

Posted by: Zowayix
Date: 2007-07-21 22:54:05
They're only all 5 at level 0. <_<

Re: Base Stats

Posted by: zach the glitch buster
Date: 2007-07-22 10:46:31
Oops. Sorry I just grasped the concept of what Abwayax meant by base stats.