summaryrefslogtreecommitdiff
path: root/assets/scripts/g_humanblood.particle
blob: d537c27776ba38574e63f1c75de9cf2d0ad524cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
humanBleedPS
{
  ejector
  {
    particle
    {
      shader sync blood01frame01 blood01frame02 blood01frame03 blood01frame04 blood01frame05 blood01frame06 blood01frame07 blood01frame08 
      
						displacement 0 0 0 0

      velocityType normal
      velocityDir linear
      velocityMagnitude 15
      velocity 0 0 0 ~35

      accelerationType static
      accelerationDir linear
      acceleration 0 0 -1 ~5
      accelerationMagnitude 25

      radius 0 5 8
      alpha 250 .75 0
      rotation 0 ~-15 ~15
      bounce cull

      lifeTime 400~100
    }

    count   1
    delay   0
    period  0 - 0
  }
		
  thirdPersonOnly
}