A plugin to Pokémon Essentials (RMXP) to balance level of encounters and evolve Pokémon if applicable.
You can download this repository by click on Code blue button and next on Donwload ZIP option.
In your PC, move the Enhanced Level Balance folder to your Plugins folder into your project.
That's it.
In the 000_settings.rb
file, you will found some options to customize the plugin.
The evolution methods included in this script are listed bellow.
- Default level up
- Level up when male
- Level up when female
- Level up with attack greater
- Level up with defense greater
- Level up with attack and defense are equal
- Silcoon and Cascoon level up
- Ninjask and Shedinja style
- Level up with a dark Pokémon in party
- Level when day
- Level when night
- Level in rain
- Use item (like evolution stones)
- Use item when male
- Use item when female
- Hold item and level up when Night
- Hold item and level up when Day
- Default Happiness
- Happiness and know a movement of a certain type
- Happiness when day
- Happiness when night
- Default trade
- Trade hold a certain item
- Trade with a certain species
- Beauty (like Feebas)
- Level up when know a certain movement
- Level up when player has a certain Pokémon in party
- Level up in a certain location
- Evolve with certain event (like Kubfu)
WARNING
- Evolution methods that call for specific genres have been left out of this script for now.
- The evolution method by specific events was left out because I thought it was better that way. Just it.
- This script works with Visible Overworld Wild Encounter script by derFischae.