Class AngledWielding
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/AngledWielding", "32bc188292681ce35ea4242f558060e44b2a8c443bb1e427a749c1343fd869f1")]
public sealed record AngledWielding : IEquatable<AngledWielding>
- Inheritance
-
AngledWielding
- Implements
-
- Inherited Members
-
Properties
Angle
public float? Angle { get; init; }
Property Value
- float?
AngleDistance
public float? AngleDistance { get; init; }
Property Value
- float?
Codec
public static Codec<AngledWielding> Codec { get; }
Property Value
- Codec<AngledWielding>
DamageModifiers
public Dictionary<string, float>? DamageModifiers { get; init; }
Property Value
- Dictionary<string, float>
KnockbackModifiers
public Dictionary<string, double>? KnockbackModifiers { get; init; }
Property Value
- Dictionary<string, double>