> For the complete documentation index, see [llms.txt](https://mintmaster.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mintmaster.gitbook.io/whitepaper/nft-collections/spaceburds/attributes-and-animated-assets.md).

# Attributes and animated assets

Each of the Spaceburd will have dynamic attributes associated with them which play vital role in the Warzone implementation. Every Spaceburd is a special NFT whose powers and attributes can be dynamically updated by leveraging the power of Hedera Consensus Service. The powers, accessories, weapons and other attributes necessary for battle mechanism can be updated on demand by the holders via topics associated with each NFT. This opens a whole new area of customizability and inventory management which makes Spaceburds different from any other collection ever made on Hedera Hashgraph. Holders will likewise get a Skyrim style ability to modify and customize the character’s attributes with everything being validated in real time by Hedera Consensus Service. Exciting stuff :)

Each spaceburd will be linked with an animated version of itself which will correspond to the updated attributes. So, this means all the spaceburds been dropped on mintmaster for sale are all base versions. They will have further updated versions based on what attributes holders spawn or buy and all the ownership of the updated versions goes to the owner of base NFT’s.

More info on HCS here <https://hedera.com/consensus-service>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mintmaster.gitbook.io/whitepaper/nft-collections/spaceburds/attributes-and-animated-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
