- Pokémon Essentials Version
- v21.1 ✅
Consecutive Fishing – ORAS-Style Shiny Chains
Want to make shiny hunting more exciting in your game?Consecutive Fishing brings the iconic Gen 6 fishing chain mechanics straight into your game!
With this plugin, you can:
- Fully customize shiny odds for each chain length.
- Set the maximum chain length (default is 20) to suit your game.
- Enable or disable chain breaks for shinies or failed reels.
This plugin also adds a shiny exclamation bubble, to make sure that the plugin will use that animation you need to do as follow;
- Open your project and go to Script editor.
- Open the Settings script.
- Scroll down to line 315, you should see PLANT_SPARKLE_ANIMATION_ID = 7.
- Add a new line and paste the following: SHINY_EXCLAMATION_ANIMATION_ID = 8.
- Open Database
- Click on the animation tab.
- Right click on animation 003: Exclaim bubble, and click on copy.
- Go to animation ID 008 and click on paste.
- Click on animation 008 and open up the animation graphic tab.
- Search for Overworld Shiny Exclaim Bubble, press OK if you selected it.
- As last press on apply.
If you do that the plugin should start using the animation once a shiny has been encountered.
NOTE: If you have more animations in the database you can just edit the line in the script editor and make sure the shiny animation has the same ID.
And as last below you will see all the things that you can edit and change.
Every "true/false" script that you can edit are all set to true.
| Feature | Description | Configurable Options |
|---|---|---|
| Shiny Odds | Customize the shiny rate based on your current chain length. | Adjust odds per chain step in the plugin code. |
| Max Chain Length | Set how long a fishing chain can go before reaching the default maximum. | Default: 20 (can increase if desired). |
| Chain Break on Shiny | Decide whether finding a shiny will break the chain. | SHINY_BREAKS_CHAIN = true/false |
| Chain Break on Fail | Break the chain if the player fails to reel in time. | CHAIN_BREAK_ON_FAIL = true/false |
| Debug Mode | Show chain progress and debug messages in the console. | DEBUG_CHAIN = true/false |
- Credits
- Spectator
