Each NFT Penguin Wizard has a class that defines its quest powers, rarity, and reward bonuses. The first 150 buyers of $WIZZARD will receive an exclusive NFT airdrop.
These mechanics live in your staking/game smart contracts.
Players choose quests to send their NFTs on, such as:
Each quest has:
{ "name": "Glacieris Frostcloak #1", "description": "Glacieris Frostcloak: Wizard penguin in pink garb, dark blue robe, dwells in a mystic cave.", "image": "ipfs://Qmf5nqRCnm9Z8Gc5WfE6ddkjr3SELmbaD9ScFVicHwzkoB", "attributes": [ { "trait_type": "Rarity", "value": "" }, { "trait_type": "Class", "value": "Wizard" }, { "trait_type": "Level", "value": "1" }, { "trait_type": "XP", "value": "0" }, { "trait_type": "Power", "value": 8 }, { "trait_type": "Health", "value": 10 }, { "trait_type": "Luck", "value": 7 }, { "trait_type": "Cooldown", "value": 14 } ] }