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.
* drain line tweak (cherry picked from commit 00f7ec4) * drain fix tweak (cherry picked from commit a706c5d) * drain chain (cherry picked from commit 81eba86) * force drain tweak (cherry picked from commit 8281f2c) * drain tweak fx better (cherry picked from commit 7fb259e) * [jaPRO/Force] New jaPRO force drain effect for levels 1/2 (`cg_drainFX 2`) --------- Co-authored-by: videoP <videoprofess@gmail.com>
- Loading branch information
Showing
8 changed files
with
213 additions
and
6 deletions.
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
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
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