Design a complete species: body plan, attribute archetype, and narrative bias. Generates a TypeScript pair ready to paste into src/.
Mass share (%): each segment's fraction of total body mass — must sum to 100.
Exposure (%): relative hit probability weight (kinetic channel) — auto-normalised to 1.0.
| ID | Parent (empty=root) | Mass% | Exposure% | Locomotion | Manipulation | CNS role |
|---|
Adjust base attribute values and variance (spread) for the species archetype. Values are converted to internal fixed-point units in the generated code.
Narrative bias shifts where individuals are drawn from within the archetype's variance distribution. 0 = unbiased (symmetric). +1 = skewed toward the high end. −1 = skewed toward the low end. Bias does not exceed archetype clamp bounds.
Copy this block and paste into a new file in src/.
Import the constants where needed and pass to generateIndividual(seed, MY_ARCHETYPE, MY_BIAS).