damage_packet 
Vars | |
armor_block | The % of damage negated by armor. |
---|---|
attack_direction | The direction the attack came from. |
damage | Damage applied |
damage_type | Damage type |
def_zone | Body zone or bodypart hit, if any. |
forced | "Forced" usually means the damage cannot be reduced, or something. |
sharpness | The sharpness of the attack. |
spread_damage | If TRUE, spread the damage across multiple limbs instead of just the def_zone. |
used_special | Special attack used, if any. |
weapon | Weapon used to deal damage, if any. |
Procs | |
apply_damage | Apply the damage packet, deleting it after. |
Var Details
armor_block 
The % of damage negated by armor.
attack_direction 
The direction the attack came from.
damage 
Damage applied
damage_type 
Damage type
def_zone 
Body zone or bodypart hit, if any.
forced 
"Forced" usually means the damage cannot be reduced, or something.
sharpness 
The sharpness of the attack.
spread_damage 
If TRUE, spread the damage across multiple limbs instead of just the def_zone.
used_special 
Special attack used, if any.
weapon 
Weapon used to deal damage, if any.
Proc Details
apply_damage
Apply the damage packet, deleting it after.