You are viewing a potentially older version of this package. View all versions.
KellyBetty-Talking_Possum-1.0.0 icon

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-5.4.1901 icon
BepInEx-BepInExPack_Inscryption

BepInEx pack for Inscryption. Preconfigured and ready to use.

Preferred version: 5.4.1901
API_dev-API-2.9.1 icon
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.9.1
MADH95Mods-JSONCardLoader-2.3.0 icon
MADH95Mods-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.0

README

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.

Talking Card Example

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

Talking Opossum Decks

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)

  1. Download and install r2modman or the Thunderstore Mod Manager.
  2. Install this mod and all of its dependencies with the help of the mod manager!

Installation (Manual)

  1. Download and install BepInEx.
    1. If you're downloading it from its Github page, follow this installation guide.
    2. 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.cfg file, so it's advised.
  2. Download and install the Inscryption API mod following its manual installation guide.
  3. Download and install the JSONCardLoader mod following its manual installation guide.
  4. Download and install the TalkingCardAPI mod following its manual installation guide.
  5. Find the BepInEx > plugins folder.
  6. 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!