Table of Contents

Class HatEquipData

Namespace
TrinketTinker.Models
Assembly
TrinketTinker.dll

Data for defining the position of the companion's head, for hat purposes.

public class HatEquipData
Inheritance
HatEquipData
Inherited Members

Properties

AdjustDefault

The default hat offset.

public HatEquipAdj? AdjustDefault { get; set; }

Property Value

HatEquipAdj

AdjustOnDirection

Offset on hat position and optionally hat frame (0 1 2 3) for particular companion direction.

public Dictionary<int, HatEquipAdj?>? AdjustOnDirection { get; set; }

Property Value

Dictionary<int, HatEquipAdj>

AdjustOnFrame

Offset on hat position and optionally hat frame (0 1 2 3) for particular frames on the base sprite sheet.

public Dictionary<int, HatEquipAdj?>? AdjustOnFrame { get; set; }

Property Value

Dictionary<int, HatEquipAdj>

AdjustOnFrameExtra

Offset on hat position and optionally hat frame (0 1 2 3) for particular frames on the extra sprite sheet.

public Dictionary<int, HatEquipAdj?>? AdjustOnFrameExtra { get; set; }

Property Value

Dictionary<int, HatEquipAdj>

ScaleModifier

Modifies the hat's draw scale

public float ScaleModifier { get; set; }

Property Value

float

Source

Where does the hat come from?

public HatSourceMode Source { get; set; }

Property Value

HatSourceMode