Cost Utilities
A mod that adds extra Utilities to the existng costs in Inscryption. Currently only adds Prism Mox Cost
| Date uploaded | 2 years ago |
| Version | 1.0.0 |
| Download link | Arackulele-Cost_Utilities-1.0.0.zip |
| Downloads | 164 |
| Dependency string | Arackulele-Cost_Utilities-1.0.0 |
This mod requires the following mods to function
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.18.5README
Aras Cost Utilities
-
If youd like to support this Mod, please consider donating to my Ko-Fi at this Url: https://ko-fi.com/arackulele
-
Currently adds the Prism Mox Cost with compatibility for Act 1 and Act 2, this is added using an Integer Extension Property so you can have a card cost up to 3 Prism Cost
How to add the Cost to your Card?
JsonLoader:
{
"extensionProperties": {
"PrismCost": "1"
},
}
CSharp:
C = Any CardInfo
{
C.SetExtendedProperty("PrismCost", 1);
}
Special thanks to :
Keks, who paid me to make this Mod
Known Issues:
None
Update Notes:
None
How to add to the Game
You already know how to do this but ,
Step 1: Install API, it is a dependency
Step 2: Put the Artwork folder and .dll file into the plugins folder
Step 3: You are done
...Or just use the R2Mod Manager