This is the online version of the Hex-Ars Linker documentation.

Entries which are blurred are spoilers. Click to reveal them, but be aware that they may spoil endgame progression. Alternatively, click here to get a version with all spoilers showing.

I devote this section to the magical and mysterious items I might encounter in my studies.

Advanced Mana LinkerMana Linkers

These items convert my Mana into media. When I use this item, it binds my mana to its media pool, and unbinds if I use it when crouching.
After bound, it acts like a Phial of Media, and directly drains my mana when extracting media out. Better linker item has higher conversion ratio.


A list of all the patterns I've discovered, as well as what they do.

item.hex_ars_link.hex_callbackGlyph Manipulation Patterns

Read Glyphs (entity → [glyph])

Your browser does not support visualizing patterns. Pattern code: qwaawewaawdwaqwqqqwq

Read all glyphs from a given entity: could be an item like glyph, spellcaster and parchment, or item frames containing those, or a player with learnt glyphs.
This could be the only way to obtain a glyph iota if I choose to deny the evil power of HexParse.


Cast Spell ([glyph] →)

Your browser does not support visualizing patterns. Pattern code: qwaawewaawdwawwawwqwwaww

Cast the given spell from myself.
Costs 1 dust for each glyph used.


Projectile Spell (vec, vec, [glyph] →)

Your browser does not support visualizing patterns. Pattern code: qaeaqewqwaawewaawdwawwawwqwwaww

Cast the given spell as a projectile shooting from certain position & angle. One Glyph of Projectile will be inserted before the given glyphs.
Costs 1 shard plus 1 dust for each glyph used.


Touch Spell (vec/entity, [glyph] →)

Your browser does not support visualizing patterns. Pattern code: wwqwaawewaawdwawwawwqwwaww

Cast the given spell on given entity or position. One Glyph of Touch will be inserted before the given glyphs.
Costs 1 shard plus 1 dust for each glyph used.


Delegated Spell (player, [glyph] →)

Your browser does not support visualizing patterns. Pattern code: aqaeqwaawewaawdwawwawwqwwawwwded

Cast the given spell from the given TrueName.
Costs 1 charged crystal for each glyph used.


Register Callback (list →)

Your browser does not support visualizing patterns. Pattern code: qwaawewaawdqqwawwqwwawqdqdeaqq

Register the given spell list as callback, which will be executed when "Trigger Callback" glyph executes.


Get Current Callback (→ list)

Your browser does not support visualizing patterns. Pattern code: qwaawewaawdqqwawwqwwawqdeqqqqqa

Read the callback spell list registered.