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 difference)

Revision as of 02:52, 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