• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • Eevee Expo's webhost has been having technical issues since Nov. 20th and you might be unable to connect to our site. Staff are also facing issues connecting, so please send a DM to Cat on-site or through Discord directly for faster service!
Resource icon

Size Method for Pokemon 2018-07-01

Pokémon Essentials Version
v17.2 ➖
So Essentials already has a method that calculates for size, def pbSize(pokemon) and you just call it from anywhere with a pokemon instance.

You do not need this resource to calculate Size.

So in Gens 3 and 4, there are NPCs who ask to see the biggest Pokémon of a certain species. This is calculated based on the personal ID and IVs. I won't explain the entire formula because Bulbapedia has already done that.

So just paste this script in your class PokeBattle_Pokemon and call it on a Pokémon instance. It returns the result in millimeters. Interpret the result however you like.
Credits
Just me.
Dear god I messed up the formula a hundred times. I got a 15m tall Pikachu in testing, because I flipped greater than and less than.
Author
Vendily
Downloads
1,086
Views
1,198
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Vendily

Latest updates

  1. So it turns out Essentials already has this.

    So Essentials already has a method that calculates for size, def pbSize(pokemon) and you just...
Back
Top