Type alias MoveTarget

MoveTarget: "normal" | "self" | "adjacentAlly" | "adjacentAllyOrSelf" | "adjacentFoe" | "allAdjacentFoes" | "foeSide" | "allySide" | "allyTeam" | "allAdjacent" | "any" | "all" | "scripted" | "randomNormal" | "allies"

Move target normal = One adjacent Pokemon self = User adjacentAlly = One Ally adjacentAllyOrSelf = User or ally adjacentFoe = One Adjacent Opposing Pokemon allAdjacentFoes = All Adjacent Opponents foeSide = Opposing Side allySide = User's Side allyTeam = User's Side allAdjacent = All adjacent Pokemon any = Any Pokemon all = All Pokemon scripted = Auto randomNormal = Auto (Random) allies = User and allies

Generated using TypeDoc