Table of Contents

Class AngledDamage

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

Properties

Angle

public float? Angle { get; init; }

Property Value

float?

AngleDistance

public float? AngleDistance { get; init; }

Property Value

float?

DamageCalculator

public DamageCalculator? DamageCalculator { get; init; }

Property Value

DamageCalculator

DamageEffects

public DamageEffects? DamageEffects { get; init; }

Property Value

DamageEffects

Next

public string? Next { get; init; }

Property Value

string

TargetEntityEffects

public Dictionary<string, TargetEntityEffect>? TargetEntityEffects { get; init; }

Property Value

Dictionary<string, TargetEntityEffect>