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.
The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games. Don't forget to come back September 21st to vote for your favorites!
Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
The only change was done in the 001_Data file. You only need to replace that file for this patch.
Change Log
New feature: Free Market NPC support. Added support for adding Buyer-specific Parameters to SocialLinkProfile definitions so Social Links can purchase player lots if using the Free Market plugin.
BEFORE UPDATING ANY FILES: If you have made any edits the Configuration file for this plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes. I recommend you duplicate your Configuration file and rename it, so it won't be overwritten when you update.
Change Log
New feature: Catch Rate Boosts. You can now add :CatchRate as a :bond_effect, to alter the Catch Rates for Pokémon when you reach certain Bond levels with Social Links. Just like the other :bond_effect types, this requires manual code changes to be supported. These changes are described in the Setup and Document guide.
Fixed bond effect messages so they use the properly capitalized name of the affected type, instead of all caps ("ELECTRIC-type" => "Electric-type").
BEFORE UPDATING ANY FILES: If you have made any edits the Configuration file for this plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes. I recommend you duplicate your Configuration file and rename it, so it won't be overwritten when you update.
Change Log
New feature: Moments. Moments can be used as a way to track whether or not a Social Link is ready to increase their Bond with the player. The can increase for minor things that help improve your relationship with a Social Link. You can think of these as hidden points for granular interactions with Social Links. Using these is completely optional.
Example uses as minor positive experiences that can lead to increasing Bond with them later on:
Choosing a positive response choice when talking to a Social Link
Healing a Social Link's Pokémon while in a partner double battle
Buying an item from a Social Link
The Setup and Documentation guide has been updated to include information and functions related to Moments.
BEFORE UPDATING ANY FILES:If you have made any edits the Configuration file for this plugin, make sure to make a backup of those files before updating the plugin. If you copy over files to update, it will overwrite your changes. I recommend you duplicate your Configuration file and rename it, so it won't be overwritten when you update.
Change Log
New feature: NPC Specific Max Bond. You can now set bond_max as a parameter to override the default BOND_LEVEL_MAX for an NPC, allowing for different NPCs to have different max bond levels.
New feature: NPC Specific Bond Icon Positions. You can now set bond_icon_coords as a parameter to override the default positions of bond icons for an NPC. This can be used with bond_max to make the Social Media Profile UI look cleaner for different max bond levels.