Item ammo pistol large: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
 
(Specified amount, provided picture, and stuff.)
Line 1: Line 1:
{{basicitem|entity=item_ammo_pistol_large|descriptive=Pistol Ammo|weaponentity=weapon_pistol}}
{{wrongtitle|title=item_ammo_pistol_large}}
 
==Entity Description==
[[Image:Item_ammo_pistol.jpg|thumb|right|400px|The item_ammo_pistol_large looks exactly identical in-game to the item_ammo_pistol seen here.]]
 
A ''large'' box of 9mm ammunition for the [[weapon_pistol|semi-automatic pistol]], containing five times as much ammo as an [[item_ammo_pistol]] would.
 
The amount of ammo the box will contain depends on the current difficulty setting:
 
* At the "Easy" (<code>skill 1</code>) setting the box will contain 120 rounds.
* At the "Normal" (<code>skill 2</code>) setting the box will contain 100 rounds.
* At the "Hard" (<code>skill 3</code>) setting the box will contain 60 rounds.
 
Note that when placing the entity the Hammer model preview cannot currently find its model, instead displaying the large red "ERROR" model. Ignore this, as the entity will still work fine in-game.
 
==Keyvalues==
* {{kv item}}
 
==Inputs==
* {{i item}}
 
==Outputs==
* {{o item}}
 
==See Also==
* [[item_ammo_pistol]]
 
[[Category:Entities]] [[Category:Items]]
[[Category:Entities]] [[Category:Items]]

Revision as of 20:06, 20 March 2006

Template:Wrongtitle

Entity Description

The item_ammo_pistol_large looks exactly identical in-game to the item_ammo_pistol seen here.

A large box of 9mm ammunition for the semi-automatic pistol, containing five times as much ammo as an item_ammo_pistol would.

The amount of ammo the box will contain depends on the current difficulty setting:

  • At the "Easy" (skill 1) setting the box will contain 120 rounds.
  • At the "Normal" (skill 2) setting the box will contain 100 rounds.
  • At the "Hard" (skill 3) setting the box will contain 60 rounds.

Note that when placing the entity the Hammer model preview cannot currently find its model, instead displaying the large red "ERROR" model. Ignore this, as the entity will still work fine in-game.

Keyvalues

Inputs

Outputs

See Also