class Battle::Move::StartWeakenPhysicalDamageAgainstUserSide < Battle::Move
def canSnatch?; return true; end
def pbMoveFailed?(user, targets)
if user.pbOwnSide.effects[PBEffects::Reflect] > 0
@battle.pbDisplay(_INTL("But it failed!"))
return true
end
return false...
#===============================================================================
# For 5 rounds, lowers power of physical attacks against the user's side.
# (Reflect)
#===============================================================================
class...
Reflect isn't working and brings up this in a loop i'm wondering if this is an issue from here?
[2025-06-08 20:05:16 +0100]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: NameError
Message: undefined local variable or method `effects' for...
Hi lucidious i am getting this when refléct is being used.
[2025-06-08 12:10:41 +0100]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: NameError
Message: undefined local variable or method `effects' for #<Battle::Move::StartWeakenPhysicalDamageAgainstUserSide>
Backtrace...
would love to use the new updated one though might wait a few updates for a few minor implements (colapse) as well as me to try n understand what is happening.
STORY
The Hoshi region, is a land formed by many ancient kingdoms, with numerous ruins scattered throughout. You begin your journey in the dust and ruin of Lazuli, a city at the region's heart, but plagued by the Leader's disappearance. Explore and discover Hoshi, both with others or by...