etqw-sdk/base/effects/simple/weapons/lightning_crawl_simple.effect
2008-05-29 00:00:00 +00:00

53 lines
638 B
Text

effect effects/projectile_lightning_crawl_simple
{
size 4
cutOffDistance 1000
spawner "Zaps"
{
count 1,1
locked
electricity
{
duration 1,1
fork 1
jitterRate 0
jitterSize 3,7,7
jitterTable halfsintable
material "textures/effects/weapons/lgun_smallbolt"
trailRepeat 1
start
{
length { point 3,0,0 }
}
}
}
spawner "Zaps"
{
count 1,1
locked
electricity
{
duration 1,1
fork 1
jitterRate 0
jitterSize 3,7,7
jitterTable halfsintable
material "textures/effects/weapons/lgun_smallbolt"
trailRepeat 1
start
{
length { point 3,0,0 }
}
}
}
}