Update to 29997

This commit is contained in:
Dev 2024-05-15 10:45:01 +01:00
parent 98620d2e1f
commit f45b54a01a
3 changed files with 8 additions and 2 deletions

View File

@ -386,6 +386,9 @@ export interface Productive
ProductionTime?: number
GivenItemsInStart?: string[]
Interrupted?: boolean
Code?: string;
Decoded?: boolean;
AvailableForFinish?: boolean;
/** Used in hideout production.json */
needFuelForAllProductionTime?: boolean
/** Used when sending data to client */

View File

@ -10,4 +10,5 @@ export enum QuestRewardType
TRADER_STANDING_RESET = "TraderStandingReset",
TRADER_STANDING_RESTORE = "TraderStandingRestore",
STASH_ROWS = "StashRows",
ACHIEVEMENT = "Achievement"
}

View File

@ -50,6 +50,8 @@ export enum WildSpawnTypeNumber
SPIRITSPRING = 48,
PMCBEAR = 49,
PMCUSEC = 50,
SPTUSEC = 51,
SPTBEAR = 52,
skier = 51,
peacemaker = 52,
SPTUSEC = 100,
SPTBEAR = 101,
}