|
Mechanic: Pull
|
|
|
|
==============
|
|
==============
|
|
|
|
|
|
Pulls all targeted entities towards the caster with a base velocity,
|
|
Pulls all targeted entities towards the caster with a base velocity,
|
|
increasing based on the distance of targets from the caster.
|
|
increasing based on the distance of targets from the caster.
|
|
|
|
|
|
Attributes
|
|
## Attributes:
|
|
----------
|
|
|
|
|
|
|
|
| Attribute | Aliases | Description | Default Value |
|
|
| Attribute | Aliases | Description | Default Value |
|
|
|-----------|---------|-------------------------------------------------------------------------|---------------|
|
|
|-----------|---------|-------------------------------------------------------------------------|---------------|
|
... | @@ -14,20 +12,19 @@ Attributes |
... | @@ -14,20 +12,19 @@ Attributes |
|
|
|
|
|
|
|
|
|
|
|
|
|
Special Notes
|
|
## Special Notes
|
|
-------------
|
|
|
|
|
|
|
|
Targets are pulled much faster based on their distance from the caster.
|
|
Targets are pulled much faster based on their distance from the caster.
|
|
The defined velocity is a "base" velocity, and the skill scales the
|
|
The defined velocity is a "base" velocity, and the skill scales the
|
|
velocity based on distance to attempt to pull the entity directly to the
|
|
velocity based on distance to attempt to pull the entity directly to the
|
|
mob if it is possible based on the base velocity.
|
|
mob if it is possible based on the base velocity.
|
|
|
|
|
|
Examples
|
|
## Examples
|
|
--------
|
|
Pulls the target and then all players within 10 blocks to the casting mob.
|
|
```yaml
|
|
```yaml
|
|
DeathGrip:
|
|
DeathGrip:
|
|
Skills:
|
|
Skills:
|
|
- pull{velocity=10} @target
|
|
- pull{velocity=10} @target
|
|
|
|
- delay 60
|
|
- pull{v=6;to=true} @PIR{r=10}
|
|
- pull{v=6;to=true} @PIR{r=10}
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |