LAMaglan / PokeFightSimulator

A (simple) fight simulator between any two Pokemon using FastAPI with Jinja frontend
0 stars 0 forks source link

Modify stats based on IV (individual values) #35

Closed LAMaglan closed 3 months ago

LAMaglan commented 3 months ago

These are randomly applied to pokemon upon capture. Accordig to this resource https://pokemondb.net/mechanics/hidden they range from 0 to 31. There is one for each (base) stat: hp, defense, speed, attack, special-attack, special-defense

LAMaglan commented 3 months ago

Accidentally only used one IV. There should be an IV per stat