Items json changes
This commit is contained in:
parent
34628561ce
commit
2787b25c8d
@ -180086,7 +180086,8 @@
|
|||||||
"Plate": "656f57dc27aed95beb08f628",
|
"Plate": "656f57dc27aed95beb08f628",
|
||||||
"armorColliders": [],
|
"armorColliders": [],
|
||||||
"armorPlateColliders": [
|
"armorPlateColliders": [
|
||||||
"Plate_Granit_SAPI_chest"
|
"Plate_Granit_SAPI_chest",
|
||||||
|
"Plate_Korund_chest"
|
||||||
],
|
],
|
||||||
"locked": false
|
"locked": false
|
||||||
}
|
}
|
||||||
@ -180178,7 +180179,8 @@
|
|||||||
"Plate": "",
|
"Plate": "",
|
||||||
"armorColliders": [],
|
"armorColliders": [],
|
||||||
"armorPlateColliders": [
|
"armorPlateColliders": [
|
||||||
"Plate_Korund_side_right_high"
|
"Plate_Korund_side_right_high",
|
||||||
|
"Plate_Granit_SSAPI_side_right_high"
|
||||||
],
|
],
|
||||||
"locked": false
|
"locked": false
|
||||||
}
|
}
|
||||||
@ -234023,7 +234025,7 @@
|
|||||||
"Plate": "",
|
"Plate": "",
|
||||||
"armorColliders": [],
|
"armorColliders": [],
|
||||||
"armorPlateColliders": [
|
"armorPlateColliders": [
|
||||||
"Plate_Granit_SSAPI_side_left_high"
|
"Plate_Granit_SSAPI_side_right_high"
|
||||||
],
|
],
|
||||||
"locked": false
|
"locked": false
|
||||||
}
|
}
|
||||||
|
@ -160,6 +160,8 @@ export interface Props
|
|||||||
BlocksArmorVest?: boolean;
|
BlocksArmorVest?: boolean;
|
||||||
speedPenaltyPercent?: number;
|
speedPenaltyPercent?: number;
|
||||||
GridLayoutName?: string;
|
GridLayoutName?: string;
|
||||||
|
ContainerSpawnChanceModifier?: number;
|
||||||
|
SpawnExcludedFilter?: string[];
|
||||||
SpawnFilter?: any[];
|
SpawnFilter?: any[];
|
||||||
containType?: any[];
|
containType?: any[];
|
||||||
sizeWidth?: number;
|
sizeWidth?: number;
|
||||||
|
Loading…
Reference in New Issue
Block a user