You are viewing a potentially older version of this package.
View all versions.
ColoredPortraits
Adds an appearance behaviour that makes a card's portrait colored.
Date uploaded | 2 years ago |
Version | 1.0.0 |
Download link | SpecialAPI-ColoredPortraits-1.0.0.zip |
Downloads | 12383 |
Dependency string | SpecialAPI-ColoredPortraits-1.0.0 |
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