Astefia submitted a new resource:
IV vitamins - IV and happiness rising items
Read more about this resource...
IV vitamins - IV and happiness rising items
This is just the script for IV raising items, with sample names.
How to install:
code:def pbItemRaiseIV(pkmn, stat, scene, ivGain = 2, item = nil, happiness = "") if pkmn.iv[stat]>=Pokemon::IV_STAT_LIMIT scene.pbDisplay(_INTL("It won't have any effect.")) return false end $PokemonBag.pbDeleteItem(item, 1) pkmn.iv[stat] += ivGain pkmn.iv[stat] = pkmn.iv[stat].clamp(0, Pokemon::IV_STAT_LIMIT)...
Read more about this resource...