Vomitjar projectile: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(see also)
m (Classifying as model entity)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Ent not in fgd|nolink=1}}
{{Ent not in fgd|nolink=1}}
{{CD|CVomitJarProjectile}}
{{CD|CVomitJarProjectile}}
{{this is a|point entity|game=Left 4 Dead 2|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.
{{this is a|model entity|game=Left 4 Dead 2|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.


== ConVars ==
== ConVars ==
Line 15: Line 15:
* {{ent|weapon_vomitjar_spawn}}
* {{ent|weapon_vomitjar_spawn}}
* {{ent|weapon_vomitjar}}
* {{ent|weapon_vomitjar}}
* {{ent|molotov_projectile}}
* {{ent|molotov_projectile_(Left_4_Dead_series)|alt=molotov_projectile}}
* {{ent|pipe_bomb_projectile}}
* {{ent|pipe_bomb_projectile}}

Latest revision as of 04:35, 19 May 2025

Icon-NotInFGD.png
This entity is not in the FGD by default.
It should not be put directly in a map.
C++ Class hierarchy
CVomitJarProjectile
CBaseCSGrenadeProjectile
CBaseGrenade
CBaseAnimating
CBaseEntity

vomitjar_projectile is a model entity available in Left 4 Dead 2 Left 4 Dead 2. 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