How to modify the side deck at any moment.
Updated 11 months agoHow to modify the side deck at any moment.
- Access the var
ListSideDeck.CustomSideDeck.sideDeck. - Use any function to modify the side deck. (Ex:
sideDeck.Clear(),sideDeck.Add(),sideDeck.Remove()) - Use
ListSideDeck.CustomSideDeck.saveSideDeck()to save any change you've done into the RunState (save file for run) - Don't forget you can patch vanilla functions to add functionalities!
Also, the source code is available in the plugin folder, in SourceCode.zip.