A_SkelFist

From ZDoom Wiki
Revision as of 15:31, 18 March 2020 by Gez (talk | contribs) (doomwiki link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DoomWiki.org
For more information on this article, visit the A_SkelFist page on the Doom Wiki.

A_SkelFist

(no parameters)


The melee attack of Doom's Revenant. This plays the sound "skeleton/melee" and performs a melee attack with a base damage of 6 multiplied by a random value between 1 and 10.

Examples

This example is taken from Doom's Revenant.

 Melee:
   SKEL G 0 A_FaceTarget
   SKEL G 6 A_SkelWhoosh
   SKEL H 6 A_FaceTarget
   SKEL I 6 A_SkelFist
   goto See