StaffAttackPL1

From Eternity Wiki
Revision as of 14:31, 24 October 2024 by Printz (talk | contribs) (Created page with "{{codepointer|description=Heretic basic staff attack. |usage='''A_StaffAttackPL1''' |notes=Damage is 5 to 20. There is a slight angle spread. Within 64 map units, it produces a hitscan that creates the "HereticStaffPuff" pufftype. If another thing got hit, the player is rotated to face it. |seealso= *Punch *StaffAttackPL2}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

Heretic basic staff attack.

Usage

A_StaffAttackPL1

Parameters

No parameters.

Examples

No examples given.

Notes

Damage is 5 to 20. There is a slight angle spread. Within 64 map units, it produces a hitscan that creates the "HereticStaffPuff" pufftype. If another thing got hit, the player is rotated to face it.

See also