# Special NFTs

## Attacker's NFT

If a **Player** owns such an NFT, he can attack **Palaces** at **Night**

In the case of a victory, this NFT is awarded a reward in the form of :coin:**MEMO-P**

In the case of a loss from this NFT, part of the :coin:**MEMO-P** is lost and accrued to the owner of the **Palace**

### Parameters of the Attacker's NFT

Capacity - the maximum number of  :coin:**MEMO-P** that can be credited to the NFT.

Tokens - :coin:**MEMO-P** on NFT.

&#x20;Fail ratio - the percentage that a **Player** loses when losing.

* the percentage is deducted from the number of :coin:**MEMO-P** to be won

Ability - an additional property that is acquired by the **Player** who owns this NFT.

Heart containers - the amount of Hearts on an NFT.

### Attacker's NFT List

<table><thead><tr><th width="178">Name</th><th>Parameters</th><th>Type</th><th>Price</th></tr></thead><tbody><tr><td>Basic A-NFT</td><td><ul><li>c - 500</li><li>t - 100</li><li>fr - 75%</li><li>a - none</li><li>hc - 1</li></ul></td><td>Starter NFT - issued to new users (can be bought in the market)</td><td>250</td></tr><tr><td>Light A-NFT</td><td><p></p><ul><li>c - 1000</li><li>t - 250</li><li>fr - 50%</li><li>a - none</li><li>hc - 2</li></ul></td><td>can be acquired on the marketplace</td><td>500</td></tr><tr><td>Medium A-NFT</td><td><p></p><ul><li>c - 2500</li><li>t - 500</li><li>fr - 35%</li><li>a - none</li><li>hc - 3</li></ul></td><td>can be acquired on the marketplace</td><td>1500</td></tr><tr><td>Heavy A-NFT</td><td><p></p><ul><li>c - 5000</li><li>t - 1000</li><li>s - 25%</li><li>a - 10% chance dont take damage</li><li>hc - 4</li></ul></td><td>can be acquired on the marketplace</td><td>2500</td></tr><tr><td>Legendary A-NFT</td><td><p></p><ul><li>c - unlim</li><li>t - 100</li><li>fr - 10%</li><li>a - +2 Heart Container</li><li>hc - 5</li></ul></td><td>can be acquired on the marketplace</td><td>10000</td></tr></tbody></table>

## Defender's NFT(Loci)

If a **Player** owns such an NFT, they can make a profit for the **Defense** their **Palace (**&#x69;f installed inside Palac&#x65;**)**

* in case of a successful Defense, :coin:**MEMO-P** are accumulated on the NFT
* in case of unsuccessful protection, :coin:**MEMO-P** are withdrawn from the NFT with discount up to 10%, not from the loci inside the Palace

The player can destroy the NFT and transfer the :coin:**MEMO-P** to his account

### Parameters of the Defender's NFT

capacity - the maximum number of  :coin:**MEMO-P** that can be credited to the NFT

tokens - :coin:**MEMO-P** on NFT

ability - an additional property that is acquired by the **Player** who owns this NFT

discount - a percentage of withdrawing

### Defender's NFT List

<table><thead><tr><th width="178">Name</th><th>Parameters</th><th>Type</th><th>Price</th></tr></thead><tbody><tr><td>Basic D-NFT</td><td><ul><li>c - 500</li><li>t - 100</li><li>a - none</li><li>d - none</li></ul></td><td>Starter NFT - issued to new users (can be bought in the market)</td><td>250</td></tr><tr><td>Light D-NFT</td><td><p></p><ul><li>c - 1000</li><li>t - 250</li><li>a - none</li><li>d - 2%</li></ul></td><td>can be bought in the market</td><td>500</td></tr><tr><td>Medium D-NFT</td><td><p></p><ul><li>c - 2500</li><li>t - 500</li><li>a - none</li><li>d - 5%</li></ul></td><td>can be bought in the market</td><td>1500</td></tr><tr><td>Heavy D-NFT</td><td><p></p><ul><li>c - 5000</li><li>t - 1000</li><li>a - 10% chance that traps give double damage</li><li>d - 7%</li></ul></td><td>can be bought in the market</td><td>2500</td></tr><tr><td>Legendary D-NFT</td><td><p></p><ul><li>c - unlim</li><li>t - 100</li><li>a - +1 Trap Slot in each Room</li><li>d - 10%</li></ul></td><td>can be bought in the market</td><td>10000</td></tr></tbody></table>

## Trophy NFT

The **Trophy NFT** is considered to be any **Loci** that a **Player** can install in the Hall of their **Palace**.&#x20;

This NFT will accrue a **Mine** of **x10**.&#x20;

Other Players have the opportunity to steal the **Trophy NFT** if they recreate the entire **Palace** in the fastest time set by its owner (Trophy Time)


---

# Agent Instructions: 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:

```
GET https://wiki.memoverse.io/game-objects/special-nfts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
