Spell
Module: pyot.models.lol.spell
class Spell
SpellType: PyotCore
Definitions:
__init__->Noneid:int = emptyversion:str = models.lol.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
Endpoints:
cdragon_spells_full:['version', 'locale', '?id']
Attributes:
id->intname->strdescription->strsummoner_level->intcooldown->intmodes->List[str]icon_path->str
class Spells
SpellsType: PyotCore
Definitions:
__init__->Noneversion:str = models.lol.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
__iter__->Iterator[pyot.models.lol.spell.Spell]__len__->int
Endpoints:
cdragon_spells_full:['version', 'locale']
Attributes:
spells->List[pyot.models.lol.spell.Spell]
Last updated