Changes
Page history
Update chain
authored
Oct 10, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/chain.md
View page @
05948719
...
@@ -15,17 +15,17 @@ effects!
...
@@ -15,17 +15,17 @@ 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
...
...
...
...