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
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
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
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
ScaleModifier
Modifies the hat's draw scale
public float ScaleModifier { get; set; }
Property Value
Source
Where does the hat come from?
public HatSourceMode Source { get; set; }