Changes
Page history
removed dante
authored
Oct 23, 2023
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/threat.md
View page @
5ff5c755
================
## Description:
## Description
Modifies the mob's threat value towards the target. Requires the mob
have Threat Tables enabled in order to have any effect.
## Attributes:
| Attribute | Aliases | Description | Default |
|-----------|---------|-----------------------------------------------------------|---------|
| amount | a | The amount of threat to give the target. Can be negative. | 1 |
| mode | m | Add / Remove / Multiply / Divide / Set / Reset / Forcetop | Add |
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| amount | a | The amount of threat to give the target. Can be negative. | 1 |
| mode | m | Add / Remove / Multiply / Divide / Set / Reset / Forcetop | Add |
Set/reset/forcetop modes do not require the “amount=” field
## Examples:
## Examples
This example will set the nearest player's threat level to a very high
amount.
```
yaml
Fixate
:
Skills
:
-
threat{amount=10000} @NearestPlayer ~onSpawn
-
threat{amount=10000} @NearestPlayer ~onSpawn
```
\ No newline at end of file