Bouncy Projectiles - SmArtKar/AthenaFramework GitHub Wiki

CompProperties_ProjectileBouncy allows your projectiles to bounce from the hit objects. Bounces do not have auto aim and will only hit pawns that are directly in it's path, with hit chance being based on their size and posture. Pawns standing on the first tile of the reflected projectile will always be hit.


    public class CompProperties_ProjectileBouncy : CompProperties
    {
        public int bounceAmount = 3;
        public float range = 15.9f;
    }