Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Show whitespace changes
Inline
Side-by-side
skills/mechanics/Bouncy.md
0 → 100644
View page @
38502e7a
## Description
Applies an aura to the target that makes it bouncy
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| onBounceSkill | onbounce, ob | The metaskill to execute on bounce |
<!--type:Metaskill-->
|
| cancelevent | ce, canceldamage, cd | Whether to cancel fall damage for the duration of the aura| false |
> This mechanic inherits every attribute of the [Aura](Skills/Mechanics/Aura) mechanic
## Examples
```
yaml
ExampleSkill
:
Skills
:
-
bouncy{auraName=bouce;onBounceSkill=ExampleSkill2;ce=true} @target
ExampleSkill2
:
Skills
:
-
ignite
```
<!--TAGS-->
<!--tag:Meta-Mechanic:Aura-->
\ No newline at end of file