Items json changes

This commit is contained in:
Dev 2024-01-15 23:14:15 +00:00
parent 34628561ce
commit 2787b25c8d
2 changed files with 8 additions and 4 deletions

View File

@ -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
} }

View File

@ -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;