Raging Fury (07f8072c)
0
1 rating

Fire

Physical


OwnerJext ★
PermissionFree to use with credit
RegionHisui
CopyrightedYes
PP10
Power120
Accuracy100
Classificationconsecutive-uses
ContactYes
CopyableYes
AnimationNo Editor
FoeFoeFoe
UserAllyAlly
May affect any other Mon.
Flavor
The user rampages around spewing flames for two to three turns. The user then becomes confused.
Notes
MISSING: Locked into it for 2-3 turns, then confused. Target is selected randomly from opponents.

(game,user,targets) => {
if (!user.battle.moveTurn) user.battle.random = game.getRandom(2, 3);
for (var i = 0, msgs = [], cb = []; i < user.battle.random; ++i) {
msgs[i] = "";
cb[i] = () => targets.dealDamage();
}
game.setupMultiTurn(msgs, "", cb, () => user.confuse(true));
}

currently removed due to bugs
This Move can be found in these Collections: Nintendo and Hisui.