Mechanic

orbital

Applies an orbital aura to the target

Aliases

o

Configuration Fields (31)

NameTypeDefaultDescription
radius
r
PlaceholderFloatThe radius of the orbital aura
hitRadius
hr
PlaceholderFloatThe hit radius of the orbital aura
verticalHitRadius
vhr, vr
PlaceholderFloatThe vertical hit radius of the orbital aura
points
p
PlaceholderIntThe number of points in the orbital aura
velocity doubleThe velocity of the orbital aura
rotate booleanWhether the orbital aura should rotate
reversed booleanWhether the orbital aura should be reversed
startingStep
sp
PlaceholderIntThe starting step of the orbital aura
xRotation
rotx, rx
PlaceholderDoubleThe X rotation of the orbital aura
yRotation
roty, ry
PlaceholderDoubleThe Y rotation of the orbital aura
zRotation
rotz, rz
PlaceholderDoubleThe Z rotation of the orbital aura
xOffset
offx, ox
PlaceholderDoubleThe X offset of the orbital aura
yOffset
offy, oy
PlaceholderDoubleThe Y offset of the orbital aura
zOffset
offz, oz
PlaceholderDoubleThe Z offset of the orbital aura
interpolation
tickinterpolation, ti
int0Interpolates additional points between each tick of the projectile, running onTick multiple times
immuneDelay
immune, id
PlaceholderDuration2000Sets the immunity delay (when the target can be hit by the projectile again)
hugSurface ProjectileSurfaceModefalseWhether the projectile will hug the surface
hugLiquid
hugWater, hugLava
ProjectileSurfaceModefalseIf hugSurface is set, determines whether the projectile will hug liquid
heightFromSurface
hfs
float
maxClimbHeight
mch
float3The number of attempts the projectile will try to increase its y-location before terminating the projectile
maxDropHeight
mdh
float10The number of attempts the projectile will try to decrease its y-location before terminating the projectile
onHitSkill
onhit, oh
StringThe name of the skill to trigger when the orbital aura hits a target
hitSelf
hs
booleanWhether the orbital aura can hit the caster
hitPlayers
hp
booleanWhether the orbital aura can hit players
hitNonPlayers
hnp
booleanWhether the orbital aura can hit non-players
hitConditions PREM
conditions, cond, c
List<SkillCondition>NONEConditions applied to the hit target
stopConditions PREM
stpcond
List<SkillCondition>NONEConditions applied to the stop the projectile when hitting the target
shareSubHitboxCooldown
shcd
booleantrue
hitTargeter
htr
Optional<SkillTargeter>Custom targeter for more robust hit detection
drawHitbox booleanfalseDraw the hitbox of the projectile, useful for debugging
castAsOrbital
cao
booleanWhether skills are casted as the orbital

Universal Mechanic Options

Author:
Ashijin
Generated from @Mythic* annotations in the MythicMobs source.