class ExoSuitDefinition extends BasicDefinition with ResistanceProfileMutators with DamageResistanceModel

A definition for producing the personal armor the player wears. Players are influenced by the exo-suit they wear in a variety of ways, with speed and available equipment slots being major differences.

Source
ExoSuitDefinition.scala
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExoSuitDefinition
  2. DamageResistanceModel
  3. ResistanceProfileMutators
  4. ResistanceProfile
  5. BasicDefinition
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExoSuitDefinition(suitType: types.ExoSuitType.Value)

    suitType

    the Enumeration corresponding to this exo-suit

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Calculate(data: ResolvedProjectile, resolution: vital.DamageType.Value): Output

    Magic stuff.

    Magic stuff.

    data

    the historical ResolvedProjectile information

    resolution

    an explicit damage resolution overriding the one in the ResolvedProjectile object

    returns

    a function literal that encapsulates delayed modification instructions for certain objects

    Definition Classes
    DamageResistanceModel
  5. def Calculate(data: ResolvedProjectile): Output

    Magic stuff.

    Magic stuff.

    data

    the historical ResolvedProjectile information

    returns

    a function literal that encapsulates delayed modification instructions for certain objects

    Definition Classes
    DamageResistanceModel
  6. def CapacitorDrainPerSecond: Int
  7. def CapacitorDrainPerSecond_=(value: Int): Int
  8. def CapacitorRechargeDelayMillis: Int
  9. def CapacitorRechargeDelayMillis_=(value: Int): Int
  10. def CapacitorRechargePerSecond: Int
  11. def CapacitorRechargePerSecond_=(value: Int): Int
  12. def DamageUsing: Selector
    Definition Classes
    DamageResistanceModel
  13. def DamageUsing_=(selector: Selector): Selector
    Definition Classes
    DamageResistanceModel
  14. def Descriptor: String
    Definition Classes
    BasicDefinition
  15. def Descriptor_=(description: Option[String]): String
    Definition Classes
    BasicDefinition
  16. def Descriptor_=(description: String): String
    Definition Classes
    BasicDefinition
  17. def Holster(slot: Int, value: equipment.EquipmentSize.Value): equipment.EquipmentSize.Value
  18. def Holster(slot: Int): equipment.EquipmentSize.Value
  19. def Holsters: Array[equipment.EquipmentSize.Value]
  20. def InventoryOffset: Int
  21. def InventoryOffset_=(offset: Int): Int
  22. def InventoryScale: InventoryTile
  23. def InventoryScale_=(scale: InventoryTile): InventoryTile
  24. def MaxArmor: Int
  25. def MaxArmor_=(armor: Int): Int
  26. def MaxCapacitor: Int
  27. def MaxCapacitor_=(value: Int): Int
  28. def Model: Form
    Definition Classes
    DamageResistanceModel
  29. def Model_=(selector: Form): Form
    Definition Classes
    DamageResistanceModel
  30. def Name: String
    Definition Classes
    BasicDefinition
  31. def Name_=(name: String): String
    Definition Classes
    BasicDefinition
  32. def Permissions: List[Certification]
  33. def Permissions_=(certs: List[Certification]): List[Certification]
  34. def RadiationShielding: Float
  35. def RadiationShielding_=(resist: Float): Float
    Definition Classes
    ResistanceProfileMutators
  36. def Resist(dtype: vital.DamageType.Value): Float
    Definition Classes
    ResistanceProfile
  37. def ResistUsing: ResistanceSelection
    Definition Classes
    DamageResistanceModel
  38. def ResistUsing_=(selector: ResistanceSelection): ResistanceSelection
    Definition Classes
    DamageResistanceModel
  39. def ResistanceAggravated: Int
  40. def ResistanceAggravated_=(resist: Int): Int
    Definition Classes
    ResistanceProfileMutators
  41. def ResistanceDirectHit: Int
  42. def ResistanceDirectHit_=(resist: Int): Int
    Definition Classes
    ResistanceProfileMutators
  43. def ResistanceSplash: Int
  44. def ResistanceSplash_=(resist: Int): Int
    Definition Classes
    ResistanceProfileMutators
  45. def Subtract: DamageProfile
  46. def SuitType: types.ExoSuitType.Value
  47. def Use: ExoSuitDefinition
  48. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  49. var capacitorDrainPerSecond: Int
    Attributes
    protected
  50. var capacitorRechargeDelayMillis: Int
    Attributes
    protected
  51. var capacitorRechargePerSecond: Int
    Attributes
    protected
  52. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  53. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  55. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  56. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  57. def hashCode(): Int
    Definition Classes
    ExoSuitDefinition → AnyRef → Any
  58. val holsters: Array[equipment.EquipmentSize.Value]
    Attributes
    protected
  59. var inventoryOffset: Int
    Attributes
    protected
  60. var inventoryScale: InventoryTile
    Attributes
    protected
  61. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  62. var maxArmor: Int
    Attributes
    protected
  63. var maxCapacitor: Int
    Attributes
    protected
  64. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  65. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  66. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  67. var permissions: List[Certification]
    Attributes
    protected
  68. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  69. def toString(): String
    Definition Classes
    AnyRef → Any
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  71. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  72. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from DamageResistanceModel

Inherited from ResistanceProfile

Inherited from BasicDefinition

Inherited from AnyRef

Inherited from Any

Ungrouped