Improved IArmorPlateWeights
type
This commit is contained in:
parent
49f4eda90a
commit
afa5700076
@ -186,12 +186,9 @@ export interface IAdjustmentDetails
|
|||||||
edit: Record<string, Record<string, number>>;
|
edit: Record<string, Record<string, number>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IArmorPlateWeights
|
export interface IArmorPlateWeights extends Record<string, any>
|
||||||
{
|
{
|
||||||
levelRange: MinMax;
|
levelRange: MinMax;
|
||||||
frontPlateWeights: Record<string, number>;
|
|
||||||
backPlateWeights: Record<string, number>;
|
|
||||||
sidePlateWeights: Record<string, number>;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IRandomisedResourceDetails
|
export interface IRandomisedResourceDetails
|
||||||
|
Loading…
Reference in New Issue
Block a user