Pipe bomb projectile: Difference between revisions
Jump to navigation
Jump to search
Note:Also used for the explosion of propane tank or oxygen tank which are
Note:Default model name used
Note:survivor_bots retreat from entities if classname keyvalue is
(Created page with "{{stub}} {{l4d series point|pipe_bomb_projectile}} == Entity Description == A thrown pipe bomb.") |
m (Classifying as model entity) |
||
(11 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Ent not in fgd|nolink=1}} | ||
{{ | {{CD|CPipeBombProjectile}} | ||
{{This is a|model entity|name=pipe_bomb_projectile|series=Left 4 Dead}} Projectile spawned by throwing {{ent|weapon_pipe_bomb}}. It explodes in <code>pipe_bomb_timer_duration</code> seconds and causes <code>DMG_BLAST | DMG_BLAST_SURFACE</code> [[damage type]]. | |||
== | {{note|Also used for the explosion of propane tank or oxygen tank which are <code>prop_physics</code> with model names <code>models/props_junk/PropaneCanister001a.mdl</code> and <code>models/props_equipment/OxygenTank01.mdl</code> spawned by throwing {{ent|weapon_propanetank}} or {{ent|weapon_oxygentank}} respectively.}} | ||
{{note|Default model name used <code>models/w_models/weapons/w_eq_pipebomb.mdl</code>}} | |||
{{note|{{ent|survivor_bot}}s retreat from entities if classname keyvalue is <code>pipe_bomb_projectile</code>}} | |||
== Convars == | |||
{{varcom|start}} | |||
{{varcom|pipe_bomb_beep_interval_delta|0.025|Seconds|}} | |||
{{varcom|pipe_bomb_beep_min_interval|0.1|Seconds|}} | |||
{{varcom|pipe_bomb_initial_beep_interval|0.5|Seconds|}} | |||
{{varcom|pipe_bomb_shake_amplitude|50|[[Unit]]s|}} | |||
{{varcom|pipe_bomb_shake_radius|750|[[Unit]]s|}} | |||
{{varcom|pipe_bomb_timer_duration|6|Seconds|}} | |||
{{varcom|end}} | |||
== See also == | |||
* {{ent|weapon_pipe_bomb_spawn}} | |||
* {{ent|weapon_pipe_bomb}} | |||
* {{ent|molotov_projectile_(Left_4_Dead_series)|alt=molotov_projectile}} | |||
* {{ent|vomitjar_projectile}} |
Latest revision as of 04:33, 19 May 2025
![]() |
---|
CPipeBombProjectile |
pipe_bomb_projectile
is a model entity available in Left 4 Dead series. Projectile spawned by throwing weapon_pipe_bomb. It explodes in
pipe_bomb_timer_duration
seconds and causes DMG_BLAST | DMG_BLAST_SURFACE
damage type.

prop_physics
with model names models/props_junk/PropaneCanister001a.mdl
and models/props_equipment/OxygenTank01.mdl
spawned by throwing weapon_propanetank or weapon_oxygentank respectively.
models/w_models/weapons/w_eq_pipebomb.mdl

pipe_bomb_projectile
Convars
Cvar/Command | Parameters or default value | Descriptor | Effect |
---|---|---|---|
pipe_bomb_beep_interval_delta | 0.025 | Seconds | |
pipe_bomb_beep_min_interval | 0.1 | Seconds | |
pipe_bomb_initial_beep_interval | 0.5 | Seconds | |
pipe_bomb_shake_amplitude | 50 | Units | |
pipe_bomb_shake_radius | 750 | Units | |
pipe_bomb_timer_duration | 6 | Seconds |