Table of Contents

Class ResistanceModifier

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

Properties

Amount

public float? Amount { get; init; }

Property Value

float?

CalculationType

public ResistanceCalculationType CalculationType { get; init; }

Property Value

ResistanceCalculationType

Codec

public static Codec<ResistanceModifier> Codec { get; }

Property Value

Codec<ResistanceModifier>