aoe ![code/modules/projectiles/projectile/magic.dm 388](git.png)
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_cooldown | Can we spawn a trail effect again? |
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. |
Var Details
can_only_hit_target ![code/modules/projectiles/projectile/magic.dm 394](git.png)
Whether our projectile will only be able to hit the original target / clicked on atom
trail ![code/modules/projectiles/projectile/magic.dm 397](git.png)
Whether our projectile leaves a trail behind it as it moves.
trail_cooldown ![code/modules/projectiles/projectile/magic.dm 405](git.png)
Can we spawn a trail effect again?
trail_icon ![code/modules/projectiles/projectile/magic.dm 401](git.png)
The icon the trail uses.
trail_icon_state ![code/modules/projectiles/projectile/magic.dm 403](git.png)
The icon state the trail uses.
trail_lifespan ![code/modules/projectiles/projectile/magic.dm 399](git.png)
The duration of the trail before deleting.
trigger_range ![code/modules/projectiles/projectile/magic.dm 392](git.png)
The AOE radius that the projectile will trigger on people.