ColoredPortraits
Adds an appearance behaviour that makes a card's portrait colored.
Last updated | 2 years ago |
Total downloads | 12489 |
Total rating | 1 |
Categories | Cards Tweaks Libraries Act I Kaycee's Mod |
Dependency string | SpecialAPI-ColoredPortraits-1.0.0 |
Dependants | 12 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.1701README
Colored Portraits
Adds an appearance behaviour that makes a card's portrait colored.
How to use (code users)
To add the appearance behaviour to your card you made using code, do yourcard.AddAppearances(GuidManager.GetEnumValue<CardAppearanceBehaviour.Appearance>("spapi.inscryption.coloredportraits", "ColoredPortrait"));
How to use (jsonloader users)
To add the appearance behaviour to your card you made using jsonloader, do ``` "appearanceBehaviour": [ "spapi.inscryption.coloredportraits.ColoredPortrait" ]
# Installation
To use Colored Portraits, put both `ColoredPortraits.dll` inside of your BepInEx plugins folder. It also probably works for Thunderstore Mod Manager or r2modman but I don't know for sure (I don't use them)
# Changelog
1.0.0 - release