This repository has been archived by the owner on May 11, 2024. It is now read-only.
forked from PazerOP/CastingEssentials
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds status effects for bonked, burning, jarated, and milked conditions.
- Loading branch information
Showing
10 changed files
with
72 additions
and
0 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
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
6 changes: 6 additions & 0 deletions
6
plugin_folder/materials/castingessentials/statuseffects/bonked_blue.vmt
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,6 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "effects/bonk" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
plugin_folder/materials/castingessentials/statuseffects/bonked_red.vmt
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,6 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "effects/bonk" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
} |
10 changes: 10 additions & 0 deletions
10
plugin_folder/materials/castingessentials/statuseffects/burning_blue.vmt
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,10 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "hud/leaderboard_class_pyro" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
|
||
// Alternative icon | ||
// "$basetexture" "cyoa/cyoa_pyro_icon" | ||
// $color "{79 117 144}" | ||
} |
10 changes: 10 additions & 0 deletions
10
plugin_folder/materials/castingessentials/statuseffects/burning_red.vmt
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,10 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "hud/leaderboard_class_pyro" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
|
||
// Alternative icon | ||
// "$basetexture" "cyoa/cyoa_pyro_icon" | ||
// $color "{188 66 66}" | ||
} |
6 changes: 6 additions & 0 deletions
6
plugin_folder/materials/castingessentials/statuseffects/jarated_blue.vmt
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,6 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "effects/jarated" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
plugin_folder/materials/castingessentials/statuseffects/jarated_red.vmt
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,6 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "effects/jarated" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
plugin_folder/materials/castingessentials/statuseffects/milked_blue.vmt
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,6 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "vgui/bleed_drop" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
} |
6 changes: 6 additions & 0 deletions
6
plugin_folder/materials/castingessentials/statuseffects/milked_red.vmt
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,6 @@ | ||
"UnlitGeneric" | ||
{ | ||
"$basetexture" "vgui/bleed_drop" | ||
"$translucent" 1 | ||
"$ignorez" 1 | ||
} |