omanoloneto / pokemon-essentials-plugin-enhanced-level-balance

A plugin to Pokémon Essentials (RMXP) to balance level of encounters and evolve Pokémon if applicable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokémon essentials brasil

Enhanced Level Balance Plugin

plugin version essentials version

A plugin to Pokémon Essentials (RMXP) to balance level of encounters and evolve Pokémon if applicable.

Install

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.

Settings

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.

By Level Up

  • 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

By Use or Hold Item

  • 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

By Happiness

  • Default Happiness
  • Happiness and know a movement of a certain type
  • Happiness when day
  • Happiness when night

By Trade

  • Default trade
  • Trade hold a certain item
  • Trade with a certain species

Other

  • 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.

About

A plugin to Pokémon Essentials (RMXP) to balance level of encounters and evolve Pokémon if applicable.

License:MIT License


Languages

Language:Ruby 100.0%