To create an object that will be affected by an attack, we first need to attach a Health component at the top level. This will determine the damage that the object will stand before being considered dead.
We can then create an empty subobject with a collider trigger and a Damageable component. This object needs to use the Combat layer (used only by Attacks and Damageables) and will determine the hittable area.
The Damageable component will hold a reference to a DamageableType asset, which will allow AttacksTypes to differentiate the damageables they can inflict damage to.
Damageable types can be created from the Project panel by right clicking and selecting:
Create→Horror Engine→Combat→Damageable