PKMSuperContestEffect

public class PKMSuperContestEffect: Mappable

Super contest effects refer to the effects of moves when used in super contests.

  • id

    The identifier for this super contest effect resource

    Declaration

    Swift

    public var id: Int?
  • The level of appeal this super contest effect has

    Declaration

    Swift

    public var appeal: String?
  • The flavor text of this super contest effect listed in different languages

    Declaration

    Swift

    public var flavorTextEntries: [PKMFlavorText]?
  • A list of moves that have the effect when used in super contests

    Declaration

    Swift

    public var moves: [PKMNamedAPIResource]?
  • Undocumented

    Declaration

    Swift

    public class PKMSuperContestEffect: Mappable
  • Undocumented

    Declaration

    Swift

    public class PKMSuperContestEffect: Mappable