This is an old revision of the document!


EXODE Game assets

EXODE is a card game, in which your primary assets are your cards collection. The other EXODE's assets list includes currency, card packs, contracts, planets, and colonisation assets. Except for the currency, each asset in EXODE is a NFT (non-fungible token) which can be either bound to your account (i.e. non-tradable) or not.

  • Cards: Your main assets, with which you will play.
  • Card packs: These assets include Starters and Boosters which need to be opened to collect the cards included
  • Contracts: These assets are special cards which produce permanent cards periodically.
  • Planets: After completed the Evacuation and Landing on a planet, you get it as a game asset. See also Test Planets.
  • Colonization assets: This type of asset include all the resources, citizens, blueprints, you can produce during the colonization phase.

Technical details regarding the EXODE game assets ownership and identification can be found below:

Asset identification

This article is important for Blockchain Replay.

EXODE cards, packs, and contracts are permanent assets purchased from the shop or from players. In are to ensure their traceability and ownership, they have two identification variables: the global ID (called 'ID' or 'type') which indicate their types (e.g. booster, trooper crew, etc.), 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. Having “integer units” of packs could even suffice, but we still use NFT UIDs on our back-end. We consider it interesting for developers to do the same, but you can regenerate a NFT for packs.

Cards NFT unique ID is very important. 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 typical ID, which can be Elite or not. Then the card can 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” and the “exode_dropdelivery” events.

This is not required for packs or contracts which are not distinct from each other and do not have the same requirement for blockchain replay.

Currencies

Players can also own EXOFUEL (a token found on hive-engine), which is a currency.

Player Produced Assets (Supplies)

Will have a dedicated page later

Players will also produce and receive “Supplies”, which are a different type of cards.

“Supplies” exist only on colonies. As such, they can be considered ephemeral, but also of immense gameplay value as they contribute to your existing games.

They will be found and exchanged on the “Supply Market”, which has only player resources.