Update to 29997
This commit is contained in:
parent
98620d2e1f
commit
f45b54a01a
@ -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 */
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
|
@ -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,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user