User Tools

Site Tools


card-overview

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
card-overview [2024/09/10 02:24] – [Bases & Card Types] isiahgamescard-overview [2024/11/30 12:57] (current) – [Bases & Card Types] banerjeesw
Line 4: Line 4:
 Each Card is composed of a number of layers of Bitmaps which are drawn to screen in the following sequence: Each Card is composed of a number of layers of Bitmaps which are drawn to screen in the following sequence:
  
-{{https://cdn.discordapp.com/attachments/235557488794009600/1090615934810599585/image.png}}+{{https://img.itch.zone/aW1nLzE4NzkxNzgzLnBuZw==/original/kZaXHA.png?nolink&690}}
  
 |**Card Base**| Serves as the bottom-most layer which is used to determine the Card's shape and background. You can provide images of any dimensions to make up the Card Base, however, keep in mind how much screen space the Hand has in your game.| |**Card Base**| Serves as the bottom-most layer which is used to determine the Card's shape and background. You can provide images of any dimensions to make up the Card Base, however, keep in mind how much screen space the Hand has in your game.|
Line 15: Line 15:
 The following parameters give you control over the appearance of your cards: The following parameters give you control over the appearance of your cards:
  
-{{https://cdn.discordapp.com/attachments/235557488794009600/1090588866341261375/image.png|Plugin Params for Card Apperance}}+{{https://img.itch.zone/aW1nLzE4NzkxNzE1LnBuZw==/original/AUw58x.png|Plugin Params for Card Appearance}}
  
 ^ Parameter ^ Description ^ ^ Parameter ^ Description ^
-| **Default Card Base** | This parameter is the image used for the card base. | +| **Card Name Coordinates** | These parameters set the coordinates for the card/skill name. The top-left of the card is position 0,0. | 
-| **Card Art Directory Folder** | The name of the folder inside the img folder that the game will look for card artMore info about card art in the next section. | +| **Skill Cost Coordinates** | These parameters set the coordinates for the card/skill descriptionThe top-left of the card is position 0,0. | 
-| **Card Base Directory Folder** | The name of the folder inside the img folder that the game will look for card base images +| **Cost Width** | The Cost is right-aligned by default, so the Width determines how much horizontal space is dedicated to the cost text. | 
-| **Card Name Font Size** | The font size for the name of the card/skill. The card name is always drawn in the top-left.\\ The skill cost of the card is drawn in the same font sizeand is always drawn in the top-right. | +| **Card Description Coordinates** | These parameters set the coordinates for the card/skill description. The top-left of the card is position 0,0. | 
-| **Icon Size** | This determines the width/height in pixels of any icons drawn on the card. In default RMMV, this isn’t necessary as icons aren’t typically drawn in skill names/descriptions, but with plugins such as **YEP_SkillCore** where icons represent resources, this is useful.\\ \\ Whatever the size of the icon was previously, this scales that icon to the new dimension. |+| **Highlight Sheet** | This is the name of an image sheet for sprites that appear when cards can be selected. They appear on top of the card itselfThe sheet should consist of 3 images placed horizontally: \\ - The Enabled Highlight: used when a card can be selected for play. \\ - The Discard Highlight: used when a card can be selected for discard or moving between zones. \\ - The Remove Highlight: used when a card can be selected for removal. \\ \\ The sheet should be in img/CGC/highlights. | 
 +**Removal Animation** | The preprogrammed animation used for cards that are being removed from playThere are currently 2 animations:\\ \\ Fade - This will cause the card to rise in the air and fade out before disappearing.\\ Burn - This will cause the card to slowly disappear from the bottom up. | 
 +| **Smooth Scaling** | Determines whether smoothing is applied when scaling cards up or down. If this is set to false, scaled cards will appear pixelated, which may be desired if your game has a pixel art style. |
  
-{{https://cdn.discordapp.com/attachments/235557488794009600/1090590984460570694/image.png}}+If you are using [[plugin-text-plus|Text Format Plus]], you have additional options for Card Customization. Each individual text component - Name, Description, Cost, and Type - has the following parameters:
  
 ^ Parameter ^ Description ^ ^ Parameter ^ Description ^
-| **Display Card Description?** | This boolean determines if the description is shown on the card at all. Set to ON to display the skill’s description on the card, set to OFF to not do that. | +| **Display Component** | boolean determining if the given text component is drawn on the card. | 
-| **Card Description Font Size** | The font size for the description of the card/skill. | +| **Font Size** | The font size of the given text component. | 
-| **Card Description X**\\ **Card Description Y** | These parameters set the coordinates for the card/skill description. The top-left of the card is position 0,0. | +| **Font Face** | The font of the given text component. Fonts must either all be in .ttf format or all be in .woff format. | 
-| **Card Description Width** | Used in conjunction with the above 2 parametersThis parameter requires **YEP_MessageCore**, and sets the width of the card description before it word-wrapsIf set to 0it will default to the full width of the card. | +| **Text Style/Text Style Value** | See [[plugin-text-plus#text_styles|Text Style]]
-| **Highlight Sprite**\\ **Discard Highlight Sprite** | These sprites appear when cards can be selected. They appear on top of the card itselfThe Highlight Sprite is used when a card can be selected for play, while the Discard Highlight Sprite is used when a card can be selected for discard/removal. | +**Max Text Width** | Used for word-wrap and text alignmentUse 0 to set automaticallyand -1 to disable word-wrap. | 
-| **Removal Animation** | The preprogrammed animation used for cards that are being removed from play. There are currently 2 animations:\\ \\ Fade - This will cause the card to rise in the air and fade out before disappearing.\\ Burn This will cause the card to slowly disappear from the bottom up. |+| **Line Spacing** | The amount of pixels of space between multiple lines of text, if applicable0 to set automatically. | 
 +| **Text Alignment** | Whether the text will be left-aligned, right-aligned, or centered within the space given to it. |
  
 ===== Card Art ===== ===== Card Art =====
Line 39: Line 42:
 You can instead use notetags to supply a piece of art for each card: You can instead use notetags to supply a piece of art for each card:
  <Card Art: file_name>  <Card Art: file_name>
-The plugin will use the image with the supplied file name inside the Card Art Directory Folder.+The plugin will use the image with the supplied file name inside the img/CGC/art folder.
 This image will not be centered - it will be drawn from starting the top-left corner of the card. This image will not be centered - it will be drawn from starting the top-left corner of the card.
  
Line 48: Line 51:
  
 ==== Bases & Card Types ==== ==== Bases & Card Types ====
-If you have MYTH_CGC_CardTypes, it has a feature where cards of the same card type may all use a different card base from the Default Card Base. The <Card Base> notetag will override this behavior.+If you are using [[plugin-card-types|Card Types Plugin]], it has a feature where cards of the same card type may all use a different card base from the Default Card Base. The <Card Base> notetag will override this behavior.
  
 Priority goes like this:  Priority goes like this: 
card-overview.1725927891.txt.gz · Last modified: 2024/09/10 02:24 by isiahgames