Vixen
c7401864
csharp
public sealed class FalloffDefinition

How much a shot loses over distance.

Read the guide page for this →

Remarks

⚠ Every member is settable, for the YAML binder's reason — see ModifierDefinition.

Fields and properties (3)

  • public float Start

    How far a shot does full damage, in metres.

  • public float End

    How far it does Minimum of it. Zero disables falloff.

  • public float Minimum

    The fraction it never drops below.

Used by (6)

  • ContentVixen.Gameplay.Shooting.Tests
  • TypeRegistrationVixen.Gameplay.Shooting
  • Vixen_Gameplay_Shooting_FalloffDefinitionSerializerVixen.Gameplay.Shooting
  • Vixen_Gameplay_Shooting_WeaponDefinitionSerializerVixen.Gameplay.Shooting
  • WeaponDefinitionVixen.Gameplay.Shooting
  • WeaponTemplateVixen.Gameplay.Shooting