|
.floor basically means it will round down to the nearest whole number, and it's the opposite with .ceiling, I believe. So if you use a Great Ball on a, say, Bulbasaur, the formula would be:
rareness=(45*3/2).floor, which would yield a rareness of 67 (67.5 rounded down).
|