Paradise Display (07oky1ux)
1
1 rating

Flying

Physical


OwnerLarrel
PermissionFree to use with credit
RegionHUB
PP10
Power120
Accuracy100
Classificationconsecutive-uses, dance
ContactYes
CopyableYes
AnimationYes Editor
FoeFoeFoe
UserAllyAlly
May affect any other Mon.
Flavor
The user displays its feathers in a magnificent and violent dance for two to three turns. The user then becomes confused.
Notes
Made by Larrel/Megancrustle. Free to use. For colorful feathered Pokémon!

(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: HUB and Okeno.