This commit is contained in:
33333-33333 2026-06-21 22:29:00 +09:00
commit 0a6148c73f
67 changed files with 2653 additions and 1519 deletions

View file

@ -140,6 +140,9 @@ function lineageComponentSignature(component, family) {
n.type || "",
n.generation || 1,
n.birthTime || 0,
Number(n.scale || 0).toFixed(3),
Number(n.adultScale || 0).toFixed(3),
Number(n.growth || 0).toFixed(2),
n.hasPaired ? 1 : 0,
n.alive === false ? 0 : 1,
n.deathReason || "",