-
-
Notifications
You must be signed in to change notification settings - Fork 35
Adding A Custom Particle Reward
Turkey2349 edited this page Mar 15, 2019
·
13 revisions
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.
| 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 |
{
"Particle_Reward":
{
"chance": 0,
"Particle":
[
{"particle":"explode", "delay":0}
]
}
}