Equips

Equipping Assets

Assets can be equipped to other Assets to communicate relationships between assets. When one asset is equipped to another, the equipped asset is the child. It is equipped to the parent asset.

Equip Data Model

  • equipId: a UUID for the equip

  • slotId: the slotId for the slot that this equip corresponds to (optional)

  • nftIdParent: the nftId for the asset in the "parent" side of the equip

  • nftIdChild: the nftId for the asset in the "child" side of the equip

Example Equip Data

"equipId": "63d28e77db63fcbd0ac4bff9",
"slotId": "63285c965a72975ff4f3a884",
"nftIdParent": "6c3e3d93227fd44c7d3db0cd5c4001cd",
"nftIdChild": "6c3e3d93227fd44c7d3db0cd5c4001cd"

Last updated