FireSkullRodPL1

From Eternity Wiki
Revision as of 03:18, 20 April 2020 by Printz (talk | contribs) (Created page with "{{codepointer |description=Heretic Hellstaff regular attack. |usage='''FireSkullRodPL1''' |examples= From base/heretic/player.edf: Fire: HROD AB...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

Heretic Hellstaff regular attack.

Usage

FireSkullRodPL1

Parameters

No parameters.

Examples

From base/heretic/player.edf:

 Fire:
   HROD AB 4 A_FireSkullRodPL1
   HROD B 0 A_ReFire
   goto Ready

Notes

Must be called from a player weapon state. If there's no ammo left, does nothing. Otherwise, it subtracts ammo and shoots a projectile of dehackednum 425 (HereticHornRodFX1 in Heretic). With a 50% chance, the projectile's state is set to the next state in its sequence (so the shot projectiles look different when fired).

See also