asw_weapon_ammo_bag
Jump to navigation
Jump to search
- Not to be confused with asw_weapon_ammo_satchel.
This entity is not in the stock FGD files by default.
|
Code classes:
CASW_Weapon_Ammo_Bag
CASW_Weapon
(weapons)CBaseCombatWeapon
(weapons)CBaseAnimating
(models)CBaseEntity
(all ents)
asw_weapon_ammo_bag
is a point entity present in Alien Swarm. The ammo bag is an unused weapon that lets a marine give another one a full clip of ammo. The holder simply needs to be close to the other marine, and then click on them. An ammo bag will explode violently if exposed to fire. The holder apparently cannot give theirself ammo, but this was planned.
The ammo bag can only carry ammo for a few types of weapons, and can only give limited ammo:
asw_weapon_rifle
: 5 clipsasw_weapon_autogun
: 1 clipasw_weapon_shotgun
: 10 clipsasw_weapon_vindicator
: 5 clipsasw_weapon_flamer
: 5 clipsasw_weapon_pdw
: 5 clipsasw_weapon_pistol
: 5 clips
ConVars/Commands[edit | edit source]
ConVar/Command | Parameters or default value | Parameter Type | Effect |
---|---|---|---|
asw_ammo_bag_report |
| Lists contents of ammo bag entities. | |
asw_ammo_bag_report_client |
| Lists contents of ammo bag entities, as they are on the client side (just for debugging purposes). | |
asw_ammo_bag_damage | 150 | Health amount | How much damage is done by an ammo bag explosion. |
asw_ammo_bag_damage_radius | 400 | World units | Radius of the ammo bag explosion. |
asw_ammo_bag_burn_limit | 30 | Health amount | How much fire damage an ammo bag can take before exploding. |