diff --git a/project/src/models/eft/common/tables/ITemplateItem.ts b/project/src/models/eft/common/tables/ITemplateItem.ts index f315e3f4..151f71fc 100644 --- a/project/src/models/eft/common/tables/ITemplateItem.ts +++ b/project/src/models/eft/common/tables/ITemplateItem.ts @@ -177,6 +177,8 @@ export interface Props MaxDurability?: number; armorZone?: string[]; armorClass?: string | number; + armorColliders: string[]; + armorPlateColliders: string[]; mousePenalty?: number; weaponErgonomicPenalty?: number; BluntThroughput?: number;