Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision |
| plugin-deck-edit-beta [2025/12/15 22:30] – created isiahgames | plugin-deck-edit-beta [2025/12/15 22:33] (current) – [Plugin Commands] isiahgames |
|---|
| Deck Editor Plugin is available on [[https://mythatelier.itch.io/deck-editor-cgc-expansion-plugin|itch.io]]. | Deck Editor Plugin is available on [[https://mythatelier.itch.io/deck-editor-cgc-expansion-plugin|itch.io]]. |
| |
| **Current Version: 1.2.1** | **Current Version: 1.2.2** |
| |
| ====== Parameters ====== | ====== Parameters ====== |
| ^ Command Syntax ^ Event Usage ^ Description ^ | ^ Command Syntax ^ Event Usage ^ Description ^ |
| | <code>IncreaseDP [ActorID] [Amount]</code> | Map Only | Will add the specified amount to the actor's max DP, like raising a stat. | | | <code>IncreaseDP [ActorID] [Amount]</code> | Map Only | Will add the specified amount to the actor's max DP, like raising a stat. | |
| | <code>OpenDeckEditor</code> | Map Only | Will open the Deck Editor Scene during an Event | | | <code>OpenDeckSelector [ActorId]</code> | Map Only | Will open the Deck Selector Scene during an Event. If the Actor ID is absent, it will use the party leader. | |
| | | <code>OpenDeckEditor [ActorId] [DeckName]</code> | Map Only | Will open the Deck Editor Scene of the specified actor and deck. If the Actor ID is absent or set to 0, it will use the party leader. If the Deck Name is absent, it will use the actor's currently equipped deck. | |
| | <code>EquipDeck [ActorID] [DeckName]</code> | Map Only | Equips Actor with matching ID with a Decklist you specify. Actor needs to be in the party. Decklist needs to match the name given. Example: "EquipDeck 1 HeroStarter" will equip the Actor at ID 1 with the Decklist called "HeroStarter" if it is available. | | | <code>EquipDeck [ActorID] [DeckName]</code> | Map Only | Equips Actor with matching ID with a Decklist you specify. Actor needs to be in the party. Decklist needs to match the name given. Example: "EquipDeck 1 HeroStarter" will equip the Actor at ID 1 with the Decklist called "HeroStarter" if it is available. | |
| | <code>AddCardToDeck [ActorID] | | <code>AddCardToDeck [ActorID] |