... | ... | @@ -27,9 +27,9 @@ Attributes |
|
|
| HitRadius | hr | The radius around the orbital that something will be hit. | 1 |
|
|
|
| VerticalHitRadius | vhr, vr | The radius around the orbital that something will be hit. | 1 |
|
|
|
| Points | p | How many "points" that comprise the circle that makes up the orbit. More points will make the circle more defined, but will also increase the time it takes to complete an orbit. | 32 |
|
|
|
| XRotation | rotx, rx | Rotates the orbital along the X axis. | 0 |
|
|
|
| YRotation | roty, ry | Rotates the orbital along the Y axis. | 0 |
|
|
|
| ZRotation | rotz, rz | Rotates the orbital along the Z axis. | 0 |
|
|
|
| XRotation | rotx, rx | Rotates the orbital along the X axis. Rotation is done in radians, i.e. 3.14 is half a rotation, 6.24 is a full rotation. | 0 |
|
|
|
| YRotation | roty, ry | Rotates the orbital along the Y axis. Rotation is done in radians, i.e. 3.14 is half a rotation, 6.24 is a full rotation. | 0 |
|
|
|
| ZRotation | rotz, rz | Rotates the orbital along the Z axis. Rotation is done in radians, i.e. 3.14 is half a rotation, 6.24 is a full rotation. | 0 |
|
|
|
| XOffset | ox | Offsets the orbital along the X axis of the target. | 0 |
|
|
|
| YOffset | oy | Offsets the orbital along the Y axis of the target. | 0 |
|
|
|
| ZOffset | oz | Offsets the orbital along the Z axis of the target. | 0 |
|
... | ... | |