docs
Index

Index

Table of Contents

  1. Introduction
  2. Card Anatomy
  3. Behavior Switching with GIFs

Introduction

The Super Deck project aims to create NFT RPG cards, combining the excitement of RPG games with blockchain technology. This documentation details the anatomy of the cards.

Card Anatomy

Each card in Super Deck is a unique and richly detailed entity, representing a character, artifact, or spell within the game universe. The information contained in each card is defined by the following attributes:

1. Essential Information:

  • name: The card's name, representing its title or main ability.
  • description: A concise description of the card, summarizing its function or story.
  • image: URI of the card's main image.
  • external_url: External URL that can link to additional information about the card, such as a website or wiki.
  • animation_url: URL for an animation associated with the card.

2. Visual Appearance: This section includes the visual elements related to the card's parallax animation and character representation.

  • FrontImage: URL of the card's front image. When not a GIF represents the scenario behind the CharacterCardImage.

GIF's impacts the card's behavior. MORE.

  • BackImage: URL of the card's. Represents the scenario layer behind the FrontImage.
  • CharacterCardImage: URL of an image representing the character action on the card, often overlaid on the FrontImage.

3. Game Attributes:

  • Type: Defines the card type, impacting its function in the game.
  • Level: A numeric value that represents the card's power or experience level.
  • Power: A numeric value that indicates the card's strength or impact in the game.

4. Character Information:

  • Character.Id: Unique ID of the character featured on the card.
  • Character.Name: The character's name.
  • Character.Gender: The character's gender.
  • Character.Bio: A brief biography of the character, providing context and backstory.
  • Character.Image: URL of the character's profile image.
  • Character.BirthPlace, Character.Kingdom, Character.Phylum, Character.Class, Character.Order, Character.Family, Character.Genus, Character.Species, Character.Multiverse: Additional details about the character's origin, race, and classification within the game universe.

5. Deck Information:

  • Deck.Id: Unique ID of the deck to which the card belongs.
  • Deck.Name: The deck's name.
  • Deck.Description: A description of the deck, providing information about its theme or playstyle.
  • Deck.Image: URL of the image associated with the deck.
  • Deck.CreatorSignature: Signature or name of the deck's creator.
  • Deck.Link: External URL related to the deck, such as a website or creator's profile.
  • Deck.Category: Deck category.

Behavior Switching with GIFs

The FrontImage attribute plays a crucial role in the user experience, especially when it is a GIF. When FrontImage is a GIF, the mouse-controlled depth and motion parallax effect between the CharacterCardImage and the FrontImage is not applied. This means that the GIF animation will fully fill the section.