net.psforever.objects.vital
A protected super class for calculating "no damage." Used for NoDamage but also for the base of *LashDamage calculation objects to maintain the polymorphic identity of DamageCalculations.
NoDamage
*LashDamage
DamageCalculations
Combine the damage and distance data extracted from the ResolvedProjectile entry.
ResolvedProjectile
the historical ResolvedProjectile information
the damage value
A protected super class for calculating "no damage." Used for
NoDamage
but also for the base of*LashDamage
calculation objects to maintain the polymorphic identity ofDamageCalculations
.