How to use

Release the scroll to spend SPATIAL_DISORIENTATION_MANA_COST and receive the Mystic Staff of Spatial Disorientation.

Function

Single target mode

Aim at a living entity or primed TNT and hold right-click. The target is held still while the circle charges. Starting the circle costs SPATIAL_DISORIENTATION_MANA_COST_ST mana.

Release right-click to launch the target in the direction the caster is looking. A longer charge produces more speed, up to the limit set by SPATIAL_DISORIENTATION_SPEED.

Area mode

Use the staff without an eligible selected entity to create an area circle. When aiming at a block, the circle is centered 5 blocks above that block; when aiming into open space, it is centered 10 blocks ahead of the caster.

The caster must have at least ten times the configured AOE cost available to start the circle. Once started, the staff drains SPATIAL_DISORIENTATION_MANA_COST_AOE every second and stops when that payment fails.

After charging, entities within SPATIAL_DISORIENTATION_AOE_RADIUS blocks in each direction are repeatedly launched in the caster's current look direction. Their speed is capped by SPATIAL_DISORIENTATION_SPEED.

Air resistance

When SPATIAL_DISORIENTATION_AIR_RESISTANCE=false, launched living entities receive Flung for SPATIAL_NO_AIR_RESISTANCE_TIME_LIMIT ticks and ignore normal air resistance. Players using an Elytra do not receive it. Setting this to true leaves normal air resistance in place.

Configuration

SettingDefaultRangeEffect
SPATIAL_DISORIENTATION_MANA_COSTmahoutsukai-server.tomlmysticspatial1000–100000000 manaMana consumed when the Spatial Disorientation scroll creates its staff.
SPATIAL_DISORIENTATION_MANA_COST_AOEmahoutsukai-server.tomlmysticspatial200–100000000 mana per secondMana consumed each second while the staff is operating in area mode. Ten times this amount must be available to start the mode.
SPATIAL_DISORIENTATION_MANA_COST_STmahoutsukai-server.tomlmysticspatial2000–100000000 manaMana cost to start a single target charge.
SPATIAL_DISORIENTATION_AIR_RESISTANCEmahoutsukai-server.tomlmysticspatialfalseWhen false, launched living entities receive Flung and retain their launch speed for the configured duration.
SPATIAL_DISORIENTATION_SPEEDmahoutsukai-server.tomlmysticspatial70–10000000Maximum launch speed for single target and area modes.
SPATIAL_DISORIENTATION_AOE_RADIUSmahoutsukai-server.tomlmysticspatial40–10000000 blocksDistance from the center to each edge of the area mode's entity search cube.
SPATIAL_NO_AIR_RESISTANCE_TIME_LIMITmahoutsukai-server.tomlmysticspatial600–10000000 ticksDuration of the Flung effect applied when air resistance is disabled.