ColoredPortraits
Adds an appearance behaviour that makes a card's portrait colored.
| Last updated | a week ago |
| Total downloads | 21534 |
| Total rating | 1 |
| Categories | Cards Tweaks Libraries Act I Kaycee's Mod |
| Dependency string | SpecialAPI-ColoredPortraits-1.0.2 |
| Dependants | 20 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_Inscryption
BepInEx pack for Inscryption. Preconfigured and ready to use.
Preferred version: 5.4.1902API_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.23.5README
Colored Portraits
Adds an appearance behaviour that makes a card's portrait colored.
How to use (C#)
To add the appearance behaviour to a card made using C#, do this:
yourcard.AddAppearances(GuidManager.GetEnumValue<CardAppearanceBehaviour.Appearance>("spapi.inscryption.coloredportraits", "ColoredPortrait"));
How to use (JSONLoader)
To add the appearance behaviour to a card made using the JSONLoader, do this:
"appearanceBehaviour": [
"spapi.inscryption.coloredportraits.ColoredPortrait"
]