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/shieldbreak.md
0 → 100644
View page @
38502e7a
## Description
Breaks the target player's shield block if they are blocking. Only works when targeting players.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| duration | d | The duration in ticks that the shield will be disabled for after the block is broken | 100 |
## Examples
If the player is blocking, this would break the block and put the shield on cooldown for 200 ticks (or 10 seconds.)
```
yaml
Skills
:
-
shieldbreak{duration=200} @target
```
## Aliases
-
[x] disableshield
\ No newline at end of file