FireGoldWandPL1

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

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