# NFT Attributes Formula & Function

All NFT attributes related formula and function, will be revealed in detail under this chapter.&#x20;

**1)Efficiency attribute**&#x20;

This attribute will affect Base MCC Won after a normal PvP game is finished.&#x20;

Base MCC Won formula:

<figure><img src="https://lh6.googleusercontent.com/0QRCAVSzzrgpEGfVkgsQuag1Hw_PSKbmCvJbwpGBzvp4v4XM5FFdDlpqfrlaNjJxEkSpnbgEv0ynSPNkXhDkCI4R-2tUGUBIO3k6dN0aarQucAdrezMS9eg5Z25xEloDoGcCaAPXEDbETUizcUNgnLk" alt=""><figcaption></figcaption></figure>

Explanation：

Base MCC Won: This is the MCC reward before Multiplier

NEA: NFT’s Efficiency Attribute.

SPA/B/C/D/E/F/G:System parameter A/B/C/D/E/F/G

WLP (Win or Lose Parameter): Victorious player will have a higher number than the defeated player.

**2)Luck attribute**&#x20;

This attribute will affect the chance of loot box drop probability after a normal PvP game is finished, as well tricks drop probability during the game.&#x20;

Note: certain luck attribute points must be reached in order to unlock certain level of tricks.

Loot box drops probability:

<figure><img src="https://lh3.googleusercontent.com/SLGvAlKkJ9Pu40htlmiuFe5sRKqDjJNITIXq71ROpzkXl5zAI5XXdDRFsc09Oq404X5qr3Z6uPRKDGk6x9Qq1XUo23AguJybvPIy-eVM-88JkLrtc2CWlx9DGaMIvqmhpW-vu8PfEY_yrKwxxTCqRVY" alt=""><figcaption></figcaption></figure>

Explanation:

LBD: Loot Box Drops

NLA: NFT’s Luck Attribute.

SPA/B/C/D: System parameter A/B/C/D.

LOOP: Round table algorithm will be used from higher level of loot boxes to lower level.

BP: Boxes Parameter. Different levels of loot boxes have different coefficients.

Tricks drop probability:

<figure><img src="https://lh6.googleusercontent.com/VnUp6KmiRyyPB03CT2iPcTJtGsZcEeK0bmbG2nzLpd9eiNJjwA4vvjibMhrFSYnH-jXkbxZaELk9KkoMV850p-Gg8Btdiixhr2HcV-e1HQsyBRc1PvXnEr-dLBWernjDEl4TmWa66t6bLZn2n8UNjB8" alt=""><figcaption></figcaption></figure>

Explanation:&#x20;

TD: Tricks Drop

NLA: NFT’s Luck Attribute.

SPA/B/C/D: System parameter A/B/C/D

LOOP: Round table algorithm will be used from higher levels of tricks to lower levels. <br>

**3)Intelligence attribute**&#x20;

This attribute will affect in-game ultimate energy bar’s charging rate.&#x20;

Basic Charging Rate formula:<br>

<figure><img src="https://lh5.googleusercontent.com/n_wor-TJBcE33eZikl6yR2CFV1_lwSInTJRW9bD4LzNJUuq4ryAldgCb8__HOHURoFGAN3gVI5H-oa0lIcqRRqP6XTTEParjBF-sujxQYAZ58O5qqVsDKjzD3lqAD-MwLFOqK2OVOUWMbjxnucw3di0" alt=""><figcaption></figcaption></figure>

Explanation:&#x20;

PE: number of pieces eliminated.

BEVP: basic energy value of a piece.

NIA: NFT Intelligence Attribute.

SPA/B/C/D/E: System parameter A/B/C/D/E.

Critical Hit may appear during the ultimate energy bar’s charging event.&#x20;

Critical Hit Level Yellow will give an extra charge of 50% on top of Basic Charging Rate.

Critical Hit Level Red will give an extra charge of 100% on top of Basic Charging Rate.

The Probability of Critical Hit appears:

<figure><img src="https://lh6.googleusercontent.com/pO5wcv9mPmy3z8SPd0Ua82hRmRIQkGQNBwKYzdpkPCDIRs20dav43oqaWfA7GfwtEoOq4dd4PtCkPbE_G8vCUKpGT5GNy2xePXioNDl63zeSq49THWa9E7t0GXU3qF5sw_pAwW6E_BAvkxF0H6OLzlk" alt=""><figcaption></figcaption></figure>

Explanation:&#x20;

CH: Critical Hits.

TP: Threshold Parameter.&#x20;

LOOP: Round table algorithm will be used from critical hit red to critical hit yellow.

NIA: NFT Intelligence Attribute.

SPA/B/C: System parameter A/B/C.<br>

**4)Stamina attribute**&#x20;

This attribute will affect how much stamina will drop after a Normal PvP game is finished.

Stamina drop formula:

<figure><img src="https://lh6.googleusercontent.com/uKn0az9W32CTVscxa9LtcssFlbICY2uit4WbXFvnBYJNqmimnX__ZHOUyXLMPlOV99sZCyKErIRReWvmxnxpdxqf4TKsbXppE6B09euD2YTxd7RXz2Mvxk0Mto8rnCz1alj8_TIpWxGCURMGsuiYtNE" alt=""><figcaption></figcaption></figure>

Explanation:&#x20;

In the case of a special event, T will have a minimum number applied rule. Definition of special event: Surrender, Disconnection, Abnormal or unfair gameplay.

NSA: NFT’s Stamina Attribute.

SPA/B/C/D/E/F: System parameter A/B/C/D/E/F.

**5)Mystery attribute**&#x20;

[Magic events](/whitepaper/gamefi-elements/magic-event.md) are all beneficial events and can be triggered during normal PvP games. The triggering probability is related to the NFT hero used in the game, its rarity, and the mystery value.

<br>


---

# 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://matchnovaofficial.gitbook.io/whitepaper/gamefi-elements/nft-attributes-formula-and-function.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.
