_Target Offset - Eniripsa96/SkillAPI GitHub Wiki
Applies child elements at a location offset from the current target.
Name | YAML Key | Type | Description |
---|---|---|---|
Forward | forward | Scaling Number | Distance to offset in the target's faced direction |
Upward | upward | Scaling Number | Distance to offset into the air |
Right | right | Scaling Number | Distance to offset normal to target's faced direction |
- Useful for positioning effects such as particles
- Offset directions are flattened, so forward would not rise up into the air at all
- Most mechanics will not do anything to the location, as it isn't an actual target
- Usually combined with other targets such as Area
- Can be used to make traps when used with Repeat
- Using Value Add along with this can make traveling effects
-- To be added --