Item ammo ar2: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
No edit summary
Line 1: Line 1:
{{wrongtitle|title=item_ammo_ar2}}
{{wrongtitle|title=item_ammo_ar2}}
{{hl2 point|item_ammo_ar2}}


==Entity Description==
==Entity Description==

Revision as of 11:41, 26 July 2011

Template:Wrongtitle Template:Hl2 point

Entity Description

Pulse rifle clip.

A clip of pulse ammo for the Overwatch pulse rifle.

The amount of ammo the clip will provide depends on the current difficulty setting:

  • At the "Easy" (skill 1) setting the clip will provide 24 pulses.
  • At the "Normal" (skill 2) setting the clip will provide 20 pulses.
  • At the "Hard" (skill 3) setting the clip will provide 12 pulses.

Keyvalues

  • Item:

Inputs

  • Item:

Outputs

  • Item:
OnPlayerTouch
Fires when the player touches this item. !activator is the player.
OnCacheInteraction
This output fires when the player proves they have "found" this item.
Fires on:
  • Player Touch (whether or not player actually acquires the item).
  • Picked up by +use.
  • Picked up by gravity gun.
  • Punted by gravity gun.

See Also