Daedalus Dock - Modules - TypesVar Details - Proc Details

damage_packet

Vars

armor_blockThe % of damage negated by armor.
attack_directionThe direction the attack came from.
damageDamage applied
damage_typeDamage type
def_zoneBody zone or bodypart hit, if any.
forced"Forced" usually means the damage cannot be reduced, or something.
sharpnessThe sharpness of the attack.
spread_damageIf TRUE, spread the damage across multiple limbs instead of just the def_zone.
used_specialSpecial attack used, if any.
weaponWeapon used to deal damage, if any.

Procs

apply_damageApply 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.