Weapon alyxgun: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 8: Line 8:


[[Npc alyx|Alyx]]'s gun. It is not intended to be used; however, it can be used in HL2 single player. It is apparently a burst-fire pistol, with considerable strength, and no player model. Do not use without altering the code to repair it.
[[Npc alyx|Alyx]]'s gun. It is not intended to be used; however, it can be used in HL2 single player. It is apparently a burst-fire pistol, with considerable strength, and no player model. Do not use without altering the code to repair it.
==Dedicated Console Variables==
* '''sk_plr_dmg_alyxgun'''
: <integer> Damage done to players
* '''sk_npc_dmg_alyxgun'''
: <integer> Damage done to NPCs
* '''sk_max_alyxgun'''
: <integer> Size of clip


{{basicweapon}}
{{basicweapon}}

Revision as of 12:39, 12 August 2005

Template:Wrongtitle

Entity Description

Alyx's Gun

Alyx's gun. It is not intended to be used; however, it can be used in HL2 single player. It is apparently a burst-fire pistol, with considerable strength, and no player model. Do not use without altering the code to repair it.

Dedicated Console Variables

  • sk_plr_dmg_alyxgun
<integer> Damage done to players
  • sk_npc_dmg_alyxgun
<integer> Damage done to NPCs
  • sk_max_alyxgun
<integer> Size of clip

Template:Basicweapon