Vomitjar projectile: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
(-)
Line 1: Line 1:
{{stub}}
{{CD|CVomitJarProjectile}}
{{CD|CVomitJarProjectile}}
{{this is a|point entity|series=Left 4 Dead|name=vomitjar_projectile}}
{{this is a|point entity|series=Left 4 Dead|name=vomitjar_projectile}} It's a projectile spawned by throwing {{ent|weapon_vomitjar}}. Spawns {{ent|info_goal_infected_chase}} where it breaks and covers zombies around it in bile to attract commons.


== Entity Description ==
== ConVars ==
A thrown [[weapon_vomitjar]]. Spawns [[info_goal_infected_chase]] where it breaks.
{{varcom|start}}
{{varcom|vomitjar_duration_infected_bot|20||}}
{{varcom|vomitjar_duration_infected_pz|20||}}
{{varcom|vomitjar_duration_survivor|5||}}
{{varcom|vomitjar_radius|110||}}
{{varcom|vomitjar_radius_survivors|0||}}
{{varcom|end}}


== Related Cvars ==
== See Also ==
<pre>
* {{ent|weapon_vomitjar_spawn}}
vomitjar_duration_infected_bot          : 20      : , "sv", "cheat", "rep" :
* {{ent|weapon_vomitjar}}
vomitjar_duration_infected_pz            : 20      : , "sv", "cheat", "rep" :
vomitjar_duration_survivor              : 5        : , "sv", "cheat", "rep" :
vomitjar_radius                          : 110      : , "sv", "cheat", "rep" :
vomitjar_radius_survivors                : 0        : , "sv", "cheat", "rep" :
</pre>

Revision as of 12:59, 23 June 2024

C++ Class hierarchy
CVomitJarProjectile
CBaseCSGrenadeProjectile
CBaseGrenade
CBaseAnimating
CBaseEntity

vomitjar_projectile is a point entity available in Left 4 Dead seriesLeft 4 Dead series Left 4 Dead series. It's a projectile spawned by throwing weapon_vomitjar. Spawns info_goal_infected_chase where it breaks and covers zombies around it in bile to attract commons.

ConVars

Cvar/Command Parameters or default value Descriptor Effect
vomitjar_duration_infected_bot 20
vomitjar_duration_infected_pz 20
vomitjar_duration_survivor 5
vomitjar_radius 110
vomitjar_radius_survivors 0

See Also