Difference between revisions of "Custom FX"
From Roll20 Wiki
(→Built-in Effects) |
(→Built-in Effects) |
||
Line 23: | Line 23: | ||
"duration": 25 | "duration": 25 | ||
}</nowiki> | }</nowiki> | ||
− | || [[File:FX Beam. | + | || [[File:FX Beam.png|thumbnail]] |
|- | |- | ||
| '''Bomb''' | | '''Bomb''' | ||
Line 39: | Line 39: | ||
"duration": 10 | "duration": 10 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Bomb.png|thumbnail]] |
|- | |- | ||
| '''Bubbling''' | | '''Bubbling''' | ||
Line 55: | Line 55: | ||
"emissionRate": 1 | "emissionRate": 1 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Bubbling.png|thumbnail]] |
|- | |- | ||
| '''Burn''' | | '''Burn''' | ||
Line 68: | Line 68: | ||
"emissionRate": 12 | "emissionRate": 12 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Burn.png|thumbnail]] |
|- | |- | ||
| '''Burst''' | | '''Burst''' | ||
Line 82: | Line 82: | ||
"onDeath": "explosion" | "onDeath": "explosion" | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Burst.png|thumbnail]] |
|- | |- | ||
| '''Breath''' | | '''Breath''' | ||
Line 98: | Line 98: | ||
"duration": 25 | "duration": 25 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Breath.png|thumbnail]] |
|- | |- | ||
| '''Explosion''' | | '''Explosion''' | ||
Line 114: | Line 114: | ||
"emissionRate": 300 | "emissionRate": 300 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Explosion.png|thumbnail]] |
|- | |- | ||
| '''Glow''' | | '''Glow''' | ||
Line 129: | Line 129: | ||
"angleRandom": 45 | "angleRandom": 45 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Glow.png|thumbnail]] |
|- | |- | ||
| '''Missile''' | | '''Missile''' | ||
Line 144: | Line 144: | ||
"angleRandom": 0 | "angleRandom": 0 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Missile.png|thumbnail]] |
|- | |- | ||
| '''Nova''' | | '''Nova''' | ||
Line 160: | Line 160: | ||
"duration": 5 | "duration": 5 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Nova.png|thumbnail]] |
|- | |- | ||
| '''Splatter''' | | '''Splatter''' | ||
Line 177: | Line 177: | ||
"duration": 10 | "duration": 10 | ||
}</nowiki> | }</nowiki> | ||
− | || | + | || [[File:FX Splatter.png|thumbnail]] |
|} | |} | ||
== Built-In Colors == | == Built-In Colors == |
Revision as of 04:11, 5 March 2016
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. |
Custom FX Tool
Built-in Effects
Effect | Preview |
---|---|
Beam
{ "maxParticles": 3000, "size": 15, "sizeRandom": 0, "lifeSpan": 15, "lifeSpanRandom": 0, "emissionRate": 50, "speed": 30, "speedRandom": 7, "angle": -1, "angleRandom": 1, "duration": 25 } |
|
Bomb
{ "maxParticles": 500, "size": 15, "sizeRandom": 5, "lifeSpan": 15, "lifeSpanRandom": 7, "speed": 5, "speedRandom": 2, "angle": 270, "angleRandom": 75, "emissionRate": 75, "duration": 10 } |
|
Bubbling
{ "maxParticles": 200, "size": 15, "sizeRandom": 3, "lifeSpan": 20, "lifeSpanRandom": 5, "speed": 7, "speedRandom": 2, "gravity": { "x": 0.01, "y": 0.65 }, "angle": 270, "angleRandom": 35, "emissionRate": 1 } |
|
Burn
{ "maxParticles": 100, "size": 35, "sizeRandom": 15, "lifeSpan": 10, "lifeSpanRandom": 3, "speed": 3, "angle": 0, "emissionRate": 12 } |
|
Burst
{ "maxParticles": 100, "size": 35, "sizeRandom": 15, "lifeSpan": 10, "lifeSpanRandom": 3, "speed": 3, "angle": 0, "emissionRate": 12, "onDeath": "explosion" } |
|
Breath
{ "maxParticles": 750, "size": 20, "sizeRandom": 10, "lifeSpan": 25, "lifeSpanRandom": 2, "emissionRate": 25, "speed": 15, "speedRandom": 3, "angle": -1, "angleRandom": 30, "duration": 25 } |
|
Explosion
{ "maxParticles": 300, "size": 35, "sizeRandom": 10, "duration": 10, "lifeSpan": 20, "lifeSpanRandom": 5, "speed": 7, "speedRandom": 1, "angle": 0, "angleRandom": 360, "emissionRate": 300 } |
|
Glow
{ "maxParticles": 500, "size": 5, "sizeRandom": 3, "lifeSpan": 17, "lifeSpanRandom": 5, "emissionRate": 7, "speed": 3, "speedRandom": 2, "angle": 270, "angleRandom": 45 } |
|
Missile
{ "maxParticles": 350, "size": 7, "sizeRandom": 3, "lifeSpan": 7, "lifeSpanRandom": 5, "emissionRate": 50, "speed": 7, "speedRandom": 5, "angle": 135, "angleRandom": 0 } |
|
Nova
{ "maxParticles": 500, "size": 15, "sizeRandom": 0, "lifeSpan": 30, "lifeSpanRandom": 0, "emissionRate": 1000, "speed": 7, "speedRandom": 0, "angle": 0, "angleRandom": 180, "duration": 5 } |
|
Splatter
{ "maxParticles": 750, "size": 7, "sizeRandom": 3, "lifeSpan": 20, "lifeSpanRandom": 5, "emissionRate": 3, "speed": 7, "speedRandom": 2, "gravity": { "x": 0.01, "y": 0.5 }, "angle": -1, "angleRandom": 20, "duration": 10 } |