ListSideDeck
Library that makes available the side deck as a List<CardInfo> in code.
Last updated | 5 days ago |
Total downloads | 95 |
Total rating | 0 |
Categories | Libraries Act I Kaycee's Mod |
Dependency string | GeckVolantMarin-ListSideDeck-1.0.0 |
Dependants | 1 other package depends on this package |
This mod requires the following mods to function
API_dev-API
The de-facto standard core API for all Inscryption mods. This lets you create new cards, abilities, challenges, map nodes, starter decks, and more.
Preferred version: 2.22.3README
Geck Volant Marin : List Side Deck
This library makes available the side deck as a List<CardInfo> in code.
How 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, along with an exemple.
Functionalities:
- Works in Part1 and Kaycee's mod (Diferent save files for both, you don't need to handle it)
- Automaticly replace squirrels with bees in part1 if the player has collected the Bee Figurine
Current minimal non-important flaws:
- Don't work in part3 (If added, will be in a diferent mod)
- Don't work with JSON
Thanks To:
- The modding community
- ILSpy developers