Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/BlackScreen.md
0 → 100644
View page @
38502e7a
## Description
Causes the player's screen to black out.
## Attributes
> This mechanic inherits every attribute of the [Aura](/Skills/Mechanics/Aura) mechanic
>> - The `auraname` attribute is **set** at `#blackScreen`
>> - The `maxStacks` attribute is **set** at `1`
>> - The `refreshDuration` attribute is **set** at `true`
>> - The `interval` attribute is **set** at `10`
## Examples
Blinds players when the mob teleports
```
yaml
BlackScreen
:
Skills
:
-
blackscreen{d=2} @PlayersInRadius{r=100} ~onTeleport
```
## Aliases
-
[x] effect:blackScreen
-
[x] e:blackScreen
<!--TAGS-->
<!--tag:Meta-Mechanic:Aura-->
\ No newline at end of file