Banana Item NFTs
Last updated
Was this helpful?
Last updated
Was this helpful?
Delving into the specifics of individual items (or NFTs of items within sets), each item possesses the following properties:
Faction: Refers to the item's FACTION, represented by (RED, GREEN, BLUE) enumeration. More engaging names will be determined later.
Season: This numeric value indicates the season in which the item was introduced. This property categorizes items and may influence various game mechanics, such as damage range. More on this in .
SkinSet: Another numeric value, the SkinSet, represents the visual appearance or "skin" of the item. While it does not affect the item's performance, it adds variety and personalization to the game. The item's visual representation is determined by the combination of faction x season x SkinSet
.
Each season introduces new SkinSets, ensuring a continuously expanding collection and variety of items. As previously discussed, this also enables set matching.
Part: Property specifies the particular set piece of the item, represented by the SetPiece internal property: (SKIN, HEAD, BODY, WEAPON
).
A complete NFT set requires one item from each category to be complete.
Damage: Numeric value, quantifies the item's combat capability, critical for in-game damage calculations.
Item ID: Primarily the blockchain ID, each generated item is permanently recorded on the chain. Not immediately minted like the SET NFT. Despite these differences, it serves the same function as the internal Set NFT ID โ facilitating cross-chain movement down the line.