Held Item
py_unite_db.models.HeldItem
Bases: Item
Class representing a held item.
Get all held items from the api with
UniteDb.held_items
.
In the game, you can select up to 3 held items in battle. Held items can be upgraded up to level 30.
Source code in py_unite_db/models/held_item.py
81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
|
description: str = Field(..., description='Description of this item.')
class-attribute
instance-attribute
display_name: str = Field(..., description='Display name of this item.')
class-attribute
instance-attribute
effect: LevelItemEffect
instance-attribute
The effect of the held item