Class EntityStatOnHit
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/EntityStatOnHit", "7670d0e9d67a0063000679d3bf8bdbabb601a4dd7ed7f334c636d6dfe04bd34a")]
public sealed record EntityStatOnHit : IEquatable<EntityStatOnHit>
- Inheritance
-
EntityStatOnHit
- Implements
-
- Inherited Members
-
Properties
Amount
public float? Amount { get; init; }
Property Value
- float?
Codec
public static Codec<EntityStatOnHit> Codec { get; }
Property Value
- Codec<EntityStatOnHit>
EntityStatId
public string EntityStatId { get; init; }
Property Value
- string
public float? MultiplierPerExtraEntityHit { get; init; }
Property Value
- float?
MultipliersPerEntitiesHit
public List<float>? MultipliersPerEntitiesHit { get; init; }
Property Value
- List<float>