FireCrossbowPL2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 16: Line 16:
|notes=
|notes=
Only usable in player weapon states. Subtracts ammo and fires 5 projectiles in this way:
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.
*3 of '''dehackednum''' 435 ('''CrossbowFX2''' in Heretic), straight ahead and at angles of ±4˚30'.
*2 of '''dehackednum''' 436 ('''CrossbowFX3''' in Heretic), at 9 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.
All projectiles autoaim independently if player autoaim is enabled.

Latest revision as of 06:13, 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 angles of ±4˚30'.
  • 2 of dehackednum 436 (CrossbowFX3 in Heretic), at 9 degrees left and right.

All projectiles autoaim independently if player autoaim is enabled.

See also