battle-screen
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
battle-screen [2023/03/30 07:59] – banerjeesw | battle-screen [2023/05/19 22:20] (current) – [Item Button] isiahgames | ||
---|---|---|---|
Line 2: | Line 2: | ||
This page covers the new UI Elements that are added to the Battle Screen by [[plugin-core|IsiahCardGameCombat]]. | This page covers the new UI Elements that are added to the Battle Screen by [[plugin-core|IsiahCardGameCombat]]. | ||
{{https:// | {{https:// | ||
- | ===== Deck Icon ===== | ||
- | This is the icon that represents the player’s deck. It contains a number that represents how many cards are in the deck. | + | ===== Card Hand ===== |
+ | This is the fan of Cards in the Hand of the active Actor. | ||
- | Parameters: | + | {{https:// |
+ | {{https:// | ||
- | **Deck Image** - An image file to represent | + | | **Hand Y Coordinate** | The y coordinate for the card hand to be in battle. Generally recommend |
+ | | **Hand Center X Coord** | The x coordinate of the *center* of the hand. Default is 408, half RM's default window width. | | ||
+ | | **Selected Card Y Offset** | The number of pixels the currently selected card will raise above the rest of the hand | | ||
+ | | **Discarding Card Y Offset** | The number of pixels a card will be raised if it is chosen to be discarded. | | ||
+ | | **Max Hand Width** | The max horizontal space the hand can take up. | | ||
+ | | **Min Card Separation W** | The minimum space in pixels between cards until the max width would otherwise | ||
+ | | **Card Rotation Multiplier** | Cards will rotate the farther they are from the hand. This adds a multiplier to that amount to increase or decrease that rotation. | | ||
+ | | **Card Height Multiplier** | Card height changes depending on their distance from the center of the hand. This adds a multiplier to that amount to increase | ||
+ | | | | | ||
- | **Deck X coordinate** | + | ===== Deck Icon ===== |
- | **Deck Y coordinate** | + | This is the icon that represents the player’s deck. It contains a number that represents how many cards are in the deck. |
- | These represent the coordinates on the screen the deck image will appear. | + | {{https:// |
+ | {{https:// | ||
- | **Deck card scale** | + | | **Deck |
- | + | | **Deck X coordinate**\\ **Deck Y coordinate** | These represent the coordinates on the screen the deck image will appear. | | |
- | **Deck card rotation** | + | | **Deck card scale**\\ |
- | + | | **Deck Amount Number Font Size** | |
- | These are a bit more complex. | + | | **Deck Number X Coord**\\ **Deck Number Y Coord** |
- | + | | | | | |
- | The effect is that cards appear the same size as the Deck Image, then grow into their full size. It feels more like cards are being drawn from the deck that way. | + | |
- | + | ||
- | Deck Card Scale is a number between 0 and 1 if the card should be smaller than its normal size, and between 1 and 4 if it should be bigger. | + | |
- | + | ||
- | Deck Card Rotation is measured in degrees between -360 and 360. | + | |
- | + | ||
- | **Deck Amount Number Font Size** | + | |
- | + | ||
- | **Deck Number X Coord** | + | |
- | + | ||
- | **Deck Number Y Coord** | + | |
- | + | ||
- | The coordinates for the Deck Amount Number. This number is right-aligned, | + | |
===== Discard Pile ===== | ===== Discard Pile ===== | ||
Line 40: | Line 37: | ||
This is very similar to the Deck Icon in that it represents the Discard Pile - the key difference being that it can be represented by the most recently discarded card instead of an icon | This is very similar to the Deck Icon in that it represents the Discard Pile - the key difference being that it can be represented by the most recently discarded card instead of an icon | ||
- | Parameters: | + | {{https:// |
+ | {{https:// | ||
- | **Discard Image** | + | | **Discard Image** |
- | + | | **Show Discard Image? | |
- | **Show Discard Image? | + | | **Discard X coordinate**\\ **Discard Y coordinate** |
- | + | | **Discard card scale**\\ **Discard card rotation** | |
- | **Discard X coordinate** | + | | **Discard Amount Number Font Size** | The font size for the number representing how many cards are in the discard pile. | |
- | + | | **Discard Number X Coord**\\ **Discard Number Y Coord** | |
- | **Discard Y coordinate** | + | | | | |
- | + | ||
- | These represent the coordinates on the screen the discard pile will appear. | + | |
- | + | ||
- | **Discard card scale** | + | |
- | + | ||
- | **Discard card rotation** | + | |
- | + | ||
- | Just like the Deck card scale and rotation parameters, these determine how the cards themselves will be sized/ | + | |
- | + | ||
- | In the above screenshot, Show Discard Image? is set to false, and Discard card rotation is set to 90, so as a card is discarded it rotates as it moves into place. | + | |
- | + | ||
- | Discard Amount Number Font Size - The font size for the number representing how many cards are in the discard pile. | + | |
- | + | ||
- | **Discard Number X Coord** | + | |
- | + | ||
- | **Discard Number Y Coord** | + | |
- | + | ||
- | The coordinates for the Discard Amount Number. This number is right-aligned, | + | |
===== End Turn Button ===== | ===== End Turn Button ===== | ||
Line 72: | Line 52: | ||
This is a feature under the Extra Battle Buttons category of parameters. When selected, it will execute a skill. It is intended that this skill will end the player’s turn. | This is a feature under the Extra Battle Buttons category of parameters. When selected, it will execute a skill. It is intended that this skill will end the player’s turn. | ||
- | While the End Turn Button is enabled, it will become the Discard button when the player needs to discard cards. The player will select cards to discard, and then select the Discard button to confirm their selection. | + | While the End Turn Button is enabled, it will become the Discard button when the player needs to discard cards. The player will select cards to discard, and then select the Discard button to confirm their selection. If the End Turn Button is disabled, the cards are automatically discarded as soon as the final necessary card is selected, and there is no confirm button. |
- | If the End Turn Button is disabled, the cards are automatically discarded as soon as the final necessary card is selected, and there is no confirm button. | + | {{https:// |
+ | {{https:// | ||
- | Parameters: | + | | **End Turn Skill #** |
- | + | | **End Turn Image** | |
- | **End Turn Skill #** - This is the Skill ID of the skill that is executed when the player selects the End Turn Button. As long as the End Turn Button parameter is set to ON, the player will always have access to this skill during their turn. | + | | **End Turn Disabled Image** |
- | + | | **End Turn Highlighted Image** | |
- | In the demo project that came with the plugin, for example, the End Turn skill is one of a few skills that does not use YEP_InstantCast, | + | | **End Turn Discard Image** |
- | + | | **Discard Disabled Image** | |
- | As this is a skill, it can have Card Actions attached to it. | + | | **X coordinate**\\ **Y coordinate** |
- | + | | **End Turn Use Condition** | (Advanced use) A code expression that must evaluate to true for the End Turn Button to be usable. | | |
- | **End Turn Image** | + | | | | |
- | + | ||
- | **End Turn Disabled Image** | + | |
- | + | ||
- | **End Turn Highlighted Image** | + | |
- | + | ||
- | **End Turn Discard Image** | + | |
- | + | ||
- | **Discard Disabled Image** | + | |
- | + | ||
- | **X coordinate** | + | |
- | + | ||
- | **Y coordinate** | + | |
- | + | ||
- | The coordinates on screen for the End Turn button. | + | |
===== Item Button ===== | ===== Item Button ===== | ||
Line 104: | Line 71: | ||
This is a feature under the Extra Battle Buttons category of parameters. Similar to the End Turn Button, the Item Button is a highlightable option when scrolling through your cards. When selected, it will open the item menu. | This is a feature under the Extra Battle Buttons category of parameters. Similar to the End Turn Button, the Item Button is a highlightable option when scrolling through your cards. When selected, it will open the item menu. | ||
- | Parameters: | + | {{https:// |
- | + | {{https:// | |
- | **Item Button Image** | + | |
- | + | ||
- | **Item Button Disabled Image** | + | |
- | + | ||
- | **Item Button Highlighted Image** | + | |
- | + | ||
- | **X coordinate** | + | |
- | + | ||
- | **Y coordinate** | + | |
- | + | ||
- | These parameters work identically to the End Turn Button parameters, but apply to the Item Button. | + | |
- | **Item Button Description** | + | | **Item Button Image** | The image that is used for the item menu button. | |
+ | | **Item Button Disabled Image** | The image that is used for the item menu button when it cannot be pressed. | | ||
+ | | **Item Button Highlighted Image** | The image that is overlayed on the item menu button when it is highlighted. | | ||
+ | | **X coordinate**\\ **Y coordinate** | The x coordinate for the item button to be on the screen. The y coordinate for the item button to be on the screen. You should keep it to the left of the hand. | | ||
+ | | **Item Button Description** | ||
+ | | **Item Button Use Condition** | (Advanced use) A code expression that must evaluate to true for the Item Button to be usable. | | ||
===== Other Windows ===== | ===== Other Windows ===== |
battle-screen.1680155952.txt.gz · Last modified: 2023/03/30 07:59 by banerjeesw