updated layout and informations authored by Lxlp's avatar Lxlp
**Description:** checks for a range of damage the entity took ## Description
Checks for a range of damage the entity took, if the skilltree originated from a [onDamaged](/Skills/Triggers#ondamaged) trigger.
---
**Attributes:** ## Attributes
| Attribute | Alias | Description | | Attribute | Aliases | Description | Default |
| ----------------- | ----- | ---------------------------- | |-----------|--------------|-------------------------------------------------------------------|---------|
| damageAmount | amount | Range of damage to check for | | damageAmount | amount, a | Range of damage to check for | >0 |
---
**Examples:** ## Examples
```yaml
```
Conditions: Conditions:
- damageamount{amount=>10} true - damageamount{amount=>10} true
``` ```
\ No newline at end of file
---
**Extra Information:**
- [x] Type: Entity
\ No newline at end of file