Trace:

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
exode-assets [2020/05/11 12:43]
elindos [Asset Types]
exode-assets [2020/05/11 13:34]
elindos [Asset Types]
Line 4: Line 4:
 ==== Asset Types ==== ==== Asset Types ====
  
-**Packs** are permanent assets purchased from the shop or players (or received from them). Packs have an ID (what we call a global id), which makes them distinct from one another.+**Packs** are permanent assets purchased from the shop or players (or received from them). Packs have an ID (what we call a "global id"), which makes them distinct from one pack type to another. 
 + 
 +Packs also have a NFT unique id. (what we call a "​unique id") 
 + 
 +This NFT unique id is not as important for packs 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. 
 + 
 +So having "​integer units" of packs could even suffice, but we still use NFT ids on our backend. We consider it interesting for developers to do the same, but you can regenerate a NFT for packs.  
  
 **Cards** are permanent assets usually received from opening your packs. **Cards** are permanent assets usually received from opening your packs.
Line 12: Line 19:
 At "its birth",​ a card is like it's typical ID. And can be Elite or not. But it can then evolve. At "its birth",​ a card is like it's typical ID. And can be Elite or not. But it can then evolve.
  
-**For that reason, Card NFTs are very clearly broadcasted as soon as they exist and together with their first "​birth"​ broadcast.** This happens with the "​exode_openpack"​ event below.+**For that reason, Card NFTs are very clearly broadcasted as soon as they exist and together with their first "​birth"​ broadcast.** This happens with the "​exode_openpack"​ event.
  
 This is not required for packs which are not distinct from each other and do not have the same requirement for blockchain replay. This is not required for packs which are not distinct from each other and do not have the same requirement for blockchain replay.