The World/Formations·

Formations

A Formation (阵法) is a spirit array inscribed into the ground, anchored to one chunk and reaching out over the chunks around it. There are three kinds: one that feeds your own cultivation, one that starves everyone else's, and one that hurts anybody who walks in uninvited. They are how a Sect turns a claimed mountain into ground that actually defends itself.

The whole system is gated behind Formations-Enabled (default true).

The Three Arrays

ArrayRadiusEffect
Spirit-Gathering Array (聚灵阵)2 chunks (QiGathering-Radius-Chunks)Multiplies meditation Qi regen by 1.4x (QiGathering-Regen-Multiplier) for its controllers meditating in range.
Mountain-Guarding Array (护山大阵)2 chunks (Warding-Radius-Chunks)Multiplies meditation Qi regen by 0.25x (Warding-Outsider-Regen-Multiplier) for outsiders meditating in range. Controllers are unaffected.
Immortal-Binding Array (困仙阵)1 chunk (Trapping-Radius-Chunks)Roots and wounds intruders caught inside it.

Radius is square (Chebyshev), measured in chunks from the anchor - so radius 2 covers a 5x5 block of chunks, and radius 1 a 3x3.

By default a Spirit-Gathering Array only feeds its own controllers. Set QiGathering-Benefits-Everyone to true to make it a public good that helps any meditator in range.

A Mountain-Guarding Array does more than choke Qi: outsiders also cannot inscribe their own formations on warded ground, and cannot claim a Cave Abode there.

The Immortal-Binding Array's trap, every 3 seconds (Trapping-Interval-Seconds), does the following to every intruder standing inside it:

Controllers walk through their own trap freely.

Who Controls a Formation

Control follows a single rule: your sect if you are in one, otherwise you personally.

Membership is resolved live, so joining or leaving a sect immediately changes who benefits from - and who is an outsider to - that sect's arrays, without touching the stored formation. Two consequences worth knowing:

Placing and Removing

Each array has its own Formation Flag item. Use the flag while standing in the chunk you want as the anchor.

Flag itemPlacesCrafted from
Spirit-Gathering Array Flag聚灵阵1 Profound Core + 1 Spirit Core
Mountain-Guarding Array Flag护山大阵1 Divine Core + 1 Profound Core
Immortal-Binding Array Flag困仙阵2 Divine Cores

See Qi Gathering for where cultivation cores come from. None of the three flags drops on death.

The flag is a toggle. Using it on a chunk where you already control an array of that same type removes it instead of placing a second one. Otherwise:

/cultivation formations (aliases formation, arrays) lists every array you control - type, world, anchor chunk and radius, newest first - so you can walk back to one and disperse it.

v0.7.0 Arrays you or your sect control are also pinned on Hytale's own world map, colored by what the array does - green draws Qi, blue wards, red catches - so a map full of them reads without opening a single label. Only your arrays appear: a Trapping array's whole value is that the person walking into it did not know, and publishing every array to every map would quietly disable the mechanic.

Remote Disperse

The Formations dashboard page turns "walk back to one" into optional. Pick a row from the dashboard's list and arm it - tracked by the formation's own key rather than its position in the list, so a mid-session refresh can't accidentally arm the wrong row - and a second confirm step appears only for that armed row. Confirming disperses it immediately, with no trip back to the chunk it sits in.

It is not a new way of removing a formation, just a new place to trigger the old one: remote disperse routes through the exact same FormationManager removal path a manual on-site disperse always used, so who can disperse what is unchanged, and any add-on watching for a formation-removed event still sees it fire identically.

Overlap and Stacking

Only an exact-chunk duplicate of the same type is refused, so arrays on neighbouring chunks overlap freely. To keep that from compounding, each type applies at most once however many arrays of that type cover the chunk you are standing on. Three Mountain-Guarding arrays laid side by side choke an outsider at 0.25x, not 0.25x cubed.

Different types do combine: an outsider meditating inside both a Spirit-Gathering array that benefits everyone and a Mountain-Guarding array gets 1.4 x 0.25.

A Cave Abode's own meditation multipliers are applied separately from this, on top.

Formations 2.0 — Spirit Arrays Join the Siege

v0.10.1 A defender's spirit arrays used to be bystanders to their own siege. They are now an official part of the defense:

The attacker's counterplay

While a siege is actively contested, a member of the besieging sect may break the defender's altar blocks near the hall bare-handed — the same reach a formation's usual protection would otherwise refuse them. Two limits keep this narrow:

The Siege Banner

Attackers get a structure of their own: the Siege Banner, plantable near a contested hall while it is under CONTEST.

SettingDefaultWhat it gates
War-Formation-Assault-EnabledtrueThe bare-handed altar-breaking counterplay above
War-Siege-Banner-EnabledtrueThe Siege Banner

Both default on — an existing WarConfig.json from before this version picks up both new keys, and both counterplay mechanics, the moment the server next boots. Set either to false to opt out.

Commands

Commands
CommandDescriptionPermission
/cultivation formationsLists every formation you control, with its anchor chunk and radius.cultivation

Placement and removal have no command - they are done entirely with the flag items.

Every value on this page lives in the society config - see Society Config for the full field reference, and Commands for every command in the mod. War-Formation-Assault-Enabled and War-Siege-Banner-Enabled are the exception, living in WarConfig.json beside the rest of the Sect Wars tuning they belong to. Formations interlock with Sects, defend a hall during Sect Wars, and share their warding rules with Cave Abodes.