0
0
mirror of https://github.com/sp-tarkov/server.git synced 2025-02-13 09:50:43 -05:00

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
} }
@ -464431,7 +464433,7 @@
"IsUnsaleable": false, "IsUnsaleable": false,
"ItemSound": "keys", "ItemSound": "keys",
"LootExperience": 20, "LootExperience": 20,
"MaximumNumberOfUsage": 3, "MaximumNumberOfUsage": 3,
"MergesWithChildren": false, "MergesWithChildren": false,
"Name": "Factory office ", "Name": "Factory office ",
"NotShownInSlot": false, "NotShownInSlot": 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;