Update projectilevelocity authored by Lxlp's avatar Lxlp
...@@ -5,8 +5,8 @@ Modifies the velocity of the calling [Projectile](/skills/mechanics/projectile) ...@@ -5,8 +5,8 @@ Modifies the velocity of the calling [Projectile](/skills/mechanics/projectile)
## Attributes ## Attributes
| Attribute | Aliases | Description | Default Value | | Attribute | Aliases | Description | Default |
|-----------|---------|-------------------------------------------------------------------------|---------------| |-----------|-----------|----------------------------------------------------------------------|---------|
| mode | m | The operation to perform. Can be SET, ADD, REMOVE, DIVIDE, or MULTIPLY. | SET | | mode | m | The operation to perform. Can be SET, ADD, REMOVE, DIVIDE, or MULTIPLY. | SET |
| velocityx | vx, x | Velocity on the x-axis. Can be negative. | 1 | | velocityx | vx, x | Velocity on the x-axis. Can be negative. | 1 |
| velocityy | vy, y | Velocity on the y-axis. Can be negative. | 1 | | velocityy | vy, y | Velocity on the y-axis. Can be negative. | 1 |
...@@ -22,3 +22,7 @@ Projectile-onTick: ...@@ -22,3 +22,7 @@ Projectile-onTick:
Skills: Skills:
- projectilevelocity{mode=ADD;vz=0.3} - projectilevelocity{mode=ADD;vz=0.3}
``` ```
## Aliases
- [x] pvelocity
\ No newline at end of file