Difference between revisions of "FX Library"
From Roll20 Wiki
Patrick K. (Talk | contribs) m (Most of these examples only work in the FX Playground, and not in-game. Provided the generic correction without editing the originals.) |
|||
Line 2: | Line 2: | ||
Below are a variety of [[Custom FX]] parameters developed by '''Roll20''' users to achieve different goals. | Below are a variety of [[Custom FX]] parameters developed by '''Roll20''' users to achieve different goals. | ||
+ | |||
+ | Earlier examples only work in the "FX Playground" - the gravity parameters have since been updated to the format "gravity": {"x": 0.01, "y": 0.01}. Making this correction will allow most of these to work. Sharpness appears to be deprecated. FX Playground only examples will be marked as such. | ||
<!-- Please keep these section headings in alphabetical order when adding new FX! --> | <!-- Please keep these section headings in alphabetical order when adding new FX! --> | ||
== Color Spray == | == Color Spray == | ||
+ | FX Playground Only | ||
{{usercredit|56647}} | {{usercredit|56647}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 27: | Line 30: | ||
== Cone of Cold == | == Cone of Cold == | ||
+ | FX Playground Only | ||
{{usercredit|56647}} | {{usercredit|56647}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 49: | Line 53: | ||
== Frost Nova == | == Frost Nova == | ||
+ | FX Playground Only | ||
{{usercredit|6419}} | {{usercredit|6419}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 71: | Line 76: | ||
== Gas Cloud == | == Gas Cloud == | ||
+ | FX Playground Only | ||
{{usercredit|56647}} | {{usercredit|56647}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 93: | Line 99: | ||
== Magic Cauldron Bubbles == | == Magic Cauldron Bubbles == | ||
+ | FX Playground Only | ||
{{usercredit|56647}} | {{usercredit|56647}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 115: | Line 122: | ||
== Magic Missile == | == Magic Missile == | ||
+ | FX Playground Only | ||
{{usercredit|56647}} | {{usercredit|56647}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 137: | Line 145: | ||
== Orb == | == Orb == | ||
+ | FX Playground Only | ||
{{usercredit|4825}} | {{usercredit|4825}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 159: | Line 168: | ||
== Prismatic Spray == | == Prismatic Spray == | ||
+ | FX Playground Only | ||
{{usercredit|6419}} | {{usercredit|6419}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 181: | Line 191: | ||
== Ray of Frost == | == Ray of Frost == | ||
+ | FX Playground Only | ||
{{usercredit|56647}} | {{usercredit|56647}} | ||
{{fx|params={ | {{fx|params={ | ||
Line 203: | Line 214: | ||
== Snow/Stars == | == Snow/Stars == | ||
+ | FX Playground Only | ||
{{usercredit|6419}} | {{usercredit|6419}} | ||
{{fx|params={ | {{fx|params={ |
Revision as of 15:13, 14 May 2017
This is about a Roll20 feature exclusive to Pro-subscribers (and often to players in a Game created by a Pro-subscriber). If you'd like to use this feature, consider upgrading your account. |
Below are a variety of Custom FX parameters developed by Roll20 users to achieve different goals.
Earlier examples only work in the "FX Playground" - the gravity parameters have since been updated to the format "gravity": {"x": 0.01, "y": 0.01}. Making this correction will allow most of these to work. Sharpness appears to be deprecated. FX Playground only examples will be marked as such.
Contents |
Color Spray
FX Playground Only Courtesy of OldSchoolChris
Cone of Cold
FX Playground Only Courtesy of OldSchoolChris
Frost Nova
FX Playground Only Courtesy of Joshuha O.
Gas Cloud
FX Playground Only Courtesy of OldSchoolChris
Magic Cauldron Bubbles
FX Playground Only Courtesy of OldSchoolChris
Magic Missile
FX Playground Only Courtesy of OldSchoolChris
Orb
FX Playground Only Courtesy of David L.
Prismatic Spray
FX Playground Only Courtesy of Joshuha O.
Ray of Frost
FX Playground Only Courtesy of OldSchoolChris
Snow/Stars
FX Playground Only Courtesy of Joshuha O.
Arrow/Shot
Courtesy of Chris C.
{ "angle": -1, "angleRandom": 0, "duration": 50, "emissionRate": 1, "endColour": [20, 0, 0, 0], "endColourRandom": [10, 0, 0, 0], "gravity": {"x":0.001, "y":0.001}, "lifeSpan": 300, "lifeSpanRandom": 100, "maxParticles": 1, "size": 10, "sizeRandom": 1, "speed": 50, "speedRandom": 1.5, "startColour": [10, 0, 0, 1], "startColourRandom": [5, 0, 0, 0.25] } |
File:Arrow/Shot By Chris C. .jpg |
---|