Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
exode_asset [2021/09/12 09:40]
elindos [Generative Assets]
exode_asset [2021/09/12 09:41] (current)
elindos [Asset identification]
Line 27: Line 27:
 EXODE **cards**, **packs**, and **contracts** are permanent assets purchased from the shop or from players. In order to ensure their traceability and ownership, they have two identification variables: a template identifier called the //global ID// (also called '​ID'​ or '​type',​ but more usually '​template'​) which indicate their types (e.g. booster, trooper crew, etc.) and their unique identifier called the //NFT unique ID// (called '​UID'​). EXODE **cards**, **packs**, and **contracts** are permanent assets purchased from the shop or from players. In order to ensure their traceability and ownership, they have two identification variables: a template identifier called the //global ID// (also called '​ID'​ or '​type',​ but more usually '​template'​) which indicate their types (e.g. booster, trooper crew, etc.) and their unique identifier called the //NFT unique ID// (called '​UID'​).
  
-This //NFT unique id// is not as important for packs or contracts as they do not have any other individual attribute: this means one pack of the same type is the same as another pack of the same type. We have UIDs for packs on our back-end, ​but representing them, especially for boosters which are often used as a group, is not as necessary.+This //NFT unique id// is not as important for packs or contracts as they do not have any other individual attribute: this means one pack of the same type is the same as another pack of the same type. We have UIDs for packs on our back-end, ​especially useful for compatibility with other marketplaces. Otherwise ​representing them, especially for boosters which are often used as a group, is not deemed ​as important.
  
 **Cards** NFT unique ID is, on the other end, very important for the lifetime of this asset. This is because cards can evolve separately from each other, with experience, level and even their own traits! At "its birth",​ a card is like it's template ID (with a different template for Elite cards). Then the card can evolve. **Cards** NFT unique ID is, on the other end, very important for the lifetime of this asset. This is because cards can evolve separately from each other, with experience, level and even their own traits! At "its birth",​ a card is like it's template ID (with a different template for Elite cards). Then the card can evolve.