Item ammo pistol: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(Specified amount and provided picture.)
Line 1: Line 1:
{{basicitem|entity=item_ammo_pistol|descriptive=Pistol Ammo|weaponentity=weapon_pistol}}
{{wrongtitle|title=item_ammo_pistol}}
 
==Entity Description==
[[Image:Item_ammo_pistol.jpg|thumb|right|400px|An item_ammo_pistol entity.]]
 
A box of 9mm rounds for the [[weapon_pistol|semi-automatic pistol]].
 
Despite what is written on it, the amount of ammo the box will contain depends on the current difficulty setting:
 
* At the "Easy" (<code>skill 1</code>) setting the clip will provide 24 rounds.
* At the "Normal" (<code>skill 2</code>) setting the clip will provide 20 rounds.
* At the "Hard" (<code>skill 3</code>) setting the clip will provide 12 rounds.
 
==Keyvalues==
* {{kv item}}
 
==Inputs==
* {{i item}}
 
==Outputs==
* {{o item}}
 
==See Also==
* [[item_ammo_pistol_large]]
 
[[Category:Entities]] [[Category:Items]]
[[Category:Entities]] [[Category:Items]]

Revision as of 19:57, 20 March 2006

Template:Wrongtitle

Entity Description

An item_ammo_pistol entity.

A box of 9mm rounds for the semi-automatic pistol.

Despite what is written on it, the amount of ammo the box will contain depends on the current difficulty setting:

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

Keyvalues

Inputs

Outputs

See Also