VoK.Sdk
Doxygen generated documentation for the Dungeon Helper SDK
|
data about an Effect applied to the current character. default effect properties are parsed for you. More...
Properties | |
int | EffectDid [get] |
Did (0x70 id) of the effect being applied. More... | |
int? | EffectId [get] |
ID of the effect used for later updates. Sourced from DdoProperty.Effect_ID in the Properties list. More... | |
int? | StackSize [get] |
Number of stacks of the Effect. Sourced from DdoProperty.Effect_StackSize in the Properties list. More... | |
float? | Duration [get] |
Duration, in seconds of the Effect. -1 if the effect is permanent. Sourced from DdoProperty.Effect_Duration in the Properties list. More... | |
int? | AblativeReduction [get] |
Ablative damage reduction remaining. Sourced from DdoProperty.Effect_AblativeDamageReductionRemaining in the Properties list. More... | |
int? | AblativeResistance [get] |
Ablative damage resistance remaining. Sourced from DdoProperty.Effect_AblativeDamageResistanceRemaining in the Properties list. More... | |
double? | ApplicationTimestamp [get] |
Server timestamp, in theory. Almost always 0 in practice. Sourced from DdoProperty.Effect_ApplicationTimestamp in the Properties list. More... | |
List< IProperty > | Properties [get] |
full property list associated with this effect. More... | |
data about an Effect applied to the current character. default effect properties are parsed for you.