Outrage (07tua3iq)
0
2 ratings

Dragon

Physical


OwnerJext ★
PermissionFree to use with credit
RegionJohto
AnimatedYes
CopyrightedYes
PP10
Power120
Accuracy100
Classificationconsecutive-uses
ContactYes
CopyableYes
AnimationYes Editor
FoeFoeFoe
UserAllyAlly
May affect any other Mon.
Flavor
The user rampages and attacks for two to three turns. It then becomes confused, however.
Notes
(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: Johto, Nintendo and Okeno.