💡Concept
Welcome to The Vikings Game
The Vikings Game is a combination of PVP and P2E. It's a shootout tournament where the tokens battle to steal each other's minting-value. Each token is randomly assigned attributes during the minting process, including attack, defense, and weight. The attack and defense points determine the token's combat ability, and each weight point adds one second to its cooldown time. All of these attributes are stored within the token's metadata. The contract also stores the "bounty" and the "stack" of each NFT.
The bounty represents what other tokens can earn by defeating this token, while the stack represents its current earnings.
The amount paid by the minter becomes the starting bounty of the token.
Once the minting stage is complete, the arena opens and the tokens can begin attacking each other. Battles are always one-on-one and are fights to the death.
The losing token gets burned, and its bounty is split 50/50 between the winner's stack and bounty. If the loser had anything in its stack, it will automatically be transferred to the owner of the burned token. The winner will then enter a cooldown phase, during which it cannot attack, based on its equipment weight.
The game ends when only one token remains or all remaining tokens belong to the same address. The winner is rewarded with its bounty AND stack.
Last updated