Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Custom FX"

From Roll20 Wiki

Jump to: navigation, search
(Built-In Colors)
(moved info to better named page, leave as redirect)
 
(42 intermediate revisions by 12 users not shown)
Line 1: Line 1:
{{pro only|section=true}}
+
#REDIRECT [[Fx Tool]]
 
+
== Custom FX Tool ==
+
 
+
== Built-in Effects ==
+
 
+
{| class="wikitable"
+
|-
+
! Effect !! Preview
+
|-
+
| '''Beam'''
+
<nowiki>{
+
"maxParticles": 3000,
+
"size": 15,
+
"sizeRandom": 0,
+
"lifeSpan": 15,
+
"lifeSpanRandom": 0,
+
"emissionRate": 50,
+
"speed": 30,
+
"speedRandom": 7,
+
"angle": -1,
+
"angleRandom": 1,
+
"duration": 25
+
}</nowiki>
+
|| [[File:FX Beam.png|thumbnail]]
+
|-
+
| '''Bomb'''
+
<nowiki>{
+
"maxParticles": 500,
+
"size": 15,
+
"sizeRandom": 5,
+
"lifeSpan": 15,
+
"lifeSpanRandom": 7,
+
"speed": 5,
+
"speedRandom": 2,
+
"angle": 270,
+
"angleRandom": 75,
+
"emissionRate": 75,
+
"duration": 10
+
}</nowiki>
+
|| [[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'''
+
<nowiki>{
+
"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
+
}</nowiki>
+
|| [[File:FX Bubbling.png|thumbnail]]
+
|-
+
| '''Burn'''
+
<nowiki>{
+
"maxParticles": 100,
+
"size": 35,
+
"sizeRandom": 15,
+
"lifeSpan": 10,
+
"lifeSpanRandom": 3,
+
"speed": 3,
+
"angle": 0,
+
"emissionRate": 12
+
}</nowiki>
+
|| [[File:FX Burn.png|thumbnail]]
+
|-
+
| '''Burst'''
+
<nowiki>{
+
"maxParticles": 100,
+
"size": 35,
+
"sizeRandom": 15,
+
"lifeSpan": 10,
+
"lifeSpanRandom": 3,
+
"speed": 3,
+
"angle": 0,
+
"emissionRate": 12,
+
"onDeath": "explosion"
+
}</nowiki>
+
|| [[File:FX Burn.png|thumbnail]]
+
[[File:FX Explosion.png|thumbnail]]
+
|-
+
| '''Explosion'''
+
<nowiki>{
+
"maxParticles": 300,
+
"size": 35,
+
"sizeRandom": 10,
+
"duration": 10,
+
"lifeSpan": 20,
+
"lifeSpanRandom": 5,
+
"speed": 7,
+
"speedRandom": 1,
+
"angle": 0,
+
"angleRandom": 360,
+
"emissionRate": 300
+
}</nowiki>
+
|| [[File:FX Explosion.png|thumbnail]]
+
|-
+
| '''Glow'''
+
<nowiki>{
+
"maxParticles": 500,
+
"size": 5,
+
"sizeRandom": 3,
+
"lifeSpan": 17,
+
"lifeSpanRandom": 5,
+
"emissionRate": 7,
+
"speed": 3,
+
"speedRandom": 2,
+
"angle": 270,
+
"angleRandom": 45
+
}</nowiki>
+
|| [[File:FX Glow.png|thumbnail]]
+
|-
+
| '''Missile'''
+
<nowiki>{
+
"maxParticles": 350,
+
"size": 7,
+
"sizeRandom": 3,
+
"lifeSpan": 7,
+
"lifeSpanRandom": 5,
+
"emissionRate": 50,
+
"speed": 7,
+
"speedRandom": 5,
+
"angle": 135,
+
"angleRandom": 0
+
}</nowiki>
+
|| [[File:FX Missile.png|thumbnail]]
+
|-
+
| '''Nova'''
+
<nowiki>{
+
"maxParticles": 500,
+
"size": 15,
+
"sizeRandom": 0,
+
"lifeSpan": 30,
+
"lifeSpanRandom": 0,
+
"emissionRate": 1000,
+
"speed": 7,
+
"speedRandom": 0,
+
"angle": 0,
+
"angleRandom": 180,
+
"duration": 5
+
}</nowiki>
+
|| [[File:FX Nova.png|thumbnail]]
+
|-
+
| '''Splatter'''
+
<nowiki>{
+
"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
+
}</nowiki>
+
|| [[File:FX Splatter.png|thumbnail]]
+
|}
+
 
+
== Built-In Colors ==
+
{| class="wikitable"
+
|-
+
! Effect !! Preview
+
|-
+
| '''Acid'''
+
<nowiki>
+
"startColour": [0, 35, 10, 1],
+
"startColourRandom": [0, 10, 10, 0.25],
+
"endColour": [0, 75, 30, 0],
+
"endColourRandom": [0, 20, 20, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Blood'''
+
<nowiki>
+
"startColour": [175, 0, 0, 1],
+
"startColourRandom": [20, 0, 0, 0],
+
"endColour": [175, 0, 0, 0],
+
"endColourRandom": [20, 0, 0, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Charm'''
+
<nowiki>
+
"startColour": [200, 40, 150, 1],
+
"startColourRandom": [25, 5, 20, 0.25],
+
"endColour": [200, 40, 150, 0],
+
"endColourRandom": [50, 10, 40, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Death'''
+
<nowiki>
+
"startColour": [10, 0, 0, 1],
+
"startColourRandom": [5, 0, 0, 0.25],
+
"endColour": [20, 0, 0, 0],
+
"endColourRandom": [10, 0, 0, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Fire'''
+
<nowiki>
+
"startColour": [220, 35, 0, 1],
+
"startColourRandom": [62, 0, 0, 0.25],
+
"endColour": [220, 35, 0, 0],
+
"endColourRandom": [60, 60, 60, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Frost'''
+
<nowiki>
+
"startColour": [90, 90, 175, 1],
+
"startColourRandom": [0, 0, 0, 0.25],
+
"endColour": [125, 125, 255, 0],
+
"endColourRandom": [0, 0, 0, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Holy'''
+
<nowiki>
+
"startColour": [175, 130, 25, 1],
+
"startColourRandom": [20, 10, 0, 0.25],
+
"endColour": [175, 130, 50, 0],
+
"endColourRandom": [20, 20, 20, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Magic'''
+
<nowiki>
+
"startColour": [50, 50, 50, 0.5],
+
"startColourRandom": [150, 150, 150, 0.25],
+
"endColour": [128, 128, 128, 0],
+
"endColourRandom": [125, 125, 125, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Slime'''
+
<nowiki>
+
"startColour": [0, 250, 50, 1],
+
"startColourRandom": [0, 20, 10, 0.25],
+
"endColour": [0, 250, 50, 0],
+
"endColourRandom": [20, 20, 20, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Smoke'''
+
<nowiki>
+
"startColour": [150, 150, 150, 1],
+
"startColourRandom": [10, 10, 10, 0.5],
+
"endColour": [200, 200, 200, 0],
+
"endColourRandom": [10, 10, 10, 0]
+
</nowiki>
+
|| Preview Image
+
|-
+
| '''Water'''
+
<nowiki>
+
"startColour": [15, 15, 150, 1],
+
"startColourRandom": [5, 5, 25, 0.25],
+
"endColour": [10, 10, 100, 0],
+
"endColourRandom": [10, 10, 25, 0]
+
</nowiki>
+
|| Preview Image
+
|}
+

Latest revision as of 18:49, 4 May 2020

  1. REDIRECT Fx Tool