FireSkullRodPL1: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer |description=Heretic Hellstaff regular attack. |usage='''FireSkullRodPL1''' |examples= From base/heretic/player.edf: Fire: HROD AB...")
 
(No difference)

Latest revision as of 03:18, 20 April 2020

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