Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 363 Bytes

File metadata and controls

14 lines (9 loc) · 363 Bytes

RpgProjectile

What it is: a lightweight projectile runtime used by ranged RPG attacks.

Navigation: ← RPG


What it does

  • Moves forward using speed from RpgAttackDefinition
  • Checks hits between frames with physics casts
  • Applies the same attack payload on impact
  • Can pierce multiple targets up to ProjectileMaxHits