Залив

This commit is contained in:
Refosel
2026-03-30 10:39:52 +03:00
commit 2b57c019cb
2010 changed files with 185745 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
ENT.Base = "base_entity"
ENT.Type = "anim"
ENT.GasRadius = 164
ENT.LifeTime = 8
game.AddParticles("particles/mw19_attachments.pcf")
PrecacheParticleSystem("arrow_gas_dust")
PrecacheParticleSystem("arrow_gas_explode")
sound.Add({
name = "MW19_Crossbow.GasOn",
channel = CHAN_BODY,
volume = 0.25,
level = 75,
pitch = {95, 105},
sound = {"viper/shared/smoke_grenade_smoke_loop.ogg"}
})
sound.Add({
name = "MW19_Crossbow.GasOff",
channel = CHAN_BODY,
volume = 0.25,
level = 75,
pitch = {95, 105},
sound = {"viper/shared/smoke_grenade_smoke_loop_end.ogg"}
})
sound.Add({
name = "MW19_Crossbow.GasExplode",
channel = CHAN_ITEM,
volume = 1,
level = 100,
pitch = {95, 105},
sound = {"viper/shared/smoke_expl_body_01.ogg"}
})