Update chain authored by Lxlp's avatar Lxlp
......@@ -15,17 +15,17 @@ effects!
## Attributes
| Attribute | Aliases | Description | Default |
|------------------|------------|-----------------------------------------------------------------------------|---------|
| onBounce | ob | The skill that bounces between targets | |
| bounces | b | How many times the chain should bounce | 2 |
| delay | d | The delay between bounces | 1 |
| radius | r | How far the skill will bounce to a new target | 5 |
| hitSelf | hs | Whether the chain should affect the caster | false |
| hitTarget | ht | Whether the chain should do the initial from the caster to the first target | true |
| hitPlayers | hp | Whether the chain should bounce to players | true |
| hitNonPlayers | hnp | Whether the chain should bounce to non-players | false |
| bounceConditions | conditions, cond, c | Conditions applied to the bounce target | NONE |
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| onBounce | ob | The skill that bounces between targets | |
| bounces | b | How many times the chain should bounce | 2 |
| delay | d, bd, bouncedelay, i, interval | The delay between bounces | 1 |
| radius | r, bounceradius, bouncerange, range | How far the skill will bounce to a new target | 5 |
| hitSelf | hs | Whether the chain should affect the caster | false |
| hitTarget | ht | Whether the chain should do the initial from the caster to the first target | true |
| hitPlayers | hp | Whether the chain should bounce to players | true |
| hitNonPlayers | hnp | Whether the chain should bounce to non-players | false |
| bounceConditions | conditions, cond, c | Conditions applied to the bounce target | |
## Examples
......
......