Item ammo pistol: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Specified amount and provided picture.)
mNo edit summary
Line 1: Line 1:
{{wrongtitle|title=item_ammo_pistol}}
{{basicitem|entity=item_ammo_pistol|descriptive=An item_ammo_pistol entity|desc=A box of 9mm rounds for the [[weapon_pistol|semi-automatic 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:
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 "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 "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.
* At the "Hard" (<code>skill 3</code>) setting the clip will provide 12 rounds.}}
 
[[Image:Item_ammo_pistol.jpg|thumb|right|400px|An item_ammo_pistol entity.]]
==Keyvalues==
* {{kv item}}
 
==Inputs==
* {{i item}}
 
==Outputs==
* {{o item}}
 
==See Also==
==See Also==
* [[item_ammo_pistol_large]]
* [[item_ammo_pistol_large]]
[[Category:Entities]] [[Category:Items]]
[[Category:Entities]] [[Category:Items]]

Revision as of 21:14, 20 March 2006

Template:Basicitem

An item_ammo_pistol entity.

See Also