Table of Contents

Class EntityStatType

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/EntityStatType.json#", "9a162854cd1dd012929d026325cc19bc7a7c0fadbb1815c37b940bed59302c76")]
public sealed record EntityStatType : IEquatable<EntityStatType>
Inheritance
EntityStatType
Implements
Inherited Members

Properties

HideFromTooltip

public bool HideFromTooltip { get; init; }

Property Value

bool

IgnoreInvulnerability

public bool IgnoreInvulnerability { get; init; }

Property Value

bool

InitialValue

public float InitialValue { get; init; }

Property Value

float

Max

public float Max { get; init; }

Property Value

float

MaxValueEffects

public EntityStatEffects? MaxValueEffects { get; init; }

Property Value

EntityStatEffects

Min

public float Min { get; init; }

Property Value

float

MinValueEffects

public EntityStatEffects? MinValueEffects { get; init; }

Property Value

EntityStatEffects

Regenerating

public List<Regenerating>? Regenerating { get; init; }

Property Value

List<Regenerating>

ResetType

public EntityStatResetBehavior? ResetType { get; init; }

Property Value

EntityStatResetBehavior?

Shared

public bool Shared { get; init; }

Property Value

bool