Item
Module: pyot.models.lol.item
class Item
ItemType: PyotCore
Definitions:
__init__->Noneid:int = emptyversion:str = models.lol.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
Endpoints:
cdragon_item_full:['version', 'locale', '?id']
Attributes:
id->intname->strdescription->stractive->boolin_store->boolfrom_ids->List[int]to_ids->List[int]categories->List[str]maps->List[str]max_stacks->intmodes->List[str]required_champion_key->strrequired_ally->strrequired_currency->strrequired_currency_cost->intis_enchantment->boolspecial_recipe_id->intself_cost->inttotal_cost->inticon_path->str
Properties:
property
from_items->List[ForwardRef(Item)]property
meraki_item->MerakiItemproperty
required_champion->Championproperty
special_recipe->Itemproperty
to_items->List[ForwardRef(Item)]
class Items
ItemsType: PyotCore
Definitions:
__init__->Noneversion:str = models.lol.DEFAULT_VERSIONlocale:str = models.lol.DEFAULT_LOCALE
__iter__->Iterator[pyot.models.lol.item.Item]__len__->int
Endpoints:
cdragon_item_full:['version', 'locale']
Attributes:
items->List[pyot.models.lol.item.Item]
Last updated