final case class AggravatedDamage(info: List[AggravatedInfo], effect_type: Aura, timing: AggravatedTiming, max_factor: Float, cumulative_damage_degrade: Boolean, vanu_aggravated: Boolean, targets: List[TargetValidation]) extends Product with Serializable
Information related to the aggravated damage.
- info
the specific kinds of aggravation damage available
- effect_type
what effect is exhibited by this aggravated damage
- timing
the timing for the damage application
- max_factor
na (if the target is a mechanized assault exo-suit?)
- cumulative_damage_degrade
na (can multiple instances of this type of aggravated damage apply to the same target at once?)
- vanu_aggravated
na (search me)
- targets
validation information indicating whether a certain entity is applicable for aggravation
- Source
- AggravatedDamage.scala
- Alphabetic
- By Inheritance
- AggravatedDamage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new AggravatedDamage(info: List[AggravatedInfo], effect_type: Aura, timing: AggravatedTiming, max_factor: Float, cumulative_damage_degrade: Boolean, vanu_aggravated: Boolean, targets: List[TargetValidation])
- info
the specific kinds of aggravation damage available
- effect_type
what effect is exhibited by this aggravated damage
- timing
the timing for the damage application
- max_factor
na (if the target is a mechanized assault exo-suit?)
- cumulative_damage_degrade
na (can multiple instances of this type of aggravated damage apply to the same target at once?)
- vanu_aggravated
na (search me)
- targets
validation information indicating whether a certain entity is applicable for aggravation
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val cumulative_damage_degrade: Boolean
- val effect_type: Aura
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val info: List[AggravatedInfo]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val max_factor: Float
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val targets: List[TargetValidation]
- val timing: AggravatedTiming
- val vanu_aggravated: Boolean
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()