Created
July 30, 2025 17:17
-
-
Save jmfergeau/b4d29cb6eed3af3f2a7dbed61b34c2a1 to your computer and use it in GitHub Desktop.
A short template to make your card decks for the game Guilty as Sock! Without needing to use the in-game editor. The "isValid" must be set to false if there are less than 20 cards. It's a json but it must be saved as txt to be imported.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"deckName": "Deck name", | |
"isValid": true, | |
"proofs": [ | |
{ | |
"content": "Proof name", | |
"tagline": "A short funny description.", | |
"cardType": 3 | |
}, | |
{ | |
"content": "Another proof name", | |
"tagline": "A short funny description.", | |
"cardType": 3 | |
}, | |
{ | |
"content": "A third proof name", | |
"tagline": "A short funny description.", | |
"cardType": 3 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment