Jade Slip Wiki/Keybinds & Profiles

Keybinds & Profiles

The one part of Jade Slip that is not purely decorative — and it is worth being precise about exactly what it is, because it is easy to mistake for something it isn't.

A layout is not a profile

Cultivation gives every player two separate, unrelated things to keep more than one of, and Jade Slip raises the cap on both:

Neither is progression. A layout is a convenience for a character you already have; a profile is room to have more characters. Nothing about either one touches a stat, a Qi total, or what a technique does.

The exact numbers

Cultivation aloneWith Jade Slip
Technique keybind layouts36
Cultivation profiles35

Both caps are raised through the same public API any add-on would use — registerTechniquePresetCap and registerProfileCap — not by editing anything Cultivation itself owns. Both are configurable: see For Server Owners for the exact keys.

Two engine-side ceilings sit above whatever any add-on asks for, and they're worth knowing so a number in the config doesn't imply more room than actually exists:

The no-power-gain guarantee

Nobody with Jade Slip can fire an art a plain-Cultivation player cannot. The bindable slot count per character — how many techniques you can have keyed at once — is untouched; a layout only rearranges which four techniques occupy those slots. And every profile decodes and plays by exactly the same rules regardless of which one it is; a fifth profile is a fifth character, not a shortcut to a stronger one.

If Jade Slip is removed

Nobody loses anything they already built. Cultivation decodes every stored layout and every stored profile regardless of the live cap, and only refuses to add past whatever cap is currently in effect. A server that uninstalls Jade Slip leaves its players holding every layout and profile they had filled — just unable to create a new one until Jade Slip (or some other cap-raising add-on) returns.