Class DamageModifier
Inheritance
DamageModifier
Inherited Members
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DestroyObject(Object)
Assembly: LobsterFramework.dll
Syntax
[AddAbilityComponentMenu("LobsterFramework")]
public sealed class DamageModifier : AbilityComponent
Fields
|
Improve this Doc
View Source
flatDamageModification
Declaration
[NonSerialized]
public readonly FloatSum flatDamageModification
Field Value
|
Improve this Doc
View Source
percentageDamageModifcation
Declaration
[NonSerialized]
public readonly FloatProduct percentageDamageModifcation
Field Value
Methods
|
Improve this Doc
View Source
ModifyDamage(Damage)
Declaration
public Damage ModifyDamage(Damage damage)
Parameters
Type |
Name |
Description |
Damage |
damage |
|
Returns