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!
A mistake in Opportunist.
Battle::AbilityEffects::OnOpposingStatGain.add(:OPPORTUNIST,
proc { |ability, battler, battle, statUps|
showAnim = true
battle.pbShowAbilitySplash(battler)
statUps.each do |stat, increment|
next if !battler.pbCanRaiseStatStage?(stat, battler)...
Some problems when viewing some move info. Move with function code "HitThreeTimesPowersUpWithEachHit" cannot be viewed before using. Here is the errorlog.
[2024-10-10 17:26:12 +0800]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: NoMethodError
Message: undefined method `+'...
A small problem I think. Psyblade's power is boosted even if user is not affected by terrain, according to pokemon wiki in many languages. But I can't confirm.
A minor overlook in Damage Calc Refactor. Function code of Psyblade("IncreasePowerInElectricTerrain") is still "IncreasePowerWhileElectricTerrain" there.
Since it's only triggered when using a move so you can just edit Battle::Move::StatUpMove and Battle::Move::MultiStatUpMove to prevent infinite trigger.