chore: fill out all details for infested pets
All checks were successful
Build / build (20) (push) Successful in 42s
Build / build (22) (push) Successful in 1m13s
Build Docker image / docker (push) Successful in 34s
Build / build (18) (push) Successful in 1m26s

This commit is contained in:
Sainan 2025-03-28 11:53:27 +01:00
parent aa7d5067bc
commit 92e647a0fd

View File

@ -79,10 +79,14 @@ export const modularWeaponCraftingController: RequestHandler = async (req, res)
}[data.WeaponType]
};
defaultOverwrites.Details = {
Name: "",
IsPuppy: false,
HasCollar: true,
PrintsRemaining: 2,
Status: Status.StatusStasis,
HatchDate: new Date(Math.trunc(Date.now() / 86400000) * 86400000),
IsMale: !!getRandomInt(0, 1),
Size: 0.7 + Math.random() * 0.3,
Size: getRandomInt(70, 100) / 100,
DominantTraits: traits,
RecessiveTraits: traits
};