Class DamageEffects
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/DamageEffects", "1131f7f99bcc56124aa6b544909d7c8f1db43f624afb731827bd80a616720f99")]
public sealed record DamageEffects : IEquatable<DamageEffects>
- Inheritance
-
DamageEffects
- Implements
-
- Inherited Members
-
Properties
CameraEffect
public string? CameraEffect { get; init; }
Property Value
- string
Knockback
public DamageEffectsKnockback? Knockback { get; init; }
Property Value
- DamageEffectsKnockback
LocalSoundEventId
public string? LocalSoundEventId { get; init; }
Property Value
- string
ModelParticles
public List<ModelParticle>? ModelParticles { get; init; }
Property Value
- List<ModelParticle>
PlayerSoundEventId
public string? PlayerSoundEventId { get; init; }
Property Value
- string
StaminaDrainMultiplier
public float? StaminaDrainMultiplier { get; init; }
Property Value
- float?
ViewDistance
public double ViewDistance { get; init; }
Property Value
- double
WorldParticles
public List<WorldParticle>? WorldParticles { get; init; }
Property Value
- List<WorldParticle>
WorldSoundEventId
public string? WorldSoundEventId { get; init; }
Property Value
- string