Item healthkit: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Robot: fixing template case.)
m (Robot: fixing template case.)
Line 19: Line 19:


==Outputs==
==Outputs==
* {{o item}}
* {{O Item}}


[[Category:Entities]] [[Category:Items]]
[[Category:Entities]] [[Category:Items]]

Revision as of 20:06, 19 January 2009

Template:Wrongtitle

Entity Description

Health Kit

This item restores an amount of health points for players or npc_citizens on pickup. This amount is defined by the sk_healthkit value - 25 by default.

Dedicated Console Variables

  • sk_healthkit (Default: 25)
<integer> Amount of health restored. (This amount is unaffected by difficulty settings.)

Keyvalues

  • Item:

Flags

Start Constrained : [1]


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.