PKMContestEffect
public class PKMContestEffect: Mappable
Contest effects refer to the effects of moves when used in contests.
-
The identifier for this contest type resource
Declaration
Swift
public var id: Int? -
The base number of hearts the user of this move gets
Declaration
Swift
public var appeal: String? -
The base number of hearts the user’s opponent loses
Declaration
Swift
public var jam: Int? -
The result of this contest effect listed in different languages
Declaration
Swift
public var effectEntries: [PKMEffectEntry]? -
The flavor text of this contest effect listed in different languages
Declaration
Swift
public var flavorTextEntries: [PKMFlavorText]? -
Undocumented
Declaration
Swift
public class PKMContestEffect: Mappable -
Undocumented
Declaration
Swift
public class PKMContestEffect: Mappable
View on GitHub
PKMContestEffect Class Reference