• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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
978
Views
1,157
First release
Last update
Rating
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