Залив
This commit is contained in:
36
lua/entities/mg_aoe_arrow_thermite/shared.lua
Normal file
36
lua/entities/mg_aoe_arrow_thermite/shared.lua
Normal file
@@ -0,0 +1,36 @@
|
||||
ENT.Base = "base_entity"
|
||||
ENT.Type = "anim"
|
||||
|
||||
ENT.FireRadius = 42
|
||||
ENT.LifeTime = 6
|
||||
|
||||
game.AddParticles("particles/mw19_attachments.pcf")
|
||||
PrecacheParticleSystem("arrow_thermite")
|
||||
PrecacheParticleSystem("arrow_thermite_smokeleft")
|
||||
|
||||
sound.Add({
|
||||
name = "MW19_Crossbow.FireOn",
|
||||
channel = CHAN_BODY,
|
||||
volume = 0.75,
|
||||
level = 75,
|
||||
pitch = {95, 105},
|
||||
sound = {"viper/shared/weap_thermite_loop.ogg"}
|
||||
})
|
||||
|
||||
sound.Add({
|
||||
name = "MW19_Crossbow.FireOff",
|
||||
channel = CHAN_BODY,
|
||||
volume = 0.75,
|
||||
level = 75,
|
||||
pitch = {95, 105},
|
||||
sound = {"viper/shared/weap_thermite_loop_end_01.ogg"}
|
||||
})
|
||||
|
||||
sound.Add({
|
||||
name = "MW19_Crossbow.FireExplode",
|
||||
channel = CHAN_ITEM,
|
||||
volume = 1,
|
||||
level = 100,
|
||||
pitch = {95, 105},
|
||||
sound = {"viper/shared/weap_thermite_impact_01.ogg", "viper/shared/weap_thermite_impact_02.ogg", "viper/shared/weap_thermite_impact_03.ogg"}
|
||||
})
|
||||
Reference in New Issue
Block a user