A_WizAtk3

From ZDoom Wiki
Revision as of 17:29, 10 August 2009 by Gez (talk | contribs) (Created page with '{{DISPLAYTITLE:A_WizAtk3}} '''A_WizAtk3'''<br /> (no parameters) Calls A_GhostOff. If the calling actor has no valid target, does nothing else. Otherwise, plays the attack s…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_WizAtk3
(no parameters)

Calls A_GhostOff. If the calling actor has no valid target, does nothing else. Otherwise, plays the attack sound on the WEAPON channel.

If the target is within melee range, it receives 4d8 damage. Otherwise, fires three WizardFX1, one straight at the target and the two others on either sides at 5.625° angles, with the same vertical velocity.

This codepointer is restricted to Wizard and derived classes.