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!
Another really cool idea to mix Trainer Cards up without going TOO crazy is a script that can give Trainer Cards a similar feel to the ones Pokecharms allows you to make. Example:
I just finished a playthrough as Cyrus. I am planning two more as Giovanni and Piers respectively, but at the moment, I feel accomplished because before today, I could not even beat Lysandre as Cyrus, who was my first match up.
I thought of something interesting.
A script (preferably compatible with both v18 and v19) that allows you to transfer save data from a Firered/Leafgreen ROM into the fan game by putting the .sav file in a new Throwback Save folder.
Decided to make it a bit more helpful.
Tips on how to work this out? As I want the Z-Move to be something useful for Raikou no matter if the focus is Physical or Special.
#===============================================================================
# Raijin’s Fury...
Does this look good for the Raikou Z-Move? Or should I add a true to the startTerrain condition?
class PokeBattle_Move_Z00A < PokeBattle_ZMove
def pbAdditionalEffect(user,target)
@battle.pbStartTerrain(user,PBBattleTerrains::Electric)
end
end
I wanna do something similar but I plan on giving Raikou a Z-Move that sets up Electric Terrain from the aftershock.
The name is Raijin’s Fury, and the base move is a new move for Raikou called Thunder Storm, with Thunder Storm being an Electric-type Magma Storm.
I am also only installing the...