Update chain authored by Lxlp's avatar Lxlp
...@@ -16,16 +16,16 @@ effects! ...@@ -16,16 +16,16 @@ effects!
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|------------------|------------|-----------------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| onBounce | ob | The skill that bounces between targets | | | onBounce | ob | The skill that bounces between targets | |
| bounces | b | How many times the chain should bounce | 2 | | bounces | b | How many times the chain should bounce | 2 |
| delay | d | The delay between bounces | 1 | | delay | d, bd, bouncedelay, i, interval | The delay between bounces | 1 |
| radius | r | How far the skill will bounce to a new target | 5 | | 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 | | 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 | | 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 | | hitPlayers | hp | Whether the chain should bounce to players | true |
| hitNonPlayers | hnp | Whether the chain should bounce to non-players | false | | hitNonPlayers | hnp | Whether the chain should bounce to non-players | false |
| bounceConditions | conditions, cond, c | Conditions applied to the bounce target | NONE | | bounceConditions | conditions, cond, c | Conditions applied to the bounce target | |
## Examples ## Examples
... ...
......