0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-12 15:50:42 -05:00

Added 5 missing properties to quest.json file

This commit is contained in:
Chomp 2024-12-12 14:02:52 +00:00
parent 4b2620093e
commit 32c0bc0348
2 changed files with 10050 additions and 6657 deletions

File diff suppressed because it is too large Load Diff

View File

@ -34,6 +34,11 @@ export interface IQuest {
changeQuestMessageText: string;
/** "Pmc" or "Scav" */
side: string;
acceptanceAndFinishingSource: string;
progressSource: string;
rankingModes: string[];
gameModes: string[];
arenaLocations: string[];
/** Status of quest to player */
sptStatus?: QuestStatus;
}