Add more missing props to ITempalteItem
This commit is contained in:
parent
008d431cf2
commit
a6eac990aa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user