User Tools

Site Tools


plugin-core

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
plugin-core [2025/06/13 20:41] – [Passives] isiahgamesplugin-core [2025/07/03 23:00] (current) – [Actions] isiahgames
Line 56: Line 56:
  
 ===== Plugin Commands ===== ===== Plugin Commands =====
 +|< 100% 30% >|
 ^  Command Syntax  ^  Event Usage  ^  Description  ^ ^  Command Syntax  ^  Event Usage  ^  Description  ^
 | <code>DisableCardBattle</code> |  Map Only  | Reverts the Battle System to RPG Maker Defaults. | | <code>DisableCardBattle</code> |  Map Only  | Reverts the Battle System to RPG Maker Defaults. |
Line 63: Line 63:
 | <code>DisableCardLibrary</code> |  Map & Battle  | Removes the **Card Library** option from the Menu. | | <code>DisableCardLibrary</code> |  Map & Battle  | Removes the **Card Library** option from the Menu. |
 | <code>OpenCardLibrary</code> |  Map & Battle  | Opens the **Card Library** scene directly. This can be done from the map. | | <code>OpenCardLibrary</code> |  Map & Battle  | Opens the **Card Library** scene directly. This can be done from the map. |
-| <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>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>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>HideCardIndex [index]</code> |  Map & Battle  | This hides the card at the specified index. |
Line 70: Line 71:
  
 ===== Notetags ===== ===== Notetags =====
 +|< 100% 30% >|
 ^  Notetag Syntax  ^  Database Usage  ^  Description  ^ ^  Notetag Syntax  ^  Database Usage  ^  Description  ^
 | <code><Hide from card library></code> |  Skills  | Makes the card not show up in the Card Library  | | <code><Hide from card library></code> |  Skills  | Makes the card not show up in the Card Library  |
Line 90: Line 91:
  
 ===== Actions ===== ===== Actions =====
 +|< 100% 30% >|
 ^  Card Action Syntax  ^ Description  ^ ^  Card Action Syntax  ^ Description  ^
 | <code>Draw X</code> | Where X is a number, playing this card will make the actor draw X cards | | <code>Draw X</code> | Where X is a number, playing this card will make the actor draw X cards |
Line 132: Line 134:
  
 ===== Passives ===== ===== Passives =====
 +|< 100% 30% >|
 +^ Card Passive Syntax  ^ Description  ^
 | <code>Will End Turn</code> | This will cause the card to end the turn upon use. | | <code>Will End Turn</code> | This will cause the card to end the turn upon use. |
 | <code>Discard if unplayed</code> | Will discard this card if the turn ends while this card is in the hand. | | <code>Discard if unplayed</code> | Will discard this card if the turn ends while this card is in the hand. |
Line 149: Line 153:
  
 <code> <code>
 +**v1.6.4**
 +- Fixed niche crash involving the lack of Card Target Actions.
 +- Fixed bug with message warning for moving to an unknown zone.
 +- Forced actions are now either better or worse.
 +- Fix for Card Summons that makes Start of Turn Field work for the enemy without taking up their actions.
 +- Fixed bug that would cause auto battlers to play Start of Battle/Start of Turn Card Actions.
 +- The Hand Zone's Targeting Offset is now a struct and the X component works regardless of whether Move Card to Target? is ON.
 +
 **v1.6.3** **v1.6.3**
 - Added Window Word Wrap parameter. - Added Window Word Wrap parameter.
plugin-core.1749840093.txt.gz · Last modified: 2025/06/13 20:41 by isiahgames