Difference between revisions of "Custom FX"
From Roll20 Wiki
(→Built-in Effects) |
(→Built-in Effects) |
||
Line 40: | Line 40: | ||
}</nowiki> | }</nowiki> | ||
|| [[File:FX Bomb.png|thumbnail]] | || [[File:FX Bomb.png|thumbnail]] | ||
+ | |- | ||
+ | | '''Breath''' | ||
+ | <nowiki>{ | ||
+ | "maxParticles": 750, | ||
+ | "size": 20, | ||
+ | "sizeRandom": 10, | ||
+ | "lifeSpan": 25, | ||
+ | "lifeSpanRandom": 2, | ||
+ | "emissionRate": 25, | ||
+ | "speed": 15, | ||
+ | "speedRandom": 3, | ||
+ | "angle": -1, | ||
+ | "angleRandom": 30, | ||
+ | "duration": 25 | ||
+ | }</nowiki> | ||
+ | || [[File:FX Breath.png|thumbnail]] | ||
|- | |- | ||
| '''Bubbling''' | | '''Bubbling''' | ||
Line 82: | Line 98: | ||
"onDeath": "explosion" | "onDeath": "explosion" | ||
}</nowiki> | }</nowiki> | ||
− | || [[File:FX | + | || [[File:FX Burn.png|thumbnail]] |
− | + | [[File:FX Explosion.png|thumbnail]] | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
|- | |- | ||
| '''Explosion''' | | '''Explosion''' |
Revision as of 04:16, 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 } |
|
Breath
{ "maxParticles": 750, "size": 20, "sizeRandom": 10, "lifeSpan": 25, "lifeSpanRandom": 2, "emissionRate": 25, "speed": 15, "speedRandom": 3, "angle": -1, "angleRandom": 30, "duration": 25 } |
|
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" } |
|
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 } |