plugin-deck-edit
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
plugin-deck-edit [2024/09/10 04:52] – [Plugin Commands] isiahgames | plugin-deck-edit [2025/01/29 21:43] (current) – isiahgames | ||
---|---|---|---|
Line 8: | Line 8: | ||
Deck Editor Plugin is available on [[https:// | Deck Editor Plugin is available on [[https:// | ||
+ | |||
+ | **Current Version: 1.2.1** | ||
====== Parameters ====== | ====== Parameters ====== | ||
Line 34: | Line 36: | ||
{{https:// | {{https:// | ||
===Deck Editor Scene=== | ===Deck Editor Scene=== | ||
+ | | **Menu Command Name** | The name of the Menu command that opens the Deck Editor. | | ||
+ | | **Command Names** | The names of the commands inside the Deck Selector scene. The commands are: \\ Equip - the command that lets users equip Decks. \\ Edit - the command that lets users edit Decks, and move to the Deck Editor scene. \\ New - the command that lets users create new Decks. \\ Rename - The command that lets users rename Decks. \\ Copy - The command that lets users create duplicate Decks. \\ Delete - The command that lets users delete Decks. \\ \\ If any Command Name is left blank, the command won't appear. | | ||
| **Card Window Width** | The width of the windows where the player selects cards. Leave room for the preview card. | | | **Card Window Width** | The width of the windows where the player selects cards. Leave room for the preview card. | | ||
| **Preview Card Y** | The Y coordinate of the preview card in the Deck Editor scene. It's always centered horizontally. | | | **Preview Card Y** | The Y coordinate of the preview card in the Deck Editor scene. It's always centered horizontally. | | ||
Line 118: | Line 122: | ||
^ Notetag Syntax | ^ Notetag Syntax | ||
| < | | < | ||
- | minsize: X | + | Min Size: X |
- | maxsize: Y | + | Max Size: Y |
- | </deck restriction></ | + | Min Type typeName: X |
- | | < | + | Max Type typeName: X |
+ | Seal Type typeName | ||
+ | Seal Type typeName if [expression] | ||
+ | Require [expression] | ||
+ | Requirement Message: [string] | ||
+ | </deck restriction></ | ||
+ | | < | ||
+ | Max Copies: 4 | ||
+ | Require [expression] | ||
+ | </Deck Restriction> | ||
+ | </ | ||
| < | | < | ||
5x Skill Y | 5x Skill Y | ||
Line 130: | Line 144: | ||
1x skillName | 1x skillName | ||
</ | </ | ||
- | </ | + | </ |
- | |< | + | | < |
| < | | < | ||
| < | | < | ||
Line 144: | Line 158: | ||
====== Version History ====== | ====== Version History ====== | ||
< | < | ||
+ | **v1.2.1** | ||
+ | - Fixed Param Descriptions in DeckEditor referring to Simple Library. | ||
+ | - Fixed bug where removing a card from the deck would cause a card sprite to appear in the CardList even while the CardList was filtering by card types said card didn't have. | ||
+ | - Added utility function Game_Actor.prototype.removeExcessCards(deck) | ||
+ | - Added support for negative DP costs for cards. | ||
+ | - Added plugin parameters to change Command names. | ||
+ | - Fixed MZ bug where the AddCardToDeck and RemoveCardFromDeck Plugin Command would not work. | ||
+ | - Changed the "Deck Preset Error" Card sprite/text to "Under Deck Size Error" for better conveyance on how to fix the error. | ||
+ | |||
+ | **v1.2.0** | ||
+ | - Added the following Deck Restriction options: | ||
+ | - Max Type typeName: X | ||
+ | - Min Type typeName: X | ||
+ | - Seal Type typeName | ||
+ | - Seal Type typeName if [condition] | ||
+ | - Require [expression] | ||
+ | - Requirement Message: [string] | ||
+ | - Added the following Card restriction options: | ||
+ | - Require [expression] | ||
+ | - You can now " | ||
+ | - Added utility function Actor.isCurrentDeckLegal(). | ||
+ | - Fixed bug where starting decks would contain cards that weren' | ||
+ | - Added ability to use Deck Editor scene and Card Library scene simultaneously. | ||
+ | - Added two new Plugin Commands: AddCardToDeck and RemoveCardFromDeck. | ||
+ | - Added parameter to change how cards gained by equipment factor into the deck. | ||
+ | - Added parameters for whether DP should be enabled and/or visible. | ||
+ | - Changed the Deck scenes in line with the Library revamp. | ||
+ | - Changed parameters to match. | ||
+ | - Replaced safety skill with a custom still that provides better feedback to the user. | ||
+ | |||
**v1.1.0** - Added Deck Points feature | **v1.1.0** - Added Deck Points feature | ||
You can now customize what info is in the Deck Status window. Doing | You can now customize what info is in the Deck Status window. Doing |
plugin-deck-edit.1725936772.txt.gz · Last modified: 2024/09/10 04:52 by isiahgames