This commit is contained in:
33333-33333 2026-06-30 10:57:06 +09:00
commit f941200504
70 changed files with 1856 additions and 429 deletions

View file

@ -168,7 +168,9 @@ class Tarinai { constructor(world, opts = {}) {
applyZunchiSlavePersonality(this, { record: false, birth: false });
this.visibleSpriteId = "zunchi_slave";
}
this.tempComfort = opts.tempComfort ?? 0.62;
this.tempComfort = opts.tempComfort ?? (CONFIG.standardTemperature ?? 15);
this.feltTemperature = opts.feltTemperature ?? this.tempComfort;
this.temperatureStatus = null;
this.tempTimer = opts.tempTimer ?? stableUnit(this.familyKey, "temp-start") * 0.55;
this.parents = opts.parents || [];
this.parentNames = opts.parentNames || [];