User Tools

Site Tools


plugin-show-card

Differences

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

Link to this comparison view

Next revision
Previous revision
plugin-show-card [2023/01/03 03:17] – created banerjeeswplugin-show-card [2025/01/28 00:17] (current) isiahgames
Line 1: Line 1:
-====== Show Card Plugin ======+{{https://img.itch.zone/aW1nLzE1NDg2MzcwLnBuZw==/original/mIxYt3.png?nolink&690}}
  
 +**MYTH_CGC_ShowCard** is plugin lets you display Cards on the Map. Useful for showing Rewards or changes to made to Deck.
 +
 +**Current Version: Deprecated. Currently incorporated into the Core Engine.**
 +
 +{{ https://img.itch.zone/aW1nLzE1NTAzOTEwLnBuZw==/original/5ZL1DO.png?nolink&640 }}
 +
 +====== Plugin Commands ======
 +
 +^  Command Syntax  ^  Event Usage  ^  Description  ^
 +| <code>ShowCard [ID] [x] [y] [angle] [index]</code> |  Map & Battle  | Replace the brackets with their respective fields. Index works just like the Number when you Show Picture.\\ \\ If Index is omitted, it will just find a new index and create a new card.\\ \\ If angle is omitted, the angle will be 0.  |
 +| <code>HideCardID [ID]</code> |  Map & Battle  | This un-shows the card with the specified skill ID. If two or more cards have the same ID, it will hide the most recently added card. |
 +| <code>HideCardIndex [index]</code> |  Map & Battle  | This hides the card at the specified index. |
 +| <code>HideAllCards</code> |  Map & Battle  | This will hide all cards. |
 +| <code>MoveCard [index] [x] [y]</code> |  Map & Battle  | This moves the card of the specified index to the specified x and y coordinates. |
 +
 +====== Version History ======
 +<code>
 +*v1.1.0* 
 +- Fixed save error if the player changes scenes before hiding cards. Implemented automatic cleanup.
 +- Added new MZ plugin parameter - Show Card From Variable
 +- Fixed bug where hiding a card would shift every other card's index
 +- Changed plugin name.
 +
 +*v1.0.1*
 +- Fixed HideCardIndex not properly removing card, added MZ plugin commands
 +
 +*v1.0.0*
 +- Added MoveCard, HideCardIndex, added MZ support
 +
 +*v0.2*
 +- Fixed infinite loop error with plugin command calls
 +
 +*v0.1* 
 +- Released plugin internally
 +</code>
 +
 +=====  =====
plugin-show-card.1672712231.txt.gz · Last modified: 2023/01/03 03:17 by banerjeesw