- Pokémon Essentials Version
- v21.1 ✅
This plugin implements a fully functional DexNav system for Pokémon Essentials, inspired by features present in popular hacks such as Radical Red. The DexNav allows players to scan and search for Pokémon in the wild, build search chains to increase encounter bonuses, and discover Pokémon with Hidden Ability, Egg Moves and perfect IVs.
The plugin is highly customizable through the 000_Settings.rb file, allowing developers to fine-tune its behavior to suit their game design:
Current Features (v1.2.0):
What’s coming next:
The plugin is highly customizable through the 000_Settings.rb file, allowing developers to fine-tune its behavior to suit their game design:
- ACCESS_DEXNAV_SWITCH_ID (Default: 62):
Controls whether the DexNav option is visible in the pause menu. If the switch with this ID is ON, the DexNav becomes accessible to the player. - DEXNAX_HAS_REGISTERED_SWITCH_ID (Default: 63):
Indicates whether the player has successfully registered any species in the DexNav. Useful for unlocking certain features only when at least one species is registered. - DEXNAX_GLOBAL_STORAGE_VARIABLE_ID (Default: 44):
Stores the global DexNav object containing data on all searched Pokémon species and their current chain level. It also keeps track of the currently targeted species. - DEXNAX_MAX_SEARCH_LEVEL_VALUE (Default: 255):
Sets the upper limit for a species' search level. Higher levels generally improve encounter odds and potential bonuses. - DEXNAX_MAX_CHAIN_VALUE (Default: 100):
Sets the maximum chain value a player can build for a single chain. A higher chain value increases the chances of better Pokémon spawns. - DEXNAX_MIN_CHAIN_EGG_MOVES (Default: 5):
Defines the minimum chain count required before wild Pokémon may start appearing with Egg Moves. - DEXNAX_MIN_CHAIN_ONE_IVS (Default: 10):
Minimum chain count needed for encountered Pokémon to potentially have one perfect IV. - DEXNAX_MIN_CHAIN_TWO_IVS (Default: 15):
Minimum chain count needed for encountered Pokémon to potentially have one or two perfect IVs. - DEXNAX_MIN_CHAIN_THREE_IVS (Default: 25):
Minimum chain count needed for encountered Pokémon to potentially have up to three perfect IVs.
Current Features (v1.2.0):
- Supports only one encounter table version.
- Supports Land and Water encounters only, with, however, the variants night, morning, etc.
- Maximum of 10 Pokémon per encounter type (Land/Water).
- Supports up to n normal abilities and n hidden ability per Pokémon.
- Only one item per rarity type is allowed.
What’s coming next:
- v1.3.0
- Ability to define multiple items per rarity type
- v1.4.0 (and beyond)
- Increase the limit of Pokémon per encounter type beyond 10.
- Credits
- TamasNight, Baertierchen, Pawkkie, m, soupercell (Creator of Radical Red)