Class DamageTypePrototype
A single damage type. These types are grouped together in DamageGroupPrototypes.
Inheritance
System.Object
DamageTypePrototype
Implements
Robust.Shared.Prototypes.IPrototype
Namespace: Content.Shared.Damage.Prototypes
Assembly: Content.Shared.dll
Syntax
public sealed class DamageTypePrototype : object, IPrototype
Properties
| Improve this Doc View SourceArmorPriceCoefficient
The price for each 1% damage reduction in armors
Declaration
public double ArmorPriceCoefficient { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ArmorPriceFlat
The price for each flat damage reduction in armors
Declaration
public double ArmorPriceFlat { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ID
Declaration
public string ID { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Robust.Shared.Prototypes.IPrototype