FireCrossbowPL2

From Eternity Wiki
Revision as of 06:13, 19 April 2020 by Printz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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