Interface IRepairMaterial
Namespace: Eco.Gameplay.Items
Assembly: Eco.Gameplay.dll
Syntax
public interface IRepairMaterial
Properties
ReducesMaxDurabilityByPercent
When this item is used to repair something, it will reduce the durability by this amount. This should be expressed with a decimal (.5 = 50%) and you can specify negative. This will be summed with the penalty on the repaired item itself.
Declaration
float ReducesMaxDurabilityByPercent { get; }
Property Value
Type | Description |
---|---|
System.Single |