Skip to content

gear

Gear

Bases: traits.Identifiable

Represents gear.

Attributes:

Name Type Description
uuid str

the uuid

display_name str

the display name

description str

the description

display_icon str

the display icon

asset_path str

the asset path

shop_data ShopData

the shop data

GridPosition

Bases: pydantic.BaseModel

Represents the shop data.

Attributes:

Name Type Description
row int

the row

column int

the column

ShopData

Bases: pydantic.BaseModel

Represents the shop data.

Attributes:

Name Type Description
cost int

the cost

category str

the category

category_text str

the category text

grid_position GridPosition

the grid position

can_be_trashed bool

if it can be trashed

image str

the image

new_image str

the new image

new_image2 str

the new second image

asset_path str

the asset path