- 17
- Posts
- 12
- Years
- South Carolina
- Seen Jun 29, 2021
Needing help in changing and manipulating pokemon levels for a new level up system. Any help would be much appreciated.
attr_accessor :levelDrop
@levelDrop = 0
@pokemon.level = @pokemon.level - 20
@pokemon.levelDrop = 20
Okay i did some calculations with mt level system and the bug pokemon are behind other pokemon in stats simply because they evolve a lot earlier then the majority of pokemon. I was wonder if a separate @pokemon.level script could be written just to effect the bug types.