/obj/projectile/magic/aoe

Gives magic projectiles an area of effect radius that will bump into any nearby mobs
Vars | |
can_only_hit_target | Whether our projectile will only be able to hit the original target / clicked on atom |
---|---|
trail | Whether our projectile leaves a trail behind it as it moves. |
trail_icon | The icon the trail uses. |
trail_icon_state | The icon state the trail uses. |
trail_lifespan | The duration of the trail before deleting. |
trigger_range | The AOE radius that the projectile will trigger on people. |
Procs | |
create_trail | Creates and handles the trail that follows the projectile. |
Var Details
can_only_hit_target

Whether our projectile will only be able to hit the original target / clicked on atom
trail

Whether our projectile leaves a trail behind it as it moves.
trail_icon

The icon the trail uses.
trail_icon_state

The icon state the trail uses.
trail_lifespan

The duration of the trail before deleting.
trigger_range

The AOE radius that the projectile will trigger on people.
Proc Details
create_trail
Creates and handles the trail that follows the projectile.