0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 06:10:44 -05:00

Improved IArmorPlateWeights type

This commit is contained in:
Dev 2024-04-08 08:56:05 +01:00
parent 49f4eda90a
commit afa5700076

View File

@ -186,12 +186,9 @@ export interface IAdjustmentDetails
edit: Record<string, Record<string, number>>;
}
export interface IArmorPlateWeights
export interface IArmorPlateWeights extends Record<string, any>
{
levelRange: MinMax;
frontPlateWeights: Record<string, number>;
backPlateWeights: Record<string, number>;
sidePlateWeights: Record<string, number>;
}
export interface IRandomisedResourceDetails