Item Types
Last updated
Last updated
Players obtain items by opening chests. Each time you open a chest, it mints a new NFT (non-fungible token) that represents an in-game item.
When the NFT is minted, it comes with two important properties: a category type and an item type.
At the moment, the system supports 6 distinct item types and 5 different categories. This means there are several possible combinations, each potentially offering a unique look or functionality in the game.
The items you obtain, such as the chestplate mentioned, are implemented as NFTs within an ERC1155 smart contract.
ERC1155 is a standard for multi-token contracts on the BSC blockchain. This standard is efficient because it allows both fungible and non-fungible tokens to be managed under a single contract.
Each NFT represents a specific in-game item, and because of the ERC1155 standard, they can be managed, transferred, or traded on various platforms that support Ethereum tokens.
Each of these items is an NFT in an ERC1155 contract, obtained by minting chests.
Every item has an assigned rarity value, which is a numerical percentage between 1% and 99%.
A higher percentage (closer to 99%) indicates that the item is much rarer compared to others in the same category.
This rarity system helps create value and excitement, as rarer items may be more desirable or have special attributes in the game.