Mechanic
beam
Creates a laser beam between two points
Configuration Fields (9)
| Name | Type | Default | Description |
|---|---|---|---|
| onHitSkill onhit, oh | Optional<Skill> | — | The skill to execute when the beam hits an entity |
| onTickSkill ontick, ot | Optional<Skill> | — | The skill to execute each tick |
| duration d | PlaceholderDuration | 20 | Duration of the beam in ticks |
| tickInterval i | PlaceholderDuration | 1 | Tick interval of the beam |
| material m | Material | END_ROD | Material of the beam |
| rotationSpeed rs | float | 0 | Rotation speed of the beam in degrees per tick |
| hitRadius r | double | 1.0 | Hit radius of the beam |
| startYOffset syo | double | 0 | Start Y offset |
| endYOffset eyo | double | 0 | End Y offset |
Universal Mechanic Options
Mentioned by
- Author:
- YourName