card-overview
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
card-overview [2024/09/10 02:25] – [Card Art] isiahgames | card-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/ | + | {{https://img.itch.zone/aW1nLzE4NzkxNzgzLnBuZw==/original/kZaXHA.png? |
|**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/ | + | {{https://img.itch.zone/aW1nLzE4NzkxNzE1LnBuZw==/original/AUw58x.png|Plugin Params for Card Appearance}} |
^ Parameter ^ Description ^ | ^ Parameter ^ Description ^ | ||
- | | **Default | + | | **Card |
- | | **Card Art Directory Folder** | The name of the folder inside | + | | **Skill Cost Coordinates** | These parameters set the coordinates for the card/skill description. The top-left of the card is position 0,0. | |
- | | **Card Base Directory Folder** | The name of the folder inside | + | | **Cost Width** | The Cost is right-aligned by default, so the Width determines how much horizontal space is dedicated to the cost text. | |
- | | **Card | + | | **Card |
- | | **Icon Size** | This determines | + | | **Highlight Sheet** | This is the name of an image sheet for sprites that appear when cards can be selected. They appear |
+ | | **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. | | ||
+ | | **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:// | + | If you are using [[plugin-text-plus|Text Format Plus]], you have additional options for Card Customization. Each individual text component - Name, Description, |
^ Parameter ^ Description ^ | ^ Parameter ^ Description ^ | ||
- | | **Display | + | | **Display |
- | | **Card Description | + | | **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. | + | | **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 parameters. This parameter requires | + | | **Text Style/Text Style Value** | See [[plugin-text-plus# |
- | | **Highlight Sprite**\\ **Discard Highlight Sprite** | These sprites appear when cards can be selected. They appear on top of the card itself. The 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/ | + | | **Max Text Width** | Used for word-wrap and text alignment. Use 0 to set automatically, and -1 to disable word-wrap. | |
- | | **Removal Animation** | The preprogrammed animation used for cards that are being removed from play. There are currently 2 animations: | + | | **Line Spacing** | The amount of pixels |
+ | | **Text Alignment** | Whether the text will be left-aligned, right-aligned, | ||
===== Card Art ===== | ===== Card Art ===== | ||
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.1725927920.txt.gz · Last modified: 2024/09/10 02:25 by isiahgames