Method Wounding
Wounding(int)
Creates a HitEffect property that applies a bleeding damage over time effect until the creature is healed.
public static HitEffect Wounding(int bleedDamage)
Parameters
bleedDamageintThe damage to apply per round.
Returns
- HitEffect
The created HitEffect.