Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 152
    • Issues 152
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Wiki
    • Skills
    • Mechanics
  • threat

threat · Changes

Page history
updated layout and informations authored Feb 26, 2024 by Lxlp's avatar Lxlp
Hide whitespace changes
Inline Side-by-side
Showing with 21 additions and 5 deletions
+21 -5
  • skills/mechanics/threat.md skills/mechanics/threat.md +21 -5
  • No files found.
skills/mechanics/threat.md
View page @ 073ed68d
## Description
Modifies the mob's threat value towards the target. Requires the mob
have Threat Tables enabled in order to have any effect.
Modifies the mob's threat value towards the target. Requires the casting mob
have [Threat Tables](Mobs/ThreatTables) 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 |
| mode | m | The [mode](#mode-attribute) of the operation | add |
Set/reset/forcetop modes do not require the “amount=” field
### Mode Attribute
| Mode | Aliases | Description |
|-----------|-----------|--------------------------------------------------------------------------------|
| add | | Adds `amount` threat to the target entity |
| remove | | Removes `amount` threat from the target entity |
| multiply | | Multiplies the threat against the target entity by `amount` |
| divide | | Divides the threat against the target entity by `amount` |
| set | | Sets the threat against the target entity to `amount` |
| reset | delete | Remove all threat from the target entity |
| forcetop | force, top, topthreat, taunt | Gives the target enough threat to be moved to the top of the threat list |
## Examples
......@@ -18,4 +29,9 @@ amount.
Fixate:
Skills:
- threat{amount=10000} @NearestPlayer ~onSpawn
```
\ No newline at end of file
```
## Aliases
- [x] threatchange
- [x] threatmod
\ No newline at end of file
Clone repository
Home
Changelogs
Premium Features
Commands and Permissions
FAQ / Common Issues
Mythic Add-ons
Compatible Plugins
API Information
Packs
  • Pins
Mobs
  • Mob Options
    • Display Options
  • Mob Levels
  • Mob Factions
  • Power Scaling
  • Damage Modifiers
  • Equipment
  • BossBar
  • Custom AI
  • Custom Kill Messages
  • Threat Tables
  • Immunity Tables
  • Templates
  • Vanilla Overrides
  • Extra: Disguises
  • Extra: ModelEngine
Skills
  • Mechanics
  • Effects
  • Targeters
    • Filters
  • Triggers
  • Conditions
    • In-line conditions
  • Metaskills
  • Placeholders
  • Variables
  • Math
Items
  • Options
  • Attributes
  • Enchantments
  • Potions
  • Banner Layers
  • Firework
Drops & DropTables
  • Drops
  • DropTables
  • FancyDrops
Spawning
  • Spawners
  • Random Spawns
Stats
  • Custom Stat Options
  • Modifiers
  • Built in Stats
Examples
Useful Tips