Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Apologies if you've had troubles connecting to the site, you may need a VPN to access it. Staff are also facing issues connecting, so if it's urgent please message Cat on-site or through Discord directly.
Hey Guest, staff applications are open! If you are interested in becoming a forum staff member and/or Discord staff member, please apply through this Google Formbefore April 2! You can also message Cat with any questions.
Updated the Future Sight party skill so that it is now compatible with new evolution methods used by Gen 9 packs for species introduced in Hisui and Paldea.
Created a new move array called CUSTOM_SKILLS. This array is used to add moves that can be used through the party menu that have custom effects. The following moves are included by default, with their effects already present within the plugin (thanks to TechSkylander1518 for the base scripts for these effects).
Instruct - Allows a party member to relearn a past move.
Sketch - Allows the user to Sketch a party member's move.
Future Sight - Allows the user to see the species of an Egg, or next evolution/move of a Pokemon.
Added a plugin setting named CUSTOM_SKILLS_REQUIRE_MOVE to allow you to toggle whether or not a Pokemon needs to know a move found in the CUSTOM_SKILLS in order for that move to appear in the Pokemon's skill menu.
Added a new script in the plugin folder named Party Skills that contains all code related to skills that have a direct use within the party menu, rather than performing an action within the overworld. By default, this contains all the code related to HEAL_SKILLS and CUSTOM_SKILLS.