FirePhoenixPL1

From Eternity Wiki
Revision as of 02:52, 20 April 2020 by Printz (talk | contribs) (Created page with "{{codepointer |description=Heretic Phoenix Rod regular attack. |usage='''FirePhoenixPL1''' |examples= From base/heretic/player.edf: Fire: PHNX B 5 PHNX C 7 A_FirePho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

Heretic Phoenix Rod regular attack.

Usage

FirePhoenixPL1

Parameters

No parameters.

Examples

From base/heretic/player.edf:

 Fire:
   PHNX B 5
   PHNX C 7 A_FirePhoenixPL1
   PHNX DB 4
   PHNX B 0 A_ReFire
   goto Ready

Notes

Must be called from a player weapon state. Subtracts ammo and shoots a projectile of dehackednum 430 (HereticPhoenixFX1 in Heretic). Then the player is pushed by recoil backwards at a speed of 4.

See also