How to use
Release the scroll to spend AUTHORITY_MANA_COST and add AUTHORITY_TIME ticks to the caster's existing Borrowed Authority duration.
Function
Movement speed
While Borrowed Authority is active, AUTHORITY_SPEED_MULTIPLIER is added as a multiplier of base movement speed except while crouching. Crouching temporarily removes this bonus.
Charged leap
Hold Jump while standing on the ground or against a wall to charge, then release while still supported. The launch follows the caster's look direction. Strength increases by 0.25 per held input update and caps at 5 after about 20 updates.
Wall sticking
Hold Jump in midair to stick to a wall until Jump is released.
Collision attacks
Hold the primary attack button while running or flying into living entities. Targets protected by Contract are skipped, and the caster nearly stops after hitting a target.
An ordinary attack while Borrowed Authority is active launches the victim, deals AUTHORITY_DAMAGE_TO_OTHER additional damage, and deals AUTHORITY_DAMAGE_TO_SELF to the caster.
The victim then has an eight tick ability cooldown. Hits during the cooldown can still push it but do not repeat the extra damage or launched state.
Launched targets
A launched target can pass through breakable terrain while moving quickly. AUTHORITY_NORMAL_SLOW_DOWN_FACTOR controls how quickly it slows, and normal collision returns when it slows down or meets an unbreakable obstruction.
Terrain damage
Terrain damage can remove blocks without block entity data when their explosion resistance is at most AUTHORITY_BLOCK_RESISTANCE_LIMIT. AUTHORITY_DROPS_BLOCKS controls whether removed blocks drop items. A resistance limit of zero disables terrain breaking.
Configuration
| Setting | Default | Range | Effect |
|---|---|---|---|
AUTHORITY_MANA_COSTmahoutsukai-server.tomlmysticauthority | 900 | 0–100000000 mana per cast | Mana cost of releasing a Borrowed Authority scroll. |
AUTHORITY_TIMEmahoutsukai-server.tomlmysticauthority | 400 | 0–100000000 ticks per cast | Borrowed Authority duration added by each cast; 400 ticks is 20 seconds. |
AUTHORITY_DAMAGE_TO_SELFmahoutsukai-server.tomlmysticauthority | 1.5 | 0–100000000 damage per qualifying attack | Additional damage to the caster when a Borrowed Authority attack hits a target that is not on cooldown. |
AUTHORITY_DAMAGE_TO_OTHERmahoutsukai-server.tomlmysticauthority | 3 | 0–100000000 damage per qualifying attack | Additional damage attempted against a target hit with Borrowed Authority while its ability cooldown is clear. |
AUTHORITY_BREAK_SLOW_DOWN_FACTORmahoutsukai-server.tomlmysticauthority | 0.5 | 0–100000000 | Reserved slowdown setting. It currently has no effect. |
AUTHORITY_NORMAL_SLOW_DOWN_FACTORmahoutsukai-server.tomlmysticauthority | 0.875 | 0–100000000 | Velocity multiplier applied each tick to a target launched by Borrowed Authority while it remains above the flight threshold. |
AUTHORITY_SPEED_MULTIPLIERmahoutsukai-server.tomlmysticauthority | 1.8 | 0–100000000 | Base movement speed added while Borrowed Authority is active, except while crouching. A value of 1.8 adds 180%; it does not set total speed to 180%. |
AUTHORITY_BLOCK_RESISTANCE_LIMITmahoutsukai-server.tomlmysticauthority | 45 | 0–100000000 explosion resistance | Maximum explosion resistance of blocks a launched target can remove; zero disables terrain breaking and block phasing. |
AUTHORITY_DROPS_BLOCKSmahoutsukai-server.tomlmysticauthority | true | — | Controls whether terrain removed by Borrowed Authority drops block items. |



