
You are viewing a potentially older version of this package. View Latest Version
CustomCurrency
Multiple new cost types for custom cards!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.