âš™ī¸Mod

A base seed number's appearance.
The same seed with different mod numbers.

Modifying display settings

After choosing a base seed number, a seed's appearance can be further "modified" with the mod number extension.

The mod number is a 12-digit string that controls various display settings that can drastically change how a given seed looks.

A variety of modified seeds.

Even rare seeds (which cannot change their base seed numbers) can still be styled using the mod number extension.

The mod number is easily set using the SEEDS editor.

🧮How to Set

Understanding the mod number

The mod number, or simply "mod", is an optional 12-digit string that encodes various display settings.

In short, the first 9 digits are incremental values from 0-9, and the last 3 digits encode the states of 9 binary bits in decimal.

These display settings interact in interesting ways, exposing a huge range of aesthetic choices, making it so that any seed number can be visually striking, regardless of its natural appearance.

The mod number does not affect the base seed number's essential numerical properties.


Modding a seed

The mod number is included after the base seed number, preceded by a "." delimiter.

The mod number is declared before an attunement override (if any).

For example:

7615014902.000061000344

Or (with an attunement override):

7615014902.000061000344:9

Binary modifications

The 9 binary modifications correspond to 9 Boolean bits encoded as decimal in the final 3 digits of the 12-digit mod number.

Combine settings by summing their decimal values.

Binary modification toggle buttons.

Easily adjust these settings using the toggle buttons in the Editor's display settings UI.

  1. Sleep (001)

  2. Reverse (002)

  3. Invert (004)

  4. Energize (008)

  5. Mature (016)

  6. Self-aware (032)

  7. Mutation 1 (064)

  8. Mutation 2 (128)

  9. Mutation 3 (256)


Ranged modifications

The 5 ranged modifications each correspond to a unique segment of the mod number, collectively making up the first 9 digits of the 12-digit mod number.

Ranged modification sliders.

Easily adjust these settings using the range sliders in the Editor's display settings UI.

  1. Color (00 - 99)

  2. Spin (00 - 99)

  3. Depth (00 - 99)

  4. Tint (00 - 99)

  5. Tint Intensity (0 - 9)


Last updated