FirePhoenixPL1: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(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...")
 
No edit summary
 
Line 8: Line 8:
     PHNX C 7 A_FirePhoenixPL1
     PHNX C 7 A_FirePhoenixPL1
     PHNX DB 4
     PHNX DB 4
     PHNX B 0 A_ReFire
     PHNX B 0 A_[[ReFire]]
     goto Ready
     goto Ready
|notes=
|notes=

Latest revision as of 02:53, 20 April 2020

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