FireGoldWandPL2

From Eternity Wiki
Revision as of 06:12, 19 April 2020 by Printz (talk | contribs) (Created page with "{{codepointer |description=Heretic Elven Wand attack with Tome of Power activated. |usage=FireGoldWandPL2 |examples= From base/heretic/player.edf: Fire: GWND B 3...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

Heretic Elven Wand attack with Tome of Power activated.

Usage

FireGoldWandPL2

Parameters

No parameters.

Examples

From base/heretic/player.edf:

 Fire:
   GWND B 3 
   GWND C 4 A_FireGoldWandPL2
   GWND D 3
   GWND D 0 A_ReFire
   goto Ready

Notes

Must be called from a player weapon state. Subtracts ammo. Fires two projectiles of dehackednum 427 (HereticGoldWandFX2 in Heretic) at 5˚37'30" left and right. Then fires 5 hitscans of damage 1-8 with pufftype HereticGoldWandPuff2 at angles of -5˚37'30", -2˚48'45", 0, +2˚48'45" and +5˚37'30" (i.e. an 11˚15' spread in front of you for all attacks).

All these hitscans autoaim together on a single target.

See also