• 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.
  • Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
  • Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Form before April 2! You can also message Cat with any questions.
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,131
Views
1,215
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