Changes
Page history
Removed double title, reformatted headers, spaced things out. Colorized example.
authored
Oct 20, 2023
by
Dante
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/shieldbreak.md
View page @
06f29f6f
Mechanic: Shield Break
================
--------------------------
## Description:
Breaks the target player's shield block if they are blocking. Only works when targeting players.
Breaks the target player's shield block if they are blocking. Only works when targeting players.
Attributes
## Attributes:
----------
| Attribute | Aliases | Description | Default Value |
| Attribute | Aliases | Description | Default Value |
|-----------|------------|----------------------------------------------------------------------------------------------------------------|---------------|
|-----------|------------|----------------------------------------------------------------------------------------------------------------|---------------|
| duration | d | The duration in ticks that the shield will be disabled for after the block is broken | 100 |
| duration | d | The duration in ticks that the shield will be disabled for after the block is broken | 100 |
## Examples:
Examples
--------
If the player is blocking, this would break the block and put the shield on cooldown for 200 ticks (or 10 seconds.)
If the player is blocking, this would break the block and put the shield on cooldown for 200 ticks (or 10 seconds.)
```
yaml
Skills:
Skills
:
-
shieldbreak{duration=200} @target
-
shieldbreak{duration=200} @target
\ No newline at end of file
```
\ No newline at end of file