mirror of
https://github.com/sp-tarkov/server.git
synced 2025-02-13 09:50:43 -05:00
Additional types added to BaseClasses
This commit is contained in:
parent
3768742bc8
commit
3cba3bfd4a
@ -172,6 +172,7 @@ export class GameController
|
||||
}
|
||||
}
|
||||
|
||||
/** Apply custom limits on bot types as defined in configs/location.json/botTypeLimits */
|
||||
protected adjustMapBotLimits(): void
|
||||
{
|
||||
const mapsDb = this.databaseServer.getTables().locations;
|
||||
|
@ -35,6 +35,7 @@ export enum BaseClasses
|
||||
MAP = "567849dd4bdc2d150f8b456e",
|
||||
MONEY = "543be5dd4bdc2deb348b4569",
|
||||
NIGHTVISION = "5a2c3a9486f774688b05e574",
|
||||
THERMAL_VISION = "5d21f59b6dbe99052b54ef83",
|
||||
KEY = "543be5e94bdc2df1348b4568",
|
||||
KEY_MECHANICAL = "5c99f98d86f7745c314214b3",
|
||||
KEYCARD = "5c164d2286f774194c5e69fa",
|
||||
@ -92,5 +93,10 @@ export enum BaseClasses
|
||||
SILENCER= "550aa4cd4bdc2dd8348b456c",
|
||||
PORTABLE_RANGE_FINDER= "61605ddea09d851a0a0c1bbc",
|
||||
ITEM= "54009119af1c881c07000029",
|
||||
CYLINDER_MAGAZINE= "610720f290b75a49ff2e5e25"
|
||||
CYLINDER_MAGAZINE= "610720f290b75a49ff2e5e25",
|
||||
AUXILARY_MOD = "5a74651486f7744e73386dd1",
|
||||
BIPOD = "55818afb4bdc2dde698b456d",
|
||||
HEADPHONES = "5645bcb74bdc2ded0b8b4578",
|
||||
RANDOM_LOOT_CONTAINER = "62f109593b54472778797866",
|
||||
STACKABLE_ITEM = "5661632d4bdc2d903d8b456b"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user