FireGoldWandPL1

From Eternity Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

Heretic Elven Wand basic attack.

Usage

FireGoldWandPL1

Parameters

No parameters.

Examples

From base/heretic/player.edf:

 Fire:
   GWND B 3 
   GWND C 5 A_FireGoldWandPL1
   GWND D 3
   GWND D 0 A_ReFire
   goto Ready

Notes

Must be called from a player weapon state. Subtracts ammo and fires a hitscan of damage 6 + 1d8 (7-14). First shot is always accurate, subsequent shots can miss with "never" accuracy. The hitscan generates a pufftype of HereticGoldWandPuff1. Plays a sound of dehackednum 300 (ht_gldhit in Heretic).

See also