forked from eternalcodes/EternalJK
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jaPRO/Force] New jaPRO force drain effect for levels 1/2 (`cg_drainF…
…X 2`)
- Loading branch information
Showing
4 changed files
with
111 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,105 @@ | ||
repeatDelay 300 | ||
|
||
Electricity | ||
{ | ||
flags useModel useBBox usePhysics | ||
|
||
spawnFlags rgbComponentInterpolation | ||
|
||
count 1 2 | ||
|
||
life 50 60 | ||
|
||
bounce 0.8 2 | ||
|
||
origin2 500 -16 -2 524 16 2 | ||
|
||
rgb | ||
{ | ||
end 1 0 0 | ||
} | ||
|
||
alpha | ||
{ | ||
end 0 1 | ||
flags linear | ||
} | ||
|
||
size | ||
{ | ||
start 2 5 | ||
flags linear | ||
} | ||
|
||
shaders | ||
[ | ||
gfx/misc/rline | ||
] | ||
} | ||
|
||
Particle | ||
{ | ||
flags useAlpha | ||
|
||
spawnFlags rgbComponentInterpolation | ||
|
||
life 30 | ||
|
||
rotation 0 360 | ||
|
||
rgb | ||
{ | ||
start 1 0 0 1 1 1 | ||
end 1 0 0 | ||
} | ||
|
||
size | ||
{ | ||
start 10 18 | ||
flags random | ||
} | ||
|
||
shaders | ||
[ | ||
gfx/misc/lightningFlash | ||
] | ||
} | ||
|
||
Electricity | ||
{ | ||
name Copy of Unnamed Electricity 0 | ||
|
||
flags useModel useBBox usePhysics useAlpha | ||
|
||
spawnFlags rgbComponentInterpolation | ||
|
||
count 1 2 | ||
|
||
life 50 60 | ||
|
||
bounce 0.8 2 | ||
|
||
origin2 500 -16 -2 524 16 2 | ||
|
||
rgb | ||
{ | ||
start 1 0 0 1 1 1 | ||
end 1 0 0 | ||
} | ||
|
||
alpha | ||
{ | ||
start 0 1 | ||
} | ||
|
||
size | ||
{ | ||
start 8 10 | ||
flags linear | ||
} | ||
|
||
shaders | ||
[ | ||
gfx/misc/rline | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters