ChampionSkin class
A representation of a champion's skin (visual modification).
Signature:
export declare class ChampionSkin
Constructor
new ChampionSkin (champ: Champion, data: ChampionSkinData, meraki: MerakiSkin)
Constructs a new instance of the ChampionSkin
class.
Parameters:
Parameter | Type | Description |
---|---|---|
champ | Champion | The champion this skin belongs to. |
data | ChampionSkinData | The raw skin data from data dragon. |
meraki | MerakiSkin | The raw skin data from meraki. |
Properties
availability
The availability of this skin - Available or Legacy.
Type: String
centeredSplashArt
The splash art for the skin zoomed in on the champion to make it centered.
Type: String
champ
The champion this skin belongs to.
Type: Champion
chromas
The skin's chromas.
Type: SkinChroma
id
The numerical ID of this skin.
Type: Number
internalId
The ID this skin is identified by internally (the game).
Type: String
isBase
Whether the skin is the base skin.
Type: Boolean
loadingScreen
The loading screen image.
Type: String
lore
The lore of the champion in the world of this skin line.
Type: String
name
The name of the skin displayed in game. U
Type: String
price
The in-game price of the skin.
Type: SkinPricing
rarity
How rare is this skin - 'Epic', 'Legendary', etc.
Type: String
splashArt
The default splash art for the skin.
Type: String
vintageLoadingScreen
The loading screen image with skin border (if available).
Type: String