FireCrossbowPL2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer |description=Tome of Power Heretic Ethereal Crossbow attack. |usage='''FireCrossbowPL2''' |examples= From base/heretic/player.edf: Fire: CRBW D 5 A_FireCro...")
 
No edit summary
Line 12: Line 12:
     CRBW A 3
     CRBW A 3
     CRBW B 3
     CRBW B 3
     CRBW C 4 A_ReFire
     CRBW C 4 A_[[ReFire]]
     goto Ready
     goto Ready
|notes=
|notes=

Revision as of 05:52, 19 April 2020

Description

Tome of Power Heretic Ethereal Crossbow attack.

Usage

FireCrossbowPL2

Parameters

No parameters.

Examples

From base/heretic/player.edf:

 Fire:
   CRBW D 5 A_FireCrossbowPL2
   CRBW E 3
   CRBW F 2
   CRBW G 3
   CRBW H 2
   CRBW A 3
   CRBW B 3
   CRBW C 4 A_ReFire
   goto Ready

Notes

Only usable in player weapon states. Subtracts ammo and fires 5 projectiles in this way:

  • 3 of dehackednum 435 (CrossbowFX2 in Heretic), straight ahead and at 4.5 degrees left and right.
  • 2 of dehackednum 436 (CrossbowFX3 in Heretic), at 9 degrees left and right.

All projectiles autoaim independently if player autoaim is enabled.

See also