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

CustomCurrency

Multiple new cost types for custom cards!

By TVFLabs
Date uploaded 3 years ago
Version 1.0.0
Download link TVFLabs-CustomCurrency-1.0.0.zip
Downloads 348
Dependency string TVFLabs-CustomCurrency-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_Inscryption-5.4.1902 icon
BepInEx-BepInExPack_Inscryption

BepInEx pack for Inscryption. Preconfigured and ready to use.

Preferred version: 5.4.1902
API_dev-API-2.14.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.14.1

README

TVFLabs's Custom Currency

This mod adds 3 new cost types for people to use in their custom cards. I plan to add more over time.

Features:

3 New Cost Types:

  • Skulls: The amount of Skulls you have is always equal to the number of Challenge Points in your current run divided by 10. Skulls are not spent.
  • Bells: The amount of Bells you have is equal to the number of times you've passed your turn in the current battle. Bells are not spent.
  • OLD_BITS: You get 1 OLD_BITS every time you visit the Woodcarver or the Bone Lord. OLD_BITS aren't reset after a battle.

How to Use:

  • JSON Loader:
"extensionProperties": {
  "SkullsCost": "2",
  "BellsCost": "4",
  "OldBitsCost": "1"
}
  • C#:
customCard.SetExtendedProperty("SkullsCost", "2");
customCard.SetExtendedProperty("BellsCost", "4");
customCard.SetExtendedProperty("OldBitsCost", "1");

Changelog

  • 1.0.0: Uploaded to Thunderstore.

CHANGELOG

Changelog

  • 1.0.0:
    • Uploaded to Thunderstore.
  • 1.1.0:
    • Added Mana cost type.
    • Added five Tap For Mana sigils.
    • Fixed Leshy saying Bells amount when trying to play an OLD_BITS-costing card.
  • 1.2.0:
    • Added Generic Mox cost type.
    • Reworked Skulls and Bells.