forked from FAForever/fa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkirveseffects.lua
39 lines (33 loc) · 1.14 KB
/
kirveseffects.lua
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
EmtBpPath = '/effects/emitters/'
CustomEmtBpPath = '/effects/emitters/'
TPhalanxGunPolyTrails = {
EmtBpPath .. 'phalanx_munition_polytrail_01_emit.bp',
}
TPhalanxGunMuzzleFlash = {
EmtBpPath .. 'phalanx_muzzle_flash_01_emit.bp',
EmtBpPath .. 'phalanx_muzzle_glow_01_emit.bp',
}
TPhalanxGunShells = {
CustomEmtBpPath .. 'aaphalanx_shells_01_emit.bp',
}
TPhalanxGunPolyTrailsOffsets = {0.05,0.05,0.05}
OrbGlowEffect = {
CustomEmtBpPath .. 'orbeffect_01.bp',
CustomEmtBpPath .. 'orbeffect_02.bp',
}
SExperimentalUnstablePhasonLaserMuzzle01 = {
EmtBpPath .. 'seraphim_expirimental_laser_charge_01_emit.bp',
EmtBpPath .. 'seraphim_expirimental_laser_charge_01_emit.bp',
}
OthuyElectricityStrikeBeam = {
CustomEmtBpPath .. 'seraphim_lightning_beam_01_emit.bp',
}
OthuyElectricityStrikeBeam2 = {
CustomEmtBpPath .. 'seraphim_lightning_beam_02_emit.bp',
}
OthuyElectricityStrikeHit = {
CustomEmtBpPath .. 'seraphim_lightning_hit_01_emit.bp',
CustomEmtBpPath .. 'seraphim_lightning_hit_02_emit.bp',
CustomEmtBpPath .. 'seraphim_lightning_hit_03_emit.bp',
CustomEmtBpPath .. 'seraphim_lightning_hit_04_emit.bp',
}