Changes
Page history
Update projectilevelocity
authored
Oct 11, 2024
by
Lxlp
Show whitespace changes
Inline
Side-by-side
skills/mechanics/projectilevelocity.md
View page @
eed250d3
...
...
@@ -5,8 +5,8 @@ Modifies the velocity of the calling [Projectile](/skills/mechanics/projectile)
## 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 |
| velocityx | vx, x | Velocity on the x-axis. Can be negative. | 1 |
| velocityy | vy, y | Velocity on the y-axis. Can be negative. | 1 |
...
...
@@ -22,3 +22,7 @@ Projectile-onTick:
Skills
:
-
projectilevelocity{mode=ADD;vz=0.3}
```
## Aliases
-
[x] pvelocity
\ No newline at end of file