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

This mod adds 3 new cost types for people to use in their custom cards. I plan to add more over time.
3 New Cost Types:
"extensionProperties": {
"SkullsCost": "2",
"BellsCost": "4",
"OldBitsCost": "1"
}
customCard.SetExtendedProperty("SkullsCost", "2");
customCard.SetExtendedProperty("BellsCost", "4");
customCard.SetExtendedProperty("OldBitsCost", "1");
Changelog