diff --git a/project/src/models/eft/common/tables/ITemplateItem.ts b/project/src/models/eft/common/tables/ITemplateItem.ts index 151f71fc..ce7c18a8 100644 --- a/project/src/models/eft/common/tables/ITemplateItem.ts +++ b/project/src/models/eft/common/tables/ITemplateItem.ts @@ -177,8 +177,8 @@ export interface Props MaxDurability?: number; armorZone?: string[]; armorClass?: string | number; - armorColliders: string[]; - armorPlateColliders: string[]; + armorColliders?: string[]; + armorPlateColliders?: string[]; mousePenalty?: number; weaponErgonomicPenalty?: number; BluntThroughput?: number; @@ -406,6 +406,15 @@ export interface Props LinkedWeapon?: string; UseAmmoWithoutShell?: boolean; RandomLootSettings?: IRandomLootSettings; + RecoilCategoryMultiplierHandRotation?: number; + RecoilDampingHandRotation?: number; + LeanWeaponAgainstBody?: boolean; + RemoveShellAfterFire?: boolean; + RepairStrategyTypes?: string[]; + IsEncoded?: boolean; + LayoutName?: string; + Lower75Prefab?: Prefab; + MaxUsages?: number; } export interface IHealthEffect