FireMacePL2: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{codepointer |description=Heretic Tome of Power Fire Mace attack. |usage='''FireMacePL2''' |notes= Only callable from player weapon states. Subtracts ammo and shoots a projec...")
 
No edit summary
 
Line 2: Line 2:
|description=Heretic Tome of Power Fire Mace attack.
|description=Heretic Tome of Power Fire Mace attack.
|usage='''FireMacePL2'''
|usage='''FireMacePL2'''
|examples=
From base/heretic/player.edf:
  Fire:
  Hold:
    MACE B 4
    MACE D 4 A_FireMacePL2
    MACE C 4
    MACE A 8 A_ReFire
    goto Ready
|notes=
|notes=
Only callable from player weapon states. Subtracts ammo and shoots a projectile of '''dehackednum''' 441 ('''MaceFX4''' in Heretic). It will be given a vertical initial speed similar to its horizontal speed, so it flies in an arc. Autoaiming or aiming manually won't help control this direction. The projectile's "tracer" reference will be set to the aimed target
Only callable from player weapon states. Subtracts ammo and shoots a projectile of '''dehackednum''' 441 ('''MaceFX4''' in Heretic). It will be given a vertical initial speed similar to its horizontal speed, so it flies in an arc. Autoaiming or aiming manually won't help control this direction. The projectile's "tracer" reference will be set to the aimed target
|seealso=
|seealso=
*'''FireMacePL1'''}}
*[[FireMacePL1]]}}

Latest revision as of 08:24, 19 April 2020

Description

Heretic Tome of Power Fire Mace attack.

Usage

FireMacePL2

Parameters

No parameters.

Examples

From base/heretic/player.edf:

 Fire:
 Hold:
   MACE B 4
   MACE D 4 A_FireMacePL2
   MACE C 4
   MACE A 8 A_ReFire
   goto Ready

Notes

Only callable from player weapon states. Subtracts ammo and shoots a projectile of dehackednum 441 (MaceFX4 in Heretic). It will be given a vertical initial speed similar to its horizontal speed, so it flies in an arc. Autoaiming or aiming manually won't help control this direction. The projectile's "tracer" reference will be set to the aimed target

See also