Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hey Arcanamoon,

Please try placing this in the Skill Notetag and see if it works:

<Card Actions>
Select 1 Type Attack from Discard
Move Selected to Hand
Clear Selected
Wait 30
Select All from Discard
Eval var type = "Attack"; var win = SceneManager._scene._cardSelectionWindow; win._cardsSelected = win._cardsSelected.filter(card => Myth.CGC.getIDsOfType(type).includes(card._skillId));
Move Selected to Deck
Clear Selected
Wait 90
Shuffle Deck
</Card Actions>

The Select All Type X from zoneName Card Action is available in CGC v1.6.3 but that update has not launched yet so we are implementing it using an Eval method. You can replace  "Attack" with the specific Type Name  you want to use for your version of the card. You will need to replace it both in the first line and in the Eval. Finally, make sure there is a wait time between Moving the Cards and Shuffling the Deck. Shuffling while the Cards are in transit will cause a crash (this has also been fixed for CGC v1.6.3) so the Wait time is a safety measure to make sure they get there before the next Card Action.

<card actions="">Let us know if this works on your end. If you run into any issues, we can troubleshoot here until the solution works.</card>

<card actions="">Thanks,</card>

<card actions="">MythAtelier Team
</card>