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 ProductionTime?: number
GivenItemsInStart?: string[] GivenItemsInStart?: string[]
Interrupted?: boolean Interrupted?: boolean
Code?: string;
Decoded?: boolean;
AvailableForFinish?: boolean;
/** Used in hideout production.json */ /** Used in hideout production.json */
needFuelForAllProductionTime?: boolean needFuelForAllProductionTime?: boolean
/** Used when sending data to client */ /** Used when sending data to client */

View File

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

View File

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