Show / Hide Table of Contents

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 Source

ArmorPriceCoefficient

The price for each 1% damage reduction in armors

Declaration
public double ArmorPriceCoefficient { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ArmorPriceFlat

The price for each flat damage reduction in armors

Declaration
public double ArmorPriceFlat { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

ID

Declaration
public string ID { get; }
Property Value
Type Description
System.String

Implements

Robust.Shared.Prototypes.IPrototype
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾