Show / Hide Table of Contents

Class ChampionStatic

Class representing a champion (Static API).

Inheritance
System.Object
ChampionStatic
Namespace:RiotSharp.StaticDataEndpoint
Assembly:RiotSharp.dll
Syntax
public class ChampionStatic : object

Properties

AllyTips

List of tips to use while playing this champion.

Declaration
public List<string> AllyTips { get; set; }
Property Value
Type Description
List<><System.String>

Blurb

Beginning of the lore.

Declaration
public string Blurb { get; set; }
Property Value
Type Description
System.String

EnemyTips

List of tips to use while playing against this champion.

Declaration
public List<string> EnemyTips { get; set; }
Property Value
Type Description
List<><System.String>

Id

Id of this champion.

Declaration
public int Id { get; set; }
Property Value
Type Description
System.Int32

Image

Image of this champion.

Declaration
public ImageStatic Image { get; set; }
Property Value
Type Description
ImageStatic

Info

A few statistics about this champion (attack, defense, magic, difficulty).

Declaration
public InfoStatic Info { get; set; }
Property Value
Type Description
InfoStatic

Key

Key of this champion.

This is diffrent from the Name attribute! (Name = ingame display name, Key = codebase name [Fiddlesticks key = FiddleSticks, Wukong key = MonkeyKing, ... ]

Declaration
public string Key { get; set; }
Property Value
Type Description
System.String

Lore

Lore of this champion.

Declaration
public string Lore { get; set; }
Property Value
Type Description
System.String

Name

Name of this champion.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Partype

Resource type of the champion (Mana, None, Energy, Shield, Rage, Ferocity, Heat, Dragonfury, Battlefury, Wind).

Declaration
public ParTypeStatic Partype { get; set; }
Property Value
Type Description
ParTypeStatic

Passive

Information about this champion's passive.

Declaration
public PassiveStatic Passive { get; set; }
Property Value
Type Description
PassiveStatic

RecommendedItems

List of recommended items for this champion.

Declaration
public List<RecommendedStatic> RecommendedItems { get; set; }
Property Value
Type Description
List<><RecommendedStatic>

Skins

List of skins for this champion.

Declaration
public List<SkinStatic> Skins { get; set; }
Property Value
Type Description
List<><SkinStatic>

Spells

List of spells for this champion.

Declaration
public List<ChampionSpellStatic> Spells { get; set; }
Property Value
Type Description
List<><ChampionSpellStatic>

Stats

Stats of this champions.

Declaration
public ChampionStatsStatic Stats { get; set; }
Property Value
Type Description
ChampionStatsStatic

Tags

List of tags for this champion (Mage, Assassin, Tank, Support, etc).

Declaration
public List<TagStatic> Tags { get; set; }
Property Value
Type Description
List<><TagStatic>

Title

Title of this champion.

Declaration
public string Title { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX