ability_charge

From Valve Developer Community
Revision as of 13:19, 23 May 2025 by Nescius (talk | contribs) (Created page with "{{stub}} {{CD|CLeap}} {{This is a|logical entity|name=ability_charge|game=Left 4 Dead 2}} It controls the jockey's leap attack. == Convars == <pre> z_leap_attach_distance 60.0 "sv", "cheat" z_leap_cooldown 0.0 "rep", "cl", "launcher" Cooldown after leap where zombies can't attack z_leap_far_attach_delay 0.4 "sv", "cheat" z_leap_force_attach_distance 40.0 "sv", "cheat" z_leap_interval 0.5 "cheat", "rep", "cl" z_leap_interval_post_incap 30.0 "cheat", "rep", "cl"...")
(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.

C++ Class hierarchy
CLeap
CBaseAbility
CBaseEntity

ability_charge is a logical entity available in Left 4 Dead 2 Left 4 Dead 2. It controls the jockey's leap attack.

Convars

z_leap_attach_distance	60.0	"sv", "cheat"	
z_leap_cooldown	0.0	"rep", "cl", "launcher"	Cooldown after leap where zombies can't attack
z_leap_far_attach_delay	0.4	"sv", "cheat"	
z_leap_force_attach_distance	40.0	"sv", "cheat"	
z_leap_interval	0.5	"cheat", "rep", "cl"	
z_leap_interval_post_incap	30.0	"cheat", "rep", "cl"	
z_leap_interval_post_ride	6.0	"cheat", "rep", "cl"	
z_leap_max_distance	200.0	"cheat", "rep", "cl"	
z_leap_power	400	"cheat", "rep", "cl"	

See also