mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 13:53:45 +03:00
Upload
This commit is contained in:
83
lua/particlelists/particlefiletest.lua
Normal file
83
lua/particlelists/particlefiletest.lua
Normal file
@@ -0,0 +1,83 @@
|
||||
--[[
|
||||
| This file was obtained through the combined efforts
|
||||
| of Madbluntz & Plymouth Antiquarian Society.
|
||||
|
|
||||
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
||||
| Maloy, DrPepper10 @ RIP, Atle!
|
||||
|
|
||||
| Visit for more: https://plymouth.thetwilightzone.ru/
|
||||
--]]
|
||||
|
||||
"EffectList"
|
||||
{
|
||||
|
||||
|
||||
|
||||
"Info"
|
||||
{
|
||||
"CategoryName" "Example Particle List"
|
||||
|
||||
"EffectOptions"
|
||||
{
|
||||
"Beams"
|
||||
"
|
||||
moreeffects_beam1
|
||||
moreeffects_beam2_alsoatracer
|
||||
moreeffects_beam3_alsoatracer
|
||||
"
|
||||
|
||||
"Color1"
|
||||
"
|
||||
moreeffects_color1_1
|
||||
moreeffects_color1_2
|
||||
"
|
||||
|
||||
"Color255"
|
||||
"
|
||||
moreeffects_color255_1
|
||||
moreeffects_color255_2
|
||||
"
|
||||
|
||||
"Tracers"
|
||||
"
|
||||
moreeffects_beam2_alsoatracer
|
||||
moreeffects_beam3_alsoatracer
|
||||
"
|
||||
}
|
||||
|
||||
"UtilEffects"
|
||||
{
|
||||
"A Scripted Effect" "!UTILEFFECT!ThisIsFakeAndDoesntExist"
|
||||
"A Scripted Effect 2" "!UTILEFFECT!ThisIsFakeToo"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
"example_1.pcf" //this is a comment
|
||||
"
|
||||
an_effect
|
||||
another effect
|
||||
YetAnotherEffect
|
||||
An Effect With Capital Letters And Spaces //this is also a comment
|
||||
//effect_thats_commented_out
|
||||
"
|
||||
|
||||
|
||||
|
||||
"example_2.pcf"
|
||||
"
|
||||
moreeffects_1
|
||||
moreeffects_2
|
||||
moreeffects_beam1
|
||||
moreeffects_beam2_alsoatracer
|
||||
moreeffects_beam3_alsoatracer
|
||||
moreeffects_color1_1
|
||||
moreeffects_color1_2
|
||||
moreeffects_color255_1
|
||||
moreeffects_color255_2
|
||||
"
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user