summaryrefslogtreecommitdiff
path: root/assets/scripts/ab_acidtube.particle
blob: 2f21069358628dd94ba7c8c8dd1f4e62b91e5ae5 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
alienAcidTubePS
{
  ejector
  {
    particle
    {
      shader sync 	greenblood01frame01 greenblood01frame02 greenblood01frame03 greenblood01frame04 greenblood01frame05 greenblood01frame06 greenblood01frame07 greenblood01frame08

      displacement 0 0 0 ~2
      normalDisplacement  20

      velocityType      normal
      velocityDir       linear
      velocityMagnitude 300~75%
      velocity          0 0 1 ~10

      accelerationType      static
      accelerationDir       linear
      accelerationMagnitude 800
      acceleration          0 0 -1 ~30

      radius 0 8.0 20.0
      alpha  0 1.0 0.0
      rotation 0 ~360 -
      bounce 0.2

      lifeTime 600~50%
    }

    count 50
    delay 0
    period 5 - ~0%
  }
  ejector
  {
    particle
    {
      shader sync 	greenblood01frame01

      displacement 0 0 0 ~5
      normalDisplacement  35

      velocityType      normal
      velocityDir       linear
      velocityMagnitude 300~75%
      velocity          0 0 1 ~10

      accelerationType      static
      accelerationDir       linear
      accelerationMagnitude 900
      acceleration          0 0 -1 ~30

      radius 0 0 0
      alpha  0 0 1
      rotation 0 ~360 -
      bounce 0.3
	  bounceMark      1~1 64 acid_pool

      lifeTime 2000~50%
	  overdrawProtection 
    }

    count 1
    delay 0
    period 5 - ~0%
}	
}