Class SkinConfig
- Namespace
- CustomKnight
- Assembly
- CustomKnight.dll
Author side configuration for a skin
public class SkinConfig
- Inheritance
-
SkinConfig
- Inherited Members
Constructors
SkinConfig()
Ctor
public SkinConfig()
Fields
alternates
default filename to List of available alternate filenames
public Dictionary<string, List<string>> alternates
Field Value
brummColor
Color that flashes when Melody is triggered
[JsonConverter(typeof(ColorConverter))]
public Color brummColor
Field Value
- Color
detectAlts
Should the mod try to auto-detect Alts? should be disabled on authored skins
public bool detectAlts
Field Value
dungFilter
Should enable the filter over defender's crest effect
public bool dungFilter
Field Value
dungFlash
Color that flashes when an enemy is under the effect of defender's crest
[JsonConverter(typeof(ColorConverter))]
public Color dungFlash
Field Value
- Color
flashColor
Color that flashes when the player heals
[JsonConverter(typeof(ColorConverter))]
public Color flashColor
Field Value
- Color
wraithsFilter
Should disable the filter applied on the wraiths sheet
public bool wraithsFilter