

An Inscryption mod that adds an Opossum talking card. This mod doubles as an example of how to use my TalkingCardAPI mod to make talking cards with JSON.
The talking Opossum card has custom dialogue and a custom voice.

In addition, this mod also adds 3 starter decks:
| Name | Cards |
|---|---|
| Awesome Possum | Opossum (Talking), Opossum, Opossum |
| Death Tango | Opossum (Talking), Cockroach, Cat |
| Trash Mammals | Opossum (Talking), Skunk, Raccoon |

The talking Opossum card also has a secret special ability added with Configils!
This mod’s dependencies are BepInEx, the InscryptionAPI, JSONCardLoader and TalkingCardAPI.
There are two ways of installing this mod: with the help of a mod manager (like r2modman or the Thunderstore Mod Manager) or manually.
BepInEx.cfg file, so it's advised.BepInEx > plugins folder.Q: "How can I make my own talking cards?"
A: This mod was made entirely with JSON. The main goal of this mod is to serve as an example of how to make talking cards with JSON with the help of the JSONLoader mod and my TalkingCardAPI mod.
JSON is very accessible, you should try making your own JSON cards if you haven't already!