Talking Possum
Adds an Opossum talking card to Act 1!
| Date uploaded | 3 years ago |
| Version | 1.0.0 |
| Download link | KellyBetty-Talking_Possum-1.0.0.zip |
| Downloads | 161 |
| Dependency string | KellyBetty-Talking_Possum-1.0.0 |
This mod requires the following mods to function
BepInEx-BepInExPack_Inscryption
BepInEx pack for Inscryption. Preconfigured and ready to use.
Preferred version: 5.4.1901API_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.9.1MADH95Mods-JSONCardLoader
This is a BepInEx plugin made for Incryption to create custom cards, sigils, starter decks, tribes and encounters using JSON files and the API.
Preferred version: 2.3.0README
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!
Installation
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.
Installation (Mod Manager)
- Download and install r2modman or the Thunderstore Mod Manager.
- Install this mod and all of its dependencies with the help of the mod manager!
Installation (Manual)
- Download and install BepInEx.
- If you're downloading it from its Github page, follow this installation guide.
- If you're downloading "BepInExPack Inscryption" from Thunderstore, follow the manual installation guide on the Thunderstore page itself. This one comes with a preconfigured
BepInEx.cfgfile, so it's advised.
- Download and install the Inscryption API mod following its manual installation guide.
- Download and install the JSONCardLoader mod following its manual installation guide.
- Download and install the TalkingCardAPI mod following its manual installation guide.
- Find the
BepInEx > pluginsfolder. - Place the contents of "TalkingPossum.zip" in a new folder within the plugins folder.
FAQ
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!