Ammunition: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (dammit)
(updated)
Line 4: Line 4:


==Ammunition entities==
==Ammunition entities==
===[[Half-Life 2]] series===
=== {{Game link|Half-Life 2}} series===
[[Image:Item_ammo_357.jpg|right|100px|.357 ammo]]
[[Image:Item_ammo_357.jpg|right|100px|.357 ammo]]
* [[item_ammo_357]] - Bullets for the [[weapon_357|.357 Revolver]]
* [[item_ammo_357]] - Bullets for the [[weapon_357|.357 Revolver]].
* [[item_ammo_357_large]]
* [[item_ammo_357_large]]
* [[item_ammo_ar2]] - Bullets for the [[weapon_ar2|Combine AR2]]
* [[item_ammo_ar2]] - Bullets for the [[weapon_ar2|Combine AR2]].
* [[item_ammo_ar2_large]]
* [[item_ammo_ar2_large]]
* [[item_ammo_ar2_altfire]] - Energy balls for the AR2's secondary fire
* [[item_ammo_ar2_altfire]] - Energy balls for the AR2's secondary fire.
[[Image:item_ammo_crate.jpg|100px|right|An item_ammo_crate, containing SMG1 ammo.]]
[[Image:item_ammo_crate.jpg|100px|right|An item_ammo_crate, containing SMG1 ammo.]]
* [[item_ammo_crate]] - Crate containing an unlimited supply of the specified ammunition
* [[item_ammo_crate]] - Crate containing an unlimited supply of the specified ammunition.
* [[item_ammo_crossbow]] - Rebar for the [[weapon_crossbow|Crossbow]]
* [[item_ammo_crossbow]] - Rebar for the [[weapon_crossbow|Crossbow]].
* [[item_ammo_pistol]] - Bullets for the [[weapon_pistol|pistol]]
* [[item_ammo_pistol]] - Bullets for the [[weapon_pistol|pistol]].
* [[item_ammo_pistol_large]]
* [[item_ammo_pistol_large]]
* [[Image:item_ammo_smg1.jpg|100px|right]]
[[Image:item_ammo_smg1.jpg|100px|right]]
* [[item_ammo_smg1]] - Bullets for the [[weapon_smg1|SMG]]
* [[item_ammo_smg1]] - Bullets for the [[weapon_smg1|SMG]].
* [[item_ammo_smg1_large]]
* [[item_ammo_smg1_large]]
* [[item_ammo_smg1_grenade]] - Grenades for the SMG's secondary fire mode
* [[item_ammo_smg1_grenade]] - Grenades for the SMG's secondary fire mode.
* [[item_box_buckshot]] - Shells for the [[weapon_shotgun|shotgun]]
* [[item_box_buckshot]] - Shells for the [[weapon_shotgun|shotgun]].
* [[item_rpg_round]] - Rocket for the [[weapon_rpg|RPG]]
* [[item_rpg_round]] - Rocket for the [[weapon_rpg|RPG]].


===[[Team Fortress 2]]===
=== {{Game link|Team Fortress 2}}===
[[Image:Item ammopack full tf.JPG|right|100px|A full ammo box.]]
[[Image:Item ammopack full tf.JPG|right|100px|A full ammo box.]]
* [[item_ammopack_full]] - Fully replenishes ammo to current class
* [[item_ammopack_full]] - Fully replenishes ammo to current class.
* [[item_ammopack_medium]] - Replenishes 50% of ammo
* [[item_ammopack_medium]] - Replenishes 50% of ammo.
* [[item_ammopack_small]] - Replenishes 25% of ammo
* [[item_ammopack_small]] - Replenishes 25% of ammo.
* [[func_regenerate]] - Static object (usually used in spawn areas), replenishes all ammo
* [[func_regenerate]] - Static object (usually used in spawn areas), replenishes all ammo.
 
=== {{Game link|Left 4 Dead}} series===
* [[weapon_ammo_spawn]] - Reusable ammo pile that fully replenishes ammo.
 
=== {{Game link|Counter-Strike: Source}} ===
* [[ammo_338mag]] - Bullets for the [[weapon_awp|AWP]].
* [[ammo_357sig]] - Bullets for the [[weapon_p228|228 Compact]].
* [[ammo_45acp]] - Bullets for the [[weapon_usp|45 USP]], [[Weapon_mac10|Mac 10]] and [[ammo_ump45|UMP45]].
* [[ammo_50ae]] - Bullets for the [[weapon_deagle|Desert Eagle]].
* [[ammo_556mm]] - Bullets for the [[weapon_galil|Galil]], [[weapon_famas|Famas]], [[weapon_m4a1|M4A1]], [[weapon_sg550|SIG SG552]] and [[weapon_sg552|Krieg 552]].
* [[ammo_556mm_box]] - Bullets for the [[weapon_m249|M249]].
* [[ammo_57mm]] - Bullets for the [[weapon_fiveseven|Five-Seven]] and [[weapon_p90|P90]].
* [[ammo_762mm]] - Bullets for the [[weapon_ak74|AK-47]], [[weapon_g3sg1|GS/SG-1]] and [[weapon_scout|Scout]].
* [[ammo_9mm]] - Bullets for the [[weapon_elite|Dual Elites]], [[weapon_glock|Glock 18]], [[weapon_mp5navy|MP5]] and [[weapon_tmp|TMP]].
* [[ammo_buckshot]] - Bullets for the [[weapon_m3|Benelli M3]] and [[weapon_xm1014|Benelli XM1014]].


===[[Left 4 Dead]] series===
* [[weapon_ammo_spawn]] - Reusable ammo pile that fully replenishes ammo


==Ammunition coding==
==Ammunition coding==

Revision as of 18:11, 11 February 2012

Abstract Mapping series Discuss your thoughts - Help us develop the articles or ideas you want

Ammunition | List of HL2 Animals and Creatures | Mapping with Antlions | Beams and Lasers | Cables and Ropes | Moving Clouds | Color Theory in Level Design | Combat | Combine | Compression (Source 1) | Doors | Dust, Fog, & Smoke | Elevators | Level Transitions | Environmental Lighting, Sun, Weather, & Outdoors | Explosions | Fire | Half-Life 2 Foliage | Glass & Windows | Headcrab | Health | Ladders | Lighting | Optimization (level design) | Physics | Retinal scanners | Sound and Music | Special effects | Terrain | Trains | Turrets | Water | Weapons | Zombie


Ammunition, or ammo, is what supplies most weapons. Ammo in most bullet-based weapons is stored in a magazine (widely referred to as a clip); "reloading" is swapping the current magazine for a full one.

Ammunition entities

Half-Life 2 Half-Life 2 series

.357 ammo
An item_ammo_crate, containing SMG1 ammo.
Item ammo smg1.jpg

Team Fortress 2 Team Fortress 2

A full ammo box.

Left 4 Dead Left 4 Dead series

Counter-Strike: Source Counter-Strike: Source


Ammunition coding