forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 69
SeeHealthSpell
JasperLorelai edited this page Nov 24, 2024
·
1 revision
spell-class: ".buff.SeeHealthSpell"
This spell can only be cast by/on players.
A buff spell that allows players to see their target's health bar.
Buff spell doesn't have Uses.
Since 4.0 Beta 13 some of these options support dynamic values through numeric or string expressions.
Option | Description | Type | Default | Supports expressions |
---|---|---|---|---|
bar-size |
Size of the health bar | Integer | 20 |
true |
constant-bar-size |
Since 4.0 Beta 13. Defines expression evaluation behaviour. | Boolean | true |
true |
update-interval |
The interval between the bar update | Integer | 5 |
false |
symbol |
Symbol used to create the bar | String | "=" |
true |
constant-symbol |
Since 4.0 Beta 13. Defines expression evaluation behaviour. | Boolean | true |
true |
SeeHealth:
spell-class: ".buff.SeeHealthSpell"
cooldown: 300
duration: 60
symbol: "="
bar-size: 20
update-interval: 5
str-fade: You cant see health bars anymore.