Inscryption
You are viewing a potentially older version of this package. View Latest Version
Install with App

Details

Date Uploaded
4 years ago
Downloads
4K
Size
69KB

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.
Thunderstore development is made possible with ads. Please consider making an exception to your adblock.