Weapon oxygentank: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-oxygen)
 
mNo edit summary
Line 1: Line 1:
{{Ent not in fgd|nolink=1}}
{{Ent not in fgd|nolink=1}}
{{CD|CPropaneTank}}
{{CD|COxygenTank}}
{{this is a|point entity|name=weapon_oxygentank|series=Left 4 Dead}} This entity is created when picking up {{ent|prop_physics}} with model <code>models/props_equipment/OxygenTank01.mdl</code>. When thrown or dropped this entity is killed and mentioned prop_physics is spawned back which when shot causes an oxygen leak and an explosion few seconds after that is achieved by spawning {{ent|pipe_bomb_projectile}} that immediately explodes.
{{this is a|point entity|name=weapon_oxygentank|series=Left 4 Dead}} This entity is created when picking up {{ent|prop_physics}} with model <code>models/props_equipment/OxygenTank01.mdl</code>. When thrown or dropped this entity is killed and mentioned prop_physics is spawned back which when shot causes an oxygen leak and an explosion few seconds after that is achieved by spawning {{ent|pipe_bomb_projectile}} that immediately explodes.



Revision as of 06:15, 25 June 2024

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
COxygenTank
CCarriedProp
CBaseBackpackItem
CTerrorWeapon
CWeaponCSBase
CBaseCombatWeapon
CBaseAnimating
CBaseEntity

weapon_oxygentank is a point entity available in Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. This entity is created when picking up prop_physics with model models/props_equipment/OxygenTank01.mdl. When thrown or dropped this entity is killed and mentioned prop_physics is spawned back which when shot causes an oxygen leak and an explosion few seconds after that is achieved by spawning pipe_bomb_projectile that immediately explodes.

Note.pngNote:In Left 4 Dead 2 Left 4 Dead 2 the leaking phase attracts commons in certain radius
Note.pngNote:To add propane tank spawns to the map either prop_physics with model models/props_equipment/OxygenTank01.mdl can be used or weapon_item_spawn with proper settings
Note.pngNote:Default model name: models/props_equipment/OxygenTank01.mdl
Icon-Bug.pngBug:Taking other carryable while holding this will drop weapon_oxygentank to the ground instead of spawning the mentioned prop_physics. This entity doesn't explode when shooting it and cannot be damaged  [todo tested in ?]

See Also