on_mythic_mob_loot
When a player loots an item from a MythicMob — event entry.
Entry Information
| Property | Value |
|---|---|
| Entry ID | on_mythic_mob_loot |
| Type | Event |
| Color | Yellow |
| Icon | fa6-solid:treasure-chest |
Fields
| Field | Type | Description |
|---|---|---|
mobName | String | Only trigger when a specific MythicMob dies. Leave empty to match any mob. |
item | Var<Item> | Only trigger when a specific item is looted. Leave empty to match any item. |
minLevel | Var<Int> | Only trigger when the mob is at or above this level. Leave at 0 to ignore level. |
Usage Example
- entry: on_mythic_mob_loot
name: "When a player loots an item from a MythicMob"
mobName: ""
item: ""
minLevel: 0