Files
wnsrc/lua/particlelists/particlefiletest.lua

83 lines
1.2 KiB
Lua
Raw Normal View History

2024-08-04 22:55:00 +03:00
--[[
| 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
"
}