Woogachaka / DeckFactoryTool

For rapid prototyping of decks in Tabletop Simulator
GNU General Public License v3.0
0 stars 1 forks source link

Export to TTS object file feature #11

Closed Woogachaka closed 5 years ago

Woogachaka commented 5 years ago

Add a feature that takes the current deckManifest object and converts it to a .json object defining the saved deck object(s) in TTS. This will be dependent on another ticket that is building into the tool some web-hosting interface The TTS object file will need the following features: -Each card has appropriate name and the card "note" is populated with the card's typeline and oracle text -Cards are split into separate "CustomDeck" object piles dependent on the given pile number (0 is default main deck, -1 is default tokens/extras)

Woogachaka commented 5 years ago

Complete.