Add armorColliders
type
This commit is contained in:
parent
e27f52c505
commit
8e2ad5697e
@ -826,8 +826,6 @@ export class LocationGenerator
|
||||
|| this.itemHelper.isOfBaseclass(chosenTpl, BaseClasses.AMMO)
|
||||
)
|
||||
{
|
||||
|
||||
|
||||
const stackCount = itemTemplate._props.StackMaxSize === 1
|
||||
? 1
|
||||
: this.randomUtil.getInt(itemTemplate._props.StackMinRandom, itemTemplate._props.StackMaxRandom);
|
||||
|
@ -463,7 +463,7 @@ export interface SlotFilter
|
||||
{
|
||||
Shift?: number;
|
||||
locked?: boolean;
|
||||
armorColliders?: any[];
|
||||
armorColliders?: string[];
|
||||
armorPlateColliders?: string[];
|
||||
Filter: string[];
|
||||
AnimationIndex?: number;
|
||||
|
Loading…
Reference in New Issue
Block a user