Adding A Custom Particle Reward - TheTurkeyDev/ChanceCubes GitHub Wiki
Before you add a particle reward, you need to have the basic reward setup. If you have not done that already, you need to head here to set up the base for the reward.
Fields:
Field Name | Type | Default | Field Description |
---|---|---|---|
particle | String | explode | The particle name or id to be shown |
delay | Integer | 0 | The delay for the message to wait after the Chance Cube is broken before being sent |
Example:
{
"Particle_Reward":
{
"chance": 0,
"Particle":
[
{"particle":"explode", "delay":0}
]
}
}