Difference between revisions of "DiskCardGame.CardAppearanceBehaviour.Appearance"

From Inscryption Modding Wiki
Jump to navigation Jump to search
m (Make SexyGoat more detiled (i cant believe I just wrote that))
(Added KCM things)
 
Line 43: Line 43:
 
=== SexyGoat ===
 
=== SexyGoat ===
 
If the player has the goat eye, this card's portrait will change to its alt texture.
 
If the player has the goat eye, this card's portrait will change to its alt texture.
 +
=== RedEmission ===
 +
'''Kaycee's mod only.''' Recolors the emission texture to red.
 +
=== DefaultEmission ===
 +
'''Kaycee's mod only.''' ''TODO: Add description for this''
  
 
[[Category:Types]]
 
[[Category:Types]]

Latest revision as of 21:59, 22 February 2022

CardAppearanceBehaviour.Appearance
Namespace DiskCardGame
Type Enum
Inherits System.Enum
From Base Game

An Appearance is a constant value associated with a class that inherits CardAppearanceBehaviour. It usually appears as part of a List<T>, as a list of appearance modifiers for a card.

All Appearances[edit | edit source]

A list of all appearance modifiers and their effects is as follows:

StaticGlitch[edit | edit source]

TODO: Add description for this

FullCardPortrait[edit | edit source]

This card will use an alternative background texture that does not have a line between the statline and the portrait.
NOTE: Issues may occur if this is used in conjunction with TerrainBackground. Use FullPortraitFix to remedy this.

TerrainBackgorund[edit | edit source]

This card will use an alternative background texture that is greyed out and has an unsacrificable icon where the attack icon used to be.
NOTE: Issues may occur if this is used in conjunction with FullCardPortrait. Use FullPortraitFix to remedy this.

RareCardColors[edit | edit source]

This card will use an alternative background texture that resembles a rare card but uses inverted colors. NOTE: If you want your card to look like a rare card, this appearance may not be what you want.

AddSnelkDecals[edit | edit source]

TODO: Add description for this

AnimatedPortrait[edit | edit source]

TODO: Add description for this

GoldEmission[edit | edit source]

This card will emit a golden color, similar to that of a Golden Pelt card.

RareCardBackground[edit | edit source]

This card will use an alternative background texture with more vibrant colors and a different line style.

AlternatingBloodDecal[edit | edit source]

This card will have random blood stains applied to it.

TerrainLayout[edit | edit source]

This card's attack value will be hidden if zero, and the attack and health counters have changed positions.

DynamicPortrait[edit | edit source]

TODO: Add description for this

GiantAnimatedPortrait[edit | edit source]

TODO: Add description for this

HologramPortrait[edit | edit source]

TODO: Add description for this

SexyGoat[edit | edit source]

If the player has the goat eye, this card's portrait will change to its alt texture.

RedEmission[edit | edit source]

Kaycee's mod only. Recolors the emission texture to red.

DefaultEmission[edit | edit source]

Kaycee's mod only. TODO: Add description for this