Text Assets
The Text Asset metadata framework creates a guide for text-based NFTs such as Titles and Lore. It contains the necessary information and specific requirements. This text asset metadata framework should go in the assetProperties
object in the Asset Metadata schema.
Text NFTs can be used to convey in-game achievements and unlockable information about in-game content. They may also be used as keys for unlockable content or materials for crafting.
Metadata
Schema
Subtypes
We define three Text-based NFT frameworks, each with a different use case. Gamers should expect them to be used in a game for its designated use. However, these subtypes
are merely guides for game developers. They are free to use these text assets however they like in their own game.
If a game developer decides to use a text asset differently in their game, they need to notify gamers to change their expectation of how these assets are used for the game.
Title Subtype
Titles are used by gamers to show off their achievements. They can attach titles directly to their wallets as Primary or Secondary titles. Titles are used by players to brag about achievements and show off their unique status.
Requirement
title
must be below 40 charactersdescription
must be below 500 characters
Sample
Lore Subtype
Lore assets can be used as unlockable information. They are used by game developers to add more background information to characters, places, events, or any content. These are used to build a richer world through collectibles and unlockable content.
Requirement
lore
must be below 40 charactersdescription
must be below 5000 characters
Sample
Custom Subtype
Custom text assets are text assets that do not have a specific use case. It is used by game developers who need a text asset that doesn't fit with the subtypes above. These Custom text assets should only be loaded by the game of the creator which knows full well what the asset is.
Other game developers shouldn't load these because it's a security risk.
Requirement
No Requirements
Last updated