Changes
Page history
Update BloodyScreen
authored
Apr 26, 2026
by
queenofants
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/BloodyScreen.md
View page @
0b5ec1c0
## Description
## Description
Shows the near world border effect.
Shows the near world border effect.
Players must enable Fancy Graphics to see the effect.
Players must enable Fancy Graphics to see the effect.
Note: Players with the effect are unable to use the trigger "onUse" in skills.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
## Attributes
| duration | d | The time (in ticks) that the effect is active | 20 |
| Attribute | Aliases | Description | Default |
| cancel | c | If true, it stops any existing redscreen | false |
|-----------|-----------|----------------------------------------------------------------------|---------|
| duration | d | The time (in ticks) that the effect is active | 20 |
| cancel | c | If true, it stops any existing redscreen | false |
## Examples
```
yaml
BloodyEffect
:
## Examples
Skills
:
```
yaml
-
effect:bloodyScreen{d=25} @PIR{r=15} ~onTimer:20
BloodyEffect
:
```
Skills
:
-
effect:bloodyScreen{d=25} @PIR{r=15} ~onTimer:20
```
## Aliases
-
[x] effect:bloodyScreen
-
[x] e:bloodyScreen
## Aliases
-
[x] redScreen
-
[x] effect:bloodyScreen
-
[x] effect:redScreen
-
[x] e:bloodyScreen
-
[x] e:redScreen
-
[x] redScreen
-
[x] effect:redScreen
-
[x] e:redScreen
<!--TAGS-->
<!--TAGS-->
<!--tag:Effect-->
<!--tag:Effect-->
\ No newline at end of file