Table of Contents

Class DamageCause

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

Properties

AnimationId

public string? AnimationId { get; init; }

Property Value

string

BypassResistances

public bool BypassResistances { get; init; }

Property Value

bool

Codec

public static Codec<DamageCause> Codec { get; }

Property Value

Codec<DamageCause>

DamageTextColor

public string? DamageTextColor { get; init; }

Property Value

string

DeathAnimationId

public string? DeathAnimationId { get; init; }

Property Value

string

DurabilityLoss

public bool DurabilityLoss { get; init; }

Property Value

bool

Inherits

public string? Inherits { get; init; }

Property Value

string

StaminaLoss

public bool StaminaLoss { get; init; }

Property Value

bool