- Pokémon Essentials Version
- v21.1 ✅
- Also compatible with
- v20.1
Randomizer X by Luka S.J. updated for Essentials v20+ by A.I.R
The randomizer will never randomize Key Items, and Key Items can never be obtained as randomized items when finding an Item Ball or receiving an item from an NPC. Alongside Key Items, you can specify which items to exclude from the randomization pool in the Plugins/Randomizer X/Config.rb file:
By default, exclusion values for HMs are already included as part of the core scripts. The randomizer is also user configurable to customize the level of randomization within the game, here is a list of those options:
You can toggle the state of the nuzlocke with
You can reset and turn off the Randomizer with
Features
- Randomize Trainer parties
- Randomize Wild encounters
- Randomize Static encounters
- Randomize Gifted Pokémon
- Randomize found/given Items
How to Use?
To start your randomizer session, simply run the following command:Randomizer.start
The randomizer will never randomize Key Items, and Key Items can never be obtained as randomized items when finding an Item Ball or receiving an item from an NPC. Alongside Key Items, you can specify which items to exclude from the randomization pool in the Plugins/Randomizer X/Config.rb file:
Ruby:
# list of trainers to exclude from the randomizer
EXCLUSIONS_TRAINERS = []
# list of species to exclude from the randomizer
EXCLUSIONS_SPECIES = []
# list of items to exclude from the randomizer
EXCLUSIONS_ITEMS = [:HM01, :HM02, :HM03, :HM04, :HM05, :HM06]
By default, exclusion values for HMs are already included as part of the core scripts. The randomizer is also user configurable to customize the level of randomization within the game, here is a list of those options:
- Randomize Trainer parties
- Randomize Wild encounters
- Randomize Static encounters
- Randomize Gifted Pokémon
- Randomize found/given Items
Randomizer.on?
You can toggle the state of the nuzlocke with
Randomizer.toggle
You can reset and turn off the Randomizer with
Randomizer.reset
- Credits
- Luka S.J
A.I.R