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 Effects)
(Built-In Colors)
Line 182: Line 182:
  
 
== Built-In Colors ==
 
== 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
 +
|}

Revision as of 04:26, 5 March 2016

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
}
FX Beam.png
Bomb
{
	"maxParticles": 500,
	"size": 15,
	"sizeRandom": 5,
	"lifeSpan": 15,
	"lifeSpanRandom": 7,
	"speed": 5,
	"speedRandom": 2,
	"angle": 270,
	"angleRandom": 75,
	"emissionRate": 75,
	"duration": 10
}
FX Bomb.png
Breath
{
	"maxParticles": 750,
	"size": 20,
	"sizeRandom": 10,
	"lifeSpan": 25,
	"lifeSpanRandom": 2,
	"emissionRate": 25,
	"speed": 15,
	"speedRandom": 3,
	"angle": -1,
	"angleRandom": 30,
	"duration": 25
}
FX Breath.png
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
}
FX Bubbling.png
Burn
{
	"maxParticles": 100,
	"size": 35,
	"sizeRandom": 15,
	"lifeSpan": 10,
	"lifeSpanRandom": 3,
	"speed": 3,
	"angle": 0,
	"emissionRate": 12
}
FX Burn.png
Burst
{
	"maxParticles": 100,
	"size": 35,
	"sizeRandom": 15,
	"lifeSpan": 10,
	"lifeSpanRandom": 3,
	"speed": 3,
	"angle": 0,
	"emissionRate": 12,
	"onDeath": "explosion"
}
FX Burn.png
FX Explosion.png
Explosion
{
	"maxParticles": 300,
	"size": 35,
	"sizeRandom": 10,
	"duration": 10,
	"lifeSpan": 20,
	"lifeSpanRandom": 5,
	"speed": 7,
	"speedRandom": 1,
	"angle": 0,
	"angleRandom": 360,
	"emissionRate": 300
}
FX Explosion.png
Glow
{
	"maxParticles": 500,
	"size": 5,
	"sizeRandom": 3,
	"lifeSpan": 17,
	"lifeSpanRandom": 5,
	"emissionRate": 7,
	"speed": 3,
	"speedRandom": 2,
	"angle": 270,
	"angleRandom": 45
}
FX Glow.png
Missile
{
	"maxParticles": 350,
	"size": 7,
	"sizeRandom": 3,
	"lifeSpan": 7,
	"lifeSpanRandom": 5,
	"emissionRate": 50,
	"speed": 7,
	"speedRandom": 5,
	"angle": 135,
	"angleRandom": 0
}
FX Missile.png
Nova
{
	"maxParticles": 500,
	"size": 15,
	"sizeRandom": 0,
	"lifeSpan": 30,
	"lifeSpanRandom": 0,
	"emissionRate": 1000,
	"speed": 7,
	"speedRandom": 0,
	"angle": 0,
	"angleRandom": 180,
	"duration": 5
}
FX Nova.png
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
}
FX Splatter.png

Built-In Colors

Effect Preview
Acid
	"startColour":			[0, 35, 10, 1],
	"startColourRandom":	[0, 10, 10, 0.25],
	"endColour":			[0, 75, 30, 0],
	"endColourRandom":	[0, 20, 20, 0]

Preview Image
Blood
	"startColour":			[175, 0, 0, 1],
	"startColourRandom":	[20, 0, 0, 0],
	"endColour":			[175, 0, 0, 0],
	"endColourRandom":	[20, 0, 0, 0]

Preview Image
Charm
	"startColour":			[200, 40, 150, 1],
	"startColourRandom":	[25, 5, 20, 0.25],
	"endColour":			[200, 40, 150, 0],
	"endColourRandom":	[50, 10, 40, 0]

Preview Image
Death
	"startColour":			[10, 0, 0, 1],
	"startColourRandom":	[5, 0, 0, 0.25],
	"endColour":			[20, 0, 0, 0],
	"endColourRandom":	[10, 0, 0, 0]

Preview Image
Fire
	"startColour":			[220, 35, 0, 1],
	"startColourRandom":	[62, 0, 0, 0.25],
	"endColour":			[220, 35, 0, 0],
	"endColourRandom":	[60, 60, 60, 0]

Preview Image
Frost
	"startColour":			[90, 90, 175, 1],
	"startColourRandom":	[0, 0, 0, 0.25],
	"endColour":			[125, 125, 255, 0],
	"endColourRandom":	[0, 0, 0, 0]

Preview Image
Holy
	"startColour":			[175, 130, 25, 1],
	"startColourRandom":	[20, 10, 0, 0.25],
	"endColour":			[175, 130, 50, 0],
	"endColourRandom":	[20, 20, 20, 0]

Preview Image
Magic
	"startColour":			[50, 50, 50, 0.5],
	"startColourRandom":	[150, 150, 150, 0.25],
	"endColour":			[128, 128, 128, 0],
	"endColourRandom":	[125, 125, 125, 0]

Preview Image
Slime
	"startColour":			[0, 250, 50, 1],
	"startColourRandom":	[0, 20, 10, 0.25],
	"endColour":			[0, 250, 50, 0],
	"endColourRandom":	[20, 20, 20, 0]

Preview Image
Smoke
	"startColour":			[150, 150, 150, 1],
	"startColourRandom":	[10, 10, 10, 0.5],
	"endColour":			[200, 200, 200, 0],
	"endColourRandom":	[10, 10, 10, 0]

Preview Image
Water
	"startColour":			[15, 15, 150, 1],
	"startColourRandom":	[5, 5, 25, 0.25],
	"endColour":			[10, 10, 100, 0],
	"endColourRandom":	[10, 10, 25, 0]

Preview Image