Venomous_Zero86
Pokemon Chosen Ones (Coming Soon)
- 120
- Posts
- 9
- Years
- Seen Feb 11, 2022
so i wanted to make a special attak version of moxie i tried it in the game and it dint work so good
is this wrong also i need a beter name plz
is this wrong also i need a beter name plz
Spoiler:
# Moxie2
if user.hasWorkingAbility(:MOXIE2) && target.fainted?
if user.pbIncreaseStatWithCause(PBStats::SPECIALATTACK,1,user,PBAbilities.getName(user.ability))
PBDebug.log("[Ability triggered] #{user.pbThis}'s Moxie2")
end
end
if user.hasWorkingAbility(:MOXIE2) && target.fainted?
if user.pbIncreaseStatWithCause(PBStats::SPECIALATTACK,1,user,PBAbilities.getName(user.ability))
PBDebug.log("[Ability triggered] #{user.pbThis}'s Moxie2")
end
end
Last edited: