feat: helminth losing apetite #718

Merged
Sainan merged 5 commits from helminth-apetite into main 2025-01-05 04:34:41 -08:00
Showing only changes of commit 5298d46d3f - Show all commits

View File

@ -396,7 +396,7 @@ interface IHelminthInvigorationRequest {
ResourceCosts: number[]; ResourceCosts: number[];
} }
// Hours remaining -> percentage points gained // Hours remaining -> percentage points gained (out of 30 total)
const apetiteModel = (x: number): number => { const apetiteModel = (x: number): number => {
if (x <= 0) { if (x <= 0) {
return 30; return 30;