ability_selfdestruct

From Valve Developer Community
Revision as of 13:35, 23 May 2025 by Nescius (talk | contribs) (Created page with "{{stub}} {{obsolete}} {{CD|CSelfDestruct}} {{This is a|logical entity|name=ability_selfdestruct|game=Left 4 Dead 2}} It controls the leaker's self destruct ability. Leaker in current implementation is just a boomer with this ability and is presumably a cut special infected. It can be spawned by setting <code>boomer_leaker_chance</code> cvar and then spawned boomer has a chance to be considered a leaker and have this entity as his ability instead of his usual ability_vo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Stub

This article or section is a stub. You can help by expanding it.

Obsolete-notext.png
This entity is obsolete. Its use is discouraged. It may only exist/function in older engine branches.
C++ Class hierarchy
CSelfDestruct
CBaseAbility
CBaseEntity

ability_selfdestruct is a logical entity available in Left 4 Dead 2 Left 4 Dead 2. It controls the leaker's self destruct ability. Leaker in current implementation is just a boomer with this ability and is presumably a cut special infected. It can be spawned by setting boomer_leaker_chance cvar and then spawned boomer has a chance to be considered a leaker and have this entity as his ability instead of his usual ability_vomit. When leaker explodes it creates inferno entity which seems to also do spit damage to survivors.

Convars

boomer_leaker_chance	0	"sv", "cheat"	**Chance (0 - 100) in which a boomer with modified behavior will spawn. Explodes and set aflame when player is near.

See also